summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
Commit message (Expand)AuthorAgeFilesLines
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-2129-13032/+11
* Spelling fixes for usr.bin/uqs2011-12-302-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-1116-64/+2
* Fix the build on 64-bit hosts. WARNS=6 fails on them.obrien2010-11-091-2/+2
* Back out r214961 for skeleton.c -- it broke the groff build.obrien2010-11-081-4/+4
* Add '-y' for bison compatibility.obrien2010-11-072-2/+10
* Inherit WARNS from parent directory.obrien2010-11-071-2/+0
* Directly use memory allocation functions and remove needless casts inobrien2010-11-0711-140/+136
* Change to ANSI-C function definitions.obrien2010-11-0713-282/+182
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Let both yacc and lex generate code that passes -Wold-style-definition.ed2009-12-301-0/+4
* remove external reference to not (or at least no longer) existing variable 'm...rse2009-12-171-1/+0
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-041-2/+0
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-24/+24
* Indent the else path, reduce diff against OpenBSD.delphij2008-07-181-1/+1
* Fix a longstanding bug, from Otto Moerbeck:kevlo2008-07-181-1/+5
* Sort sections.ru2005-01-181-4/+4
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Use getopt instead of hand-rolled argument parsing. Usage remainswes2004-03-051-72/+15
* Add __unused to the declaration of yyrcsid in a more portable way.davidc2003-02-121-1/+4
* Backout my previous commit as requested. This solution generatesdavidc2003-02-081-2/+1
* Add __unused to the declaration of yyrcsid.davidc2003-02-071-1/+2
* mdoc(7) police: back out unproved changes from previous revision.ru2002-11-261-1/+1
* Add section number to .Xr directive.charnier2002-10-161-6/+6
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Use the constants from <limits.h> for the sizes of integral C typesrobert2002-06-115-12/+10
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-0/+4
* mdoc(7) police: tidy up the markup.ru2002-05-301-13/+7
* Restore some of the original variable names, but fix the warnings theirobrien2002-04-231-21/+19
* Use `The .Nm utility'charnier2002-04-201-4/+6
* mdoc police: use .El to end the list in the ENVIRONMENT section.fenner2002-04-171-0/+1
* Quiet uninitialized warnings.obrien2002-04-102-0/+2
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-0912-24/+0
* Revert the "tell the program name in diagnostics". What was I thinking??obrien2002-04-052-66/+58
* Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.obrien2002-04-042-17/+18
* Allow to compile errorlessly with GCC 3.1.obrien2002-04-041-3/+1
* Fix signal race.obrien2002-04-041-4/+8
* Revert revision 1.3. This is WARNS=4 clean w/o it and it only increasesobrien2002-04-041-1/+1
* Fix style regression introduced in rev 1.11 during a WARNS cleanup.obrien2002-04-041-1/+2
* Add STANDARDS, ENVIRONMENT, and TABLES sections.obrien2002-04-041-11/+39
* Minor word smithing.obrien2002-04-041-1/+1
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.obrien2002-04-041-6/+6
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.obrien2002-04-041-53/+59
* remove __Pimp2002-03-2212-178/+177
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* WARNS=2 fix, but do not set this im Makefile, because this ill be themarkm2001-12-112-2/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-1012-60/+72
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-0812-0/+24
* Use __FBSDID().markm2001-12-0212-42/+56
* WARNS=2 and s/register//.markm2001-12-0114-416/+420
OpenPOWER on IntegriCloud