| Age | Commit message (Expand) | Author |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | use bounded string op, simplify by asprintf/strdup | itojun |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-05 | Make yacc emit plain ANSI C prototypes instead of __P() wrapped ones. | kristerw |
| 2002-01-31 | In the generated C file, don't assume that <sys/cdefs.h> exists. Instead, | tv |
| 2002-01-30 | Only invoke __RCSID/__COPYRIGHT if these macros exist. | tv |
| 2002-01-30 | Use __P((void)) for the function *definitions* of yygrowstack() and yyparse() | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2001-08-14 | Add hooks to allow toolchain bits to be reachover-built at the top level. | tv |
| 2001-02-04 | remove duplicate prototypes. | christos |
| 2001-02-04 | move yyparse prototype higher up, so that it is available to embedded c | christos |
| 2001-01-23 | Make the generated parse tables const, so that the data are pushed | jdolecek |
| 2001-01-23 | make data arrays in skeleton.c const | jdolecek |
| 2001-01-04 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-06-07 | Use | explorer |
| 1999-10-29 | make change to the yacc output bits, not to the yacc binary bits | explorer |
| 1999-10-29 | defined(__NetBSD__) && defined(__RCSID) | explorer |
| 1999-10-27 | Only use __RCSID() if defined(__NetBSD__) so the yacc output files can | explorer |
| 1999-03-09 | Missing .El, extra Pp. | ross |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-10-10 | Eliminate memory leaks. | itohy |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-01-09 | RCS Id Police. | perry |
| 1997-10-31 | Format police. | mycroft |
| 1997-10-30 | PR/4392:John F. Woods: yacc -o file.cpp curdles result | christos |
| 1997-10-20 | fix .Nm usage, don't geenrate register in skeleton code | lukem |
| 1997-09-26 | Fix another gcc warning. | christos |
| 1997-07-25 | Major modernization. | perry |
| 1997-07-19 | add -o option -- submitted in pr-1857 by Niklas Hallqvist | perry |
| 1997-06-18 | Use mkstemp | christos |
| 1997-06-18 | Kill warnings in skeleton for gcc -Wall | christos |
| 1997-01-15 | make -p affect all variables; PR bin/2997 | mikel |
| 1997-01-09 | RCS ID police | tls |
| 1996-04-08 | Changed to use 1900 + tm_year instead of hardcoding "19" as the century. | jtc |
| 1996-03-25 | cast realloc() calls to shutup c++ warnings | mrg |
| 1996-03-19 | Sync with 4.4lite2 | jtc |
| 1996-03-19 | imported from 44lite2 | jtc |
| 1996-03-19 | Added `extern "C"' to getenv() declaration when compiling with C++. | jtc |
| 1996-03-05 | define YYLEX and YYEMPTY macros, as expected by some parsers written for bison | jtc |
| 1996-03-05 | Add processing of "%expect num". | phil |
| 1996-01-09 | Fetch `-p' documentation from a previous version of the man page. | pk |
| 1995-09-27 | Removed SEE ALSO section, we don't have yyfix; PR #1517 | jtc |
| 1995-09-07 | Revert last change, it seems that a lot of software (including our own | jtc |
| 1995-08-24 | don't define yydebug unless YYDEBUG is also defined; PR #1402 | jtc |
| 1994-12-24 | needs string.h | cgd |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-03-27 | off_t exp. | cgd |