summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/initscan.c
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the test target by re-generating the initial scanneruqs2010-11-091-182/+206
| | | | | | | | using an updated flex(1) binary. Also ignore the changing $FreeBSD$ ID lines when doing the diff. This needs additional obfuscation, to not upset the svn precommit hooks :/
* Let both yacc and lex generate code that passes -Wold-style-definition.ed2009-12-301-3/+3
| | | | | Both these tools emit code where several functions have no `void' keyword placed in the arugment list when the function has no arguments.
* De-register declarations.dwmalone2008-06-041-22/+22
|
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
|
* Consistently use FBSDIDobrien2002-06-301-0/+2
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+6
|
* After a proper import we now have both the original RCS tags + our own.obrien1999-10-271-0/+1
| | | | (also now clearer in ``cvs log'' that we are at version 2.5.4)
* $Header$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Upgrade to version 2.5.4 of flex.steve1996-12-141-22/+32
| | | | | | Inspired by: NetBSD/OpenBSD (I can't remember who I saw do it first, so I'll give them both some inspiration points. :)
* Finish the import and merge in FreeBSD specific changes.nate1996-06-191-1096/+2060
| | | | | | Add a 'bootstrap' target which *must* be run before building the new version, since the new scanner relies on the current version of flex to build itself otherwise.
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Flex version 2.4.7 from LBLcsgr1994-08-241-0/+2723
Reviewed by: Geoff.
OpenPOWER on IntegriCloud