summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),millert2014-01-0810-135/+131
* Make yystacksize unsigned to avoid a warning about sign comparisionmillert2013-10-301-6/+7
* add the lalr paper;jmc2013-08-151-2/+9
* Replace a loop with a memset, from Michael W Bombardieri. White herenicm2012-05-301-4/+2
* * Use NULL instead of 0 for pointerschl2012-04-151-50/+49
* remove unused variable.chl2012-04-101-2/+1
* Replace some loops with calloc/memset. From Michael W Bombardieri.nicm2012-03-035-28/+15
* Make use of the filename argument to open_error(), pointed out bynicm2011-09-221-2/+3
* Trim some very long unused debugging functions, from Michael Wnicm2011-04-031-85/+1
* Add calls to some existing but previously unused free functions. Alsonicm2011-04-013-7/+8
* remove references to now removed usd/psd/smm docs;jmc2010-10-181-5/+2
* Stop installing me(1) and ms(1) source code.schwarze2010-10-171-6/+1
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* more HISTORY; from daniel dickmanjmc2010-07-211-2/+4
* daniel dickman has folded the relevant bits of the files being removedjmc2010-07-206-108/+39
* Zero the pitem array so checking items after those used works asnicm2010-07-141-7/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2712-122/+12
* remove the directory portion of yyfix's pathname from usage's output.sobrado2009-06-121-2/+2
* remove unused functionchl2009-05-011-18/+2
* STANDARDS:jmc2009-02-101-3/+4
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* Fix an venerable bug: if we're reducing a rule that has an emptyotto2008-07-081-3/+7
* documentation tweaks.sobrado2008-05-172-11/+11
* move back to using malloc() instead of calloc(), because the yaccderaadt2007-09-031-4/+13
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-4/+4
* convert to new .Dd format;jmc2007-05-312-4/+4
* - use a consistent text for STANDARDSjmc2007-05-301-3/+8
* realively -> relativelyray2007-01-171-2/+2
* back out last (powerpc on bgpd build shows it is wrong)deraadt2006-04-211-2/+2
* use new LINTED keyword for a global which is perhaps not used, but mustderaadt2006-04-201-3/+3
* Fix off-by-one read caused by bad grammars. I think this defect wascloder2006-04-201-2/+2
* yydebug has to always be there, even if it is not used. this pleasesderaadt2006-04-201-2/+3
* -Wall clean; ok otto deraadtpvalchev2005-06-107-22/+22
* add open_write_error() to bail on fopen(3) failing to open for write, gainspvalchev2005-06-083-7/+15
* convert to getopt(); ok millert@, otto@robert2005-04-041-78/+23
* xref yacc psd. ok millert@otto2004-10-081-1/+4
* Install the yacc(1) PSD. ok mickey@ jmc@otto2004-09-182-3/+8
* spacingderaadt2004-08-083-9/+8
* fix memory leak in the code yacc generates, ok millert deraadthenning2004-03-121-2/+16
* add paper.txt target;jmc2004-02-011-2/+5
* protect output from %union from being anonymous using cpp guarding, forderaadt2004-01-062-4/+11
* obvious fix for gcc3.espie2003-11-251-4/+4
* Back out last commit, p->name is not always a malloc'ed object.millert2003-08-121-3/+2
* plug memory leak; Patrick Latifimillert2003-08-121-2/+3
* ansify; ok miodpvalchev2003-06-1912-316/+210
* - section reorderjmc2003-06-101-8/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0316-106/+42
* strcpy() removal; based on a patch from henning@ but simplifiedmillert2003-04-161-59/+24
* string cleaning; ok teduderaadt2003-04-082-10/+7
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-2/+2