aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc
Commit message (Expand)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Let both yacc and lex generate code that passes -Wold-style-definition.Ed Schouten2009-12-301-0/+4
* remove external reference to not (or at least no longer) existing variable 'm...Ralf S. Engelschall2009-12-171-1/+0
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-041-2/+0
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-24/+24
* Indent the else path, reduce diff against OpenBSD.Xin LI2008-07-181-1/+1
* Fix a longstanding bug, from Otto Moerbeck:Kevin Lo2008-07-181-1/+5
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Use getopt instead of hand-rolled argument parsing. Usage remainsWes Peters2004-03-051-72/+15
* Add __unused to the declaration of yyrcsid in a more portable way.Chad David2003-02-121-1/+4
* Backout my previous commit as requested. This solution generatesChad David2003-02-081-2/+1
* Add __unused to the declaration of yyrcsid.Chad David2003-02-071-1/+2
* mdoc(7) police: back out unproved changes from previous revision.Ruslan Ermilov2002-11-261-1/+1
* Add section number to .Xr directive.Philippe Charnier2002-10-161-6/+6
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Use the constants from <limits.h> for the sizes of integral C typesRobert Drehmel2002-06-115-12/+10
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-0/+4
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-301-13/+7
* Restore some of the original variable names, but fix the warnings theirDavid E. O'Brien2002-04-231-21/+19
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+6
* mdoc police: use .El to end the list in the ENVIRONMENT section.Bill Fenner2002-04-171-0/+1
* Quiet uninitialized warnings.David E. O'Brien2002-04-102-0/+2
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-0912-24/+0
* Revert the "tell the program name in diagnostics". What was I thinking??David E. O'Brien2002-04-052-66/+58
* Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.David E. O'Brien2002-04-042-17/+18
* Allow to compile errorlessly with GCC 3.1.David E. O'Brien2002-04-041-3/+1
* Fix signal race.David E. O'Brien2002-04-041-4/+8
* Revert revision 1.3. This is WARNS=4 clean w/o it and it only increasesDavid E. O'Brien2002-04-041-1/+1
* Fix style regression introduced in rev 1.11 during a WARNS cleanup.David E. O'Brien2002-04-041-1/+2
* Add STANDARDS, ENVIRONMENT, and TABLES sections.David E. O'Brien2002-04-041-11/+39
* Minor word smithing.David E. O'Brien2002-04-041-1/+1
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.David E. O'Brien2002-04-041-6/+6
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.David E. O'Brien2002-04-041-53/+59
* remove __PWarner Losh2002-03-2212-178/+177
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 fix, but do not set this im Makefile, because this ill be theMark Murray2001-12-112-2/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-1012-60/+72
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butWarner Losh2001-12-0812-0/+24
* Use __FBSDID().Mark Murray2001-12-0212-42/+56
* WARNS=2 and s/register//.Mark Murray2001-12-0114-416/+420
* Properly static'ize increase_maxtable().David E. O'Brien2001-10-051-1/+1
* Fix the output so it really does dynamically resize the table.David E. O'Brien2001-10-051-14/+44
* Increase the table size by an order of magnitude.David E. O'Brien2001-10-051-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+3
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Have yacc use a prototype for yygrowstack(void) on ANSI compilers.Peter Wemm2001-02-191-0/+4
* ConstifyKris Kennaway2000-11-263-2/+2
* Fix breakage introduced in rev.1.7. yystacksize and yysslim are global andNick Hibma2000-09-071-0/+4