summaryrefslogtreecommitdiff
path: root/usr.bin/yacc
AgeCommit message (Expand)Author
2012-05-30Replace a loop with a memset, from Michael W Bombardieri. White hereNicholas Marriott
2012-04-15* Use NULL instead of 0 for pointersCharles Longeau
2012-04-10remove unused variable.Charles Longeau
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2011-09-22Make use of the filename argument to open_error(), pointed out byNicholas 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
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21more HISTORY; from daniel dickmanJason McIntyre
2010-07-20daniel dickman has folded the relevant bits of the files being removedJason McIntyre
2010-07-14Zero the pitem array so checking items after those used works asNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-12remove the directory portion of yyfix's pathname from usage's output.Igor Sobrado
2009-05-01remove unused functionCharles Longeau
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-07-08Fix an venerable bug: if we're reducing a rule that has an emptyOtto Moerbeek
2008-05-17documentation tweaks.Igor Sobrado
2007-09-03move back to using malloc() instead of calloc(), because the yaccTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-01-17realively -> relativelyRay Lai
2006-04-21back out last (powerpc on bgpd build shows it is wrong)Theo de Raadt
2006-04-20use new LINTED keyword for a global which is perhaps not used, but mustTheo de Raadt
2006-04-20Fix off-by-one read caused by bad grammars. I think this defect wasChad Loder
2006-04-20yydebug has to always be there, even if it is not used. this pleasesTheo de Raadt
2005-06-10-Wall clean; ok otto deraadtPeter Valchev
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainsPeter Valchev
2005-04-04convert to getopt(); ok millert@, otto@Robert Nagy
2004-10-08xref yacc psd. ok millert@Otto Moerbeek
2004-09-18Install the yacc(1) PSD. ok mickey@ jmc@Otto Moerbeek
2004-08-08spacingTheo de Raadt
2004-03-12fix memory leak in the code yacc generates, ok millert deraadtHenning Brauer
2004-02-01add paper.txt target;Jason McIntyre
2004-01-06protect output from %union from being anonymous using cpp guarding, forTheo de Raadt
2003-11-25obvious fix for gcc3.Marc Espie
2003-08-12Back out last commit, p->name is not always a malloc'ed object.Todd C. Miller
2003-08-12plug memory leak; Patrick LatifiTodd C. Miller
2003-06-19ansify; ok miodPeter Valchev
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16strcpy() removal; based on a patch from henning@ but simplifiedTodd C. Miller
2003-04-08string cleaning; ok teduTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not insta...Michael Shalayeff
2002-12-03constify the not yet constified tables, use defined(__STDC__) instead of ifde...Michael Shalayeff
2002-06-19have yacc spit out c compiler-like error messages, so that utilities whichTheo de Raadt