| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Unbreak the test target by re-generating the initial scanner | uqs | 2010-11-09 | 2 | -183/+207 |
* | flex: add missing ifdef magic to create/hide prototypes | uqs | 2010-10-24 | 1 | -1/+23 |
* | Don't define the input() function ifdef YY_NO_INPUT. | rpaulo | 2010-10-13 | 1 | -0/+2 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 2 | -0/+4 |
* | Let both yacc and lex generate code that passes -Wold-style-definition. | ed | 2009-12-30 | 2 | -6/+6 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+2 |
* | I missed some "register"s in non-dot-C files. | dwmalone | 2008-06-08 | 5 | -28/+28 |
* | De-register declarations. | dwmalone | 2008-06-04 | 9 | -86/+86 |
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles should | ru | 2007-10-20 | 1 | -0/+2 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -1/+3 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Stop the practice of installing external headers into GCC-specific directory. | kan | 2004-07-30 | 1 | -1/+1 |
* | Correct a minor syntax mistake. | keramida | 2004-07-07 | 1 | -1/+1 |
* | Replace <iostream.h> with <iostream> to remove annoying warning | josef | 2004-03-11 | 1 | -13/+13 |
* | Mark a function as `unused' in generated code. (Sometimes it is used, | nectar | 2004-01-06 | 1 | -1/+7 |
* | Work around a `label defined but not used' warning in *generated* code. | nectar | 2004-01-06 | 1 | -0/+2 |
* | Point to the new C++ include files location. | kan | 2003-07-11 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Catch up with the ISO-C++ standard. | obrien | 2002-09-09 | 1 | -1/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 11 | -10/+22 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -4/+2 |
* | Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96. | ru | 2002-03-28 | 1 | -2/+0 |
* | ``recognized -> recognize'' where appropriate. | dd | 2001-08-23 | 1 | -2/+2 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+6 |
* | revert last commit. using %option nounput is better | assar | 2001-07-22 | 1 | -5/+1 |
* | add an unused attribute to yyunput to avoid warnings (errors) when | assar | 2001-07-21 | 1 | -1/+5 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
* | Eliminate troff(1) warnings that were hiding some useful text. | ru | 2001-07-12 | 1 | -3/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -4/+0 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+0 |
* | Install Flexlexer.h with mode 444. | bde | 1999-12-17 | 1 | -1/+1 |
* | Generate skel.c at build time. | dt | 1999-11-20 | 2 | -1550/+4 |
* | Add more verbage explaining the "-I" option and its behavior. | obrien | 1999-10-27 | 1 | -0/+9 |
* | After a proper import we now have both the original RCS tags + our own. | obrien | 1999-10-27 | 19 | -3/+22 |
* | Add $FreeBSD$'s | obrien | 1999-10-27 | 2 | -0/+4 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 20 | -21/+21 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Backed out "fix for PR 7575". It was bogus. | dt | 1998-10-01 | 2 | -2/+2 |
* | /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++, | phk | 1998-08-14 | 2 | -3/+3 |
* | Submitted by: Peter Hawkins thepish@freebsd.org | thepish | 1998-06-11 | 1 | -1/+1 |
* | Simplified by using new yacc rules. The new lex rules can't be used | bde | 1998-05-04 | 1 | -13/+3 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -2/+3 |
* | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 1 | -3/+3 |
* | Add ``%{'' and ``%}'' to one of the examples so that you can actually | obrien | 1997-04-11 | 1 | -0/+2 |