Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Submitted by: Archie Cobbs <archie@whistle.com> | ||||
* | After a proper import we now have both the original RCS tags + our own. | obrien | 1999-10-27 | 19 | -3/+22 |
| | | | | (also now clearer in ``cvs log'' that we are at version 2.5.4) | ||||
* | 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 |
| | | | | | | | | | but flex still generates "#include <FlexLexer.h". As a result, C++ sources flex generates failed to be compiled. PR: 7575 Reviewed by: phk Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> | ||||
* | Submitted by: Peter Hawkins thepish@freebsd.org | thepish | 1998-06-11 | 1 | -1/+1 |
| | | | | Small man page fix (missing ']' in [:alpha:] example) | ||||
* | Simplified by using new yacc rules. The new lex rules can't be used | bde | 1998-05-04 | 1 | -13/+3 |
| | | | | here, at least without ifdefs for the bootstrap. | ||||
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -2/+3 |
| | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4428 | ||||
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 1 | -3/+3 |
| | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio). | ||||
* | Add ``%{'' and ``%}'' to one of the examples so that you can actually | obrien | 1997-04-11 | 1 | -0/+2 |
| | | | | cut-n-paste the example and have it actually lex and compile. | ||||
* | 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 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Upgrade to version 2.5.4 of flex. | steve | 1996-12-14 | 6 | -67/+108 |
| | | | | | | Inspired by: NetBSD/OpenBSD (I can't remember who I saw do it first, so I'll give them both some inspiration points. :) | ||||
* | 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 |
| | | | | Make the 'bootstrap' target work a little better. | ||||
* | Move tsort back to lib-tools where it belongs, and add a "specially | peter | 1996-08-07 | 1 | -2/+3 |
| | | | | | | | | for bootstrap" tweak to the lex Makefile to stop it building the library too early. This untangles things a bit more, it stops new bootstraps failing because libl/libfl uses 'ld -O' before ld is updated. | ||||
* | Whoops, forgot one FreeBSD specific change necessary for the lex .mk | nate | 1996-06-19 | 1 | -2/+2 |
| | | | | macros to work. | ||||
* | Finish the import and merge in FreeBSD specific changes. | nate | 1996-06-19 | 15 | -5393/+7003 |
| | | | | | | 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. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r16514, | nate | 1996-06-19 | 11 | -602/+1999 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | 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 |
| | | |||||
* | | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -3/+3 |
| | | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | ||||
* | | Now that we install the `flex' alias for our lex, we should also | joerg | 1996-02-24 | 1 | -2/+4 |
| | | | | | | | | | | | | | | install the `libfl' alias for libl. Some third-party software will expect it this way. Submitted by: Holm tiffe (holm@geophysik.tu-freiberg.de) | ||||
* | | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -2/+2 |
| | | | | | | | | Down to only about 100 items left to cleanup! :-) | ||||
* | | Add some links to lex (flex, flex++ etc) that some of the gnu autoconf | peter | 1996-01-08 | 1 | -4/+11 |
| | | | | | | | | | | | | scripts check for. (when looking explicitly for flex..) Also, do some man links for the commands under their alternate names. Install the c++ FlexLexer.h file as per the "XXX TODO" comment. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -4046/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 12 | -32/+32 |
| | | |||||
* | | Change references to flex(1) and flexdoc(1) to lex(1) and | csgr | 1994-08-27 | 2 | -18/+18 |
| | | | | | | | | | | lexdoc(1). Submitted by: geoff | ||||
* | | Do not install as flex | csgr | 1994-08-27 | 3 | -6/+4050 |
| | | | | | | | | Submitted by: Geoff | ||||
* | | We really, really /don't/ want to have a shared lex library. Also, | wollman | 1994-08-25 | 1 | -8/+2 |
|/ | | | | | | current users should note that the old 1.1.5 lex can't process the new scan.l, so you have to copy initscan.c to obj/scan.c before it will build. | ||||
* | Flex version 2.4.7 from LBL | csgr | 1994-08-24 | 28 | -0/+19354 |
Reviewed by: Geoff. |