summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/output.c
AgeCommit message (Expand)Author
2015-12-11Remove NULL-checks before free().mmcc
2014-12-02Fix lowzero running out of bounds in pack_vector(). Problem seen byOtto Moerbeek
2014-03-13collapse variable declarationsTed Unangst
2014-03-07a few other tweaks it's easier to see in the light of dayTed Unangst
2014-03-07drag this code into modern style. ok zhukTed Unangst
2014-02-21drop support for pre-standard C, it's time to move on. ok deraadtTed Unangst
2014-01-08Add casts to unsigned char for ctype functions and other placesTodd C. Miller
2014-01-08Use calloc() instead of malloc() + memset. Based on a diff fromTodd 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
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2005-06-10-Wall clean; ok otto deraadtPeter Valchev
2004-08-08spacingTheo de Raadt
2004-01-06protect output from %union from being anonymous using cpp guarding, forTheo de Raadt
2003-06-19ansify; ok miodPeter Valchev
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-03constify the not yet constified tables, use defined(__STDC__) instead of ifde...Michael Shalayeff
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
2001-02-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
1996-12-06-p did not rename 2 variables; netbsd pr#2997, mike.long@analog.comTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt