summaryrefslogtreecommitdiff
path: root/usr.bin/lex
Commit message (Expand)AuthorAgeFilesLines
* Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+3
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Stop the practice of installing external headers into GCC-specific directory.Alexander Kabaev2004-07-301-1/+1
* Correct a minor syntax mistake.Giorgos Keramidas2004-07-071-1/+1
* Replace <iostream.h> with <iostream> to remove annoying warningJosef El-Rayes2004-03-111-13/+13
* Mark a function as `unused' in generated code. (Sometimes it is used,Jacques Vidrine2004-01-061-1/+7
* Work around a `label defined but not used' warning in *generated* code.Jacques Vidrine2004-01-061-0/+2
* Point to the new C++ include files location.Alexander Kabaev2003-07-111-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Catch up with the ISO-C++ standard.David E. O'Brien2002-09-091-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-3011-10/+22
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+2
* Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96.Ruslan Ermilov2002-03-281-2/+0
* ``recognized -> recognize'' where appropriate.Dima Dorfman2001-08-231-2/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+6
* revert last commit. using %option nounput is betterAssar Westerlund2001-07-221-5/+1
* add an unused attribute to yyunput to avoid warnings (errors) whenAssar Westerlund2001-07-211-1/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* Eliminate troff(1) warnings that were hiding some useful text.Ruslan Ermilov2001-07-121-3/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-4/+0
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
* Install Flexlexer.h with mode 444.Bruce Evans1999-12-171-1/+1
* Generate skel.c at build time.Dmitrij Tejblum1999-11-202-1550/+4
* Add more verbage explaining the "-I" option and its behavior.David E. O'Brien1999-10-271-0/+9
* After a proper import we now have both the original RCS tags + our own.David E. O'Brien1999-10-2719-3/+22
* Add $FreeBSD$'sDavid E. O'Brien1999-10-272-0/+4
* $Header$ -> $FreeBSD$Peter Wemm1999-08-2820-21/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Backed out "fix for PR 7575". It was bogus.Dmitrij Tejblum1998-10-012-2/+2
* /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++,Poul-Henning Kamp1998-08-142-3/+3
* Submitted by: Peter Hawkins thepish@freebsd.orgPeter Hawkins1998-06-111-1/+1
* Simplified by using new yacc rules. The new lex rules can't be usedBruce Evans1998-05-041-13/+3
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-2/+3
* fix misspellingJohn-Mark Gurney1997-08-301-1/+1
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".Paul Traina1997-06-291-3/+3
* Add ``%{'' and ``%}'' to one of the examples so that you can actuallyDavid E. O'Brien1997-04-111-0/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Upgrade to version 2.5.4 of flex.Steve Price1996-12-146-67/+108
* Clean up some loose ends on my previous work in here..Peter Wemm1996-10-291-4/+4
* Clean up dependencies a bit (we were not doing a depend on scan.c)Peter Wemm1996-09-191-6/+7
* Move tsort back to lib-tools where it belongs, and add a "speciallyPeter Wemm1996-08-071-2/+3
* Whoops, forgot one FreeBSD specific change necessary for the lex .mkNate Williams1996-06-191-2/+2
* Finish the import and merge in FreeBSD specific changes.Nate Williams1996-06-1915-5393/+7003
* This commit was generated by cvs2svn to compensate for changes in r16514,Nate Williams1996-06-1911-602/+1999
|\
| * Flex version 2.5.3 from Vern Paxson at LBL.Nate Williams1996-06-1923-5969/+8981