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