| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Upgrade to version 2.5.4 of flex. | steve | 1996-12-14 | 6 | -67/+108 |
* | Clean up some loose ends on my previous work in here.. | peter | 1996-10-29 | 1 | -4/+4 |
* | Clean up dependencies a bit (we were not doing a depend on scan.c) | peter | 1996-09-19 | 1 | -6/+7 |
* | Move tsort back to lib-tools where it belongs, and add a "specially | peter | 1996-08-07 | 1 | -2/+3 |
* | Whoops, forgot one FreeBSD specific change necessary for the lex .mk | nate | 1996-06-19 | 1 | -2/+2 |
* | Finish the import and merge in FreeBSD specific changes. | nate | 1996-06-19 | 15 | -5393/+7003 |
* | This commit was generated by cvs2svn to compensate for changes in r16514, | nate | 1996-06-19 | 11 | -602/+1999 |
|\ |
|
| * | Flex version 2.5.3 from Vern Paxson at LBL. | nate | 1996-06-19 | 22 | -2924/+8981 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -4046/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-flex'. | cvs2svn | 1994-08-27 | 1 | -0/+1001 |