summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/lr0.c
AgeCommit message (Expand)Author
2014-03-13collapse variable declarationsTed Unangst
2014-03-13last bits of indentation and styleTed Unangst
2014-01-13Callers of get_state() and sole_reduction() always store the resultTodd C. Miller
2014-01-08Use calloc() instead of malloc() + memset. Based on a diff fromTodd C. Miller
2014-01-08Make allocate() take size_t and return void *. This lets us dropTodd C. Miller
2014-01-08Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),Todd C. Miller
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2011-04-03Trim some very long unused debugging functions, from Michael WNicholas Marriott
2011-04-01Add calls to some existing but previously unused free functions. AlsoNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-06-19ansify; ok miodPeter Valchev
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
1996-06-26rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt