]> granicus.if.org Git - flex/log
flex
30 years agoAdded -l compression to bigcheck
Vern Paxson [Sat, 27 Nov 1993 14:14:06 +0000 (14:14 +0000)]
Added -l compression to bigcheck

30 years agopermission tweaking for "dist"
Vern Paxson [Sat, 27 Nov 1993 14:07:08 +0000 (14:07 +0000)]
permission tweaking for "dist"

30 years agomore "dist" tweaks
Vern Paxson [Sat, 27 Nov 1993 14:02:34 +0000 (14:02 +0000)]
more "dist" tweaks

30 years agoChanged "make dist" to use version.h, include scan.c in initial dir copy
Vern Paxson [Sat, 27 Nov 1993 13:59:07 +0000 (13:59 +0000)]
Changed "make dist" to use version.h, include scan.c in initial dir copy

30 years ago2.4.1
Vern Paxson [Sat, 27 Nov 1993 13:44:31 +0000 (13:44 +0000)]
2.4.1

30 years agoRevised as per Francois Pinard
Vern Paxson [Sat, 27 Nov 1993 13:44:15 +0000 (13:44 +0000)]
Revised as per Francois Pinard

30 years agoflex.skel -> flex.skl
Vern Paxson [Sat, 27 Nov 1993 13:41:15 +0000 (13:41 +0000)]
flex.skel -> flex.skl

30 years agoUpdated date of 2.4 release
Vern Paxson [Sat, 27 Nov 1993 13:37:34 +0000 (13:37 +0000)]
Updated date of 2.4 release

30 years agoRemoved manual & nroff output from distribution
Vern Paxson [Sat, 27 Nov 1993 13:29:45 +0000 (13:29 +0000)]
Removed manual & nroff output from distribution

30 years ago2.4.1 release
Vern Paxson [Sat, 27 Nov 1993 13:20:54 +0000 (13:20 +0000)]
2.4.1 release

30 years agoInitial revision
Vern Paxson [Sat, 27 Nov 1993 12:57:20 +0000 (12:57 +0000)]
Initial revision

30 years agoMerge w/ 2.4.1 changes
Vern Paxson [Sat, 27 Nov 1993 12:56:32 +0000 (12:56 +0000)]
Merge w/ 2.4.1 changes
added "dist2" target

30 years agoInitial revision
Vern Paxson [Fri, 26 Nov 1993 17:02:12 +0000 (17:02 +0000)]
Initial revision

30 years agoRemoved #ifndef FILE protection from include of stdio
Vern Paxson [Fri, 26 Nov 1993 16:59:58 +0000 (16:59 +0000)]
Removed #ifndef FILE protection from include of stdio

30 years agoAdded Francois Pinard to distribution headache helpers
Vern Paxson [Fri, 26 Nov 1993 16:40:28 +0000 (16:40 +0000)]
Added Francois Pinard to distribution headache helpers

30 years agoModified C++ scanners to get input a character at a time for
Vern Paxson [Fri, 26 Nov 1993 16:10:13 +0000 (16:10 +0000)]
Modified C++ scanners to get input a character at a time for
interactive scanners.

30 years agoAdded YY_INTERACTIVE.
Vern Paxson [Fri, 26 Nov 1993 16:09:59 +0000 (16:09 +0000)]
Added YY_INTERACTIVE.

30 years agoPut definitions inside ()'s so we can test -l option for "make bigcheck"
Vern Paxson [Fri, 26 Nov 1993 16:09:24 +0000 (16:09 +0000)]
Put definitions inside ()'s so we can test -l option for "make bigcheck"

30 years agoDocumented YY_INTERACTIVE.
Vern Paxson [Fri, 26 Nov 1993 16:09:06 +0000 (16:09 +0000)]
Documented YY_INTERACTIVE.

30 years ago-l lex compatibility flag
Vern Paxson [Fri, 26 Nov 1993 15:08:34 +0000 (15:08 +0000)]
-l lex compatibility flag

30 years agoSupport for read()/fread()
Vern Paxson [Sat, 20 Nov 1993 15:05:34 +0000 (15:05 +0000)]
Support for read()/fread()
section 1 definitions precede default macro definitions

30 years agoAdded use_read global
Vern Paxson [Sat, 20 Nov 1993 15:05:18 +0000 (15:05 +0000)]
Added use_read global

30 years agoCleaner definition for yymore()
Vern Paxson [Sat, 20 Nov 1993 15:04:49 +0000 (15:04 +0000)]
Cleaner definition for yymore()
Fixed string broken across multiple lines

30 years agoAdded -Cr
Vern Paxson [Sat, 20 Nov 1993 15:04:32 +0000 (15:04 +0000)]
Added -Cr

30 years agoK&R declaration for check_char()
Vern Paxson [Sat, 20 Nov 1993 15:03:48 +0000 (15:03 +0000)]
K&R declaration for check_char()

30 years agoDocumented -Cr
Vern Paxson [Sat, 20 Nov 1993 14:56:18 +0000 (14:56 +0000)]
Documented -Cr

30 years agoNo need to #undef before redefining
Vern Paxson [Sat, 20 Nov 1993 14:31:36 +0000 (14:31 +0000)]
No need to #undef before redefining
prior to -Cr documentation

30 years agoHeavily massaged for 2.4
Vern Paxson [Wed, 10 Nov 1993 10:27:39 +0000 (10:27 +0000)]
Heavily massaged for 2.4

30 years agoAdded Landon Noll to thanks.
Vern Paxson [Wed, 10 Nov 1993 10:27:04 +0000 (10:27 +0000)]
Added Landon Noll to thanks.

30 years ago2.4 release
Vern Paxson [Wed, 10 Nov 1993 10:07:50 +0000 (10:07 +0000)]
2.4 release

30 years ago2.4 documentation
Vern Paxson [Wed, 10 Nov 1993 10:06:51 +0000 (10:06 +0000)]
2.4 documentation

30 years agoAdded global to remember -P prefix so it can be written in -v summary.
Vern Paxson [Wed, 10 Nov 1993 10:05:26 +0000 (10:05 +0000)]
Added global to remember -P prefix so it can be written in -v summary.
Alphabetized prefix generation, added yywrap

30 years agoupdated date for 2.4.0 :-(
Vern Paxson [Tue, 9 Nov 1993 21:11:42 +0000 (21:11 +0000)]
updated date for 2.4.0 :-(

31 years agoWhitespace tweaking
Vern Paxson [Sun, 10 Oct 1993 15:28:08 +0000 (15:28 +0000)]
Whitespace tweaking

31 years agoUse DEFAULT_CSIZE only if not using equivalence classes.
Vern Paxson [Sun, 10 Oct 1993 14:52:55 +0000 (14:52 +0000)]
Use DEFAULT_CSIZE only if not using equivalence classes.

31 years agoCheckpoint prior to final 2.4 update
Vern Paxson [Sun, 10 Oct 1993 14:47:10 +0000 (14:47 +0000)]
Checkpoint prior to final 2.4 update

31 years agoRaw 2.4 changes
Vern Paxson [Mon, 4 Oct 1993 21:15:19 +0000 (21:15 +0000)]
Raw 2.4 changes

31 years agoosfcn.h -> unistd.h
Vern Paxson [Mon, 4 Oct 1993 16:44:10 +0000 (16:44 +0000)]
osfcn.h -> unistd.h

31 years agoAdded "static" to definition of yy_fatal_error as well as fwd decl.
Vern Paxson [Mon, 4 Oct 1993 10:56:08 +0000 (10:56 +0000)]
Added "static" to definition of yy_fatal_error as well as fwd decl.

31 years agoAdded yy_fatal_error function.
Vern Paxson [Mon, 4 Oct 1993 10:17:40 +0000 (10:17 +0000)]
Added yy_fatal_error function.

31 years agoGot rid of (char *) casts of yytext, no longer needed.
Vern Paxson [Sun, 3 Oct 1993 17:34:54 +0000 (17:34 +0000)]
Got rid of (char *) casts of yytext, no longer needed.

31 years agoYY_CHAR -> char
Vern Paxson [Sun, 3 Oct 1993 16:05:17 +0000 (16:05 +0000)]
YY_CHAR -> char
added YYText(), YYLeng()

31 years agoMinimized use of YY_CHAR
Vern Paxson [Sun, 3 Oct 1993 16:01:56 +0000 (16:01 +0000)]
Minimized use of YY_CHAR

31 years agoAdded "flex++" feature
Vern Paxson [Sun, 3 Oct 1993 16:01:41 +0000 (16:01 +0000)]
Added "flex++" feature
Minimized use of YY_CHAR

31 years agoClarified help message for -S
Vern Paxson [Sat, 2 Oct 1993 15:25:48 +0000 (15:25 +0000)]
Clarified help message for -S

31 years agoInitial revision
Vern Paxson [Sat, 2 Oct 1993 15:23:09 +0000 (15:23 +0000)]
Initial revision

31 years agoIf -+ used, output to lex.yy.cc
Vern Paxson [Sat, 2 Oct 1993 15:20:15 +0000 (15:20 +0000)]
If -+ used, output to lex.yy.cc

31 years agoSwitched from FILE*'s to stream's
Vern Paxson [Sat, 2 Oct 1993 15:19:20 +0000 (15:19 +0000)]
Switched from FILE*'s to stream's

31 years agoAdded expand_nxt_chk() extern.
Vern Paxson [Sat, 2 Oct 1993 13:44:09 +0000 (13:44 +0000)]
Added expand_nxt_chk() extern.

31 years agoAdded dynamic buffer growing.
Vern Paxson [Sat, 2 Oct 1993 13:38:07 +0000 (13:38 +0000)]
Added dynamic buffer growing.
Added yyless() for section 3.

31 years agoAdded -a option for long-align.
Vern Paxson [Sat, 2 Oct 1993 13:37:14 +0000 (13:37 +0000)]
Added -a option for long-align.

31 years agoformfeed no longer considered whitespace
Vern Paxson [Sat, 2 Oct 1993 13:36:08 +0000 (13:36 +0000)]
formfeed no longer considered whitespace

31 years agoNuked FILENAMESIZE
Vern Paxson [Tue, 21 Sep 1993 20:45:51 +0000 (20:45 +0000)]
Nuked FILENAMESIZE

31 years agoyyflexlexer.h -> FlexLexer.h
Vern Paxson [Tue, 21 Sep 1993 20:45:33 +0000 (20:45 +0000)]
yyflexlexer.h -> FlexLexer.h
minor portability tweak

31 years agoAdded start condition to EOF trace output
Vern Paxson [Tue, 21 Sep 1993 20:45:18 +0000 (20:45 +0000)]
Added start condition to EOF trace output

31 years agoAdded YY_START
Vern Paxson [Tue, 21 Sep 1993 20:44:55 +0000 (20:44 +0000)]
Added YY_START
changed yyFlexLexer to define yylex()

31 years agoMinor portability tweaks
Vern Paxson [Tue, 21 Sep 1993 20:44:17 +0000 (20:44 +0000)]
Minor portability tweaks

31 years agoSplit into two classes, one fully abstract.
Vern Paxson [Tue, 21 Sep 1993 20:43:49 +0000 (20:43 +0000)]
Split into two classes, one fully abstract.
yylex() no longer abstract in yyFlexLexer

31 years agoPC lint tweak
Vern Paxson [Tue, 21 Sep 1993 20:42:48 +0000 (20:42 +0000)]
PC lint tweak

31 years agoYYSTYPE #define'd to int
Vern Paxson [Tue, 21 Sep 1993 20:42:18 +0000 (20:42 +0000)]
YYSTYPE #define'd to int

31 years agominor lint tweak
Vern Paxson [Tue, 21 Sep 1993 20:42:09 +0000 (20:42 +0000)]
minor lint tweak

31 years agoInitial revision
Vern Paxson [Thu, 16 Sep 1993 20:53:46 +0000 (20:53 +0000)]
Initial revision

31 years agoDelete prototypes for Unix system calls.
Vern Paxson [Thu, 16 Sep 1993 20:38:58 +0000 (20:38 +0000)]
Delete prototypes for Unix system calls.

31 years agonuked static RCS string
Vern Paxson [Thu, 16 Sep 1993 20:31:48 +0000 (20:31 +0000)]
nuked static RCS string

31 years ago%array not allowed with C++ scanners
Vern Paxson [Thu, 16 Sep 1993 20:28:08 +0000 (20:28 +0000)]
%array not allowed with C++ scanners

31 years agoFixed bugs regarding %{%} code in section 2 prolog
Vern Paxson [Thu, 16 Sep 1993 20:27:27 +0000 (20:27 +0000)]
Fixed bugs regarding %{%} code in section 2 prolog
%array not allowed with C++ scanners

31 years agoAdded C_plus_plus flag.
Vern Paxson [Wed, 25 Aug 1993 17:11:42 +0000 (17:11 +0000)]
Added C_plus_plus flag.

31 years agoFirst version of C/C++ skeleton
Vern Paxson [Wed, 25 Aug 1993 17:11:24 +0000 (17:11 +0000)]
First version of C/C++ skeleton

31 years agoyy_state_type declared earlier.
Vern Paxson [Wed, 25 Aug 1993 17:10:57 +0000 (17:10 +0000)]
yy_state_type declared earlier.
Made a bunch of statics only output if not -+

31 years agoAdded -+ option, updated usage() output, rearranged some generated
Vern Paxson [Wed, 25 Aug 1993 16:59:54 +0000 (16:59 +0000)]
Added -+ option, updated usage() output, rearranged some generated
 code to come at the right point in the output for yyflexlexer.h.

31 years agoAdded %+/%-/%* to skelout()
Vern Paxson [Wed, 25 Aug 1993 16:52:05 +0000 (16:52 +0000)]
Added %+/%-/%* to skelout()

31 years agoEOF in section 2 prolog leads to section 0, not section 3
Vern Paxson [Wed, 25 Aug 1993 16:51:45 +0000 (16:51 +0000)]
EOF in section 2 prolog leads to section 0, not section 3

31 years agoDump promotion of EOF in section 2 to turn on section 3; instead
Vern Paxson [Wed, 25 Aug 1993 16:40:25 +0000 (16:40 +0000)]
Dump promotion of EOF in section 2 to turn on section 3; instead
 just treat it like a final EOF

31 years agoyy_nxt table should be "const"
Vern Paxson [Wed, 25 Aug 1993 16:40:03 +0000 (16:40 +0000)]
yy_nxt table should be "const"

31 years agoRemoved a lot of #ifdef chud
Vern Paxson [Tue, 24 Aug 1993 20:46:03 +0000 (20:46 +0000)]
Removed a lot of #ifdef chud
"backtracking" -> "backing up"

31 years ago"backtracking" -> "backing up"
Vern Paxson [Tue, 24 Aug 1993 20:45:35 +0000 (20:45 +0000)]
"backtracking" -> "backing up"
got rid of time reports

31 years ago"backtracking" -> "backing up"
Vern Paxson [Tue, 24 Aug 1993 20:44:11 +0000 (20:44 +0000)]
"backtracking" -> "backing up"
some portability tweaks
fixed to only call flexscan() when done if known to be in section 3

31 years agoisascii() moved to flexdef.h
Vern Paxson [Tue, 24 Aug 1993 20:43:23 +0000 (20:43 +0000)]
isascii() moved to flexdef.h
nuked flex_gettime()

31 years agoFixed bug with empty section 2
Vern Paxson [Tue, 24 Aug 1993 20:43:03 +0000 (20:43 +0000)]
Fixed bug with empty section 2

31 years agoChucked definition of isascii()
Vern Paxson [Tue, 24 Aug 1993 20:42:31 +0000 (20:42 +0000)]
Chucked definition of isascii()

31 years agopreserve yytext on input()
Vern Paxson [Tue, 24 Aug 1993 20:40:56 +0000 (20:40 +0000)]
preserve yytext on input()
bug fix when combining yyless() with yymore()
checkpoint prior to C++ option

31 years ago"backtracking" -> "backing up"
Vern Paxson [Tue, 24 Aug 1993 20:37:11 +0000 (20:37 +0000)]
"backtracking" -> "backing up"

31 years agoFixed to not generate extra EOF's after reading one.
Vern Paxson [Fri, 9 Jul 1993 19:47:11 +0000 (19:47 +0000)]
Fixed to not generate extra EOF's after reading one.

31 years agoSpit out definition of YY_CHAR early
Vern Paxson [Mon, 5 Jul 1993 21:52:29 +0000 (21:52 +0000)]
Spit out definition of YY_CHAR early

31 years agoSome rearranging to make sure things get declared in the right order
Vern Paxson [Mon, 5 Jul 1993 21:52:12 +0000 (21:52 +0000)]
Some rearranging to make sure things get declared in the right order

31 years agoSome comment fixes as per Wilhelms
Vern Paxson [Mon, 5 Jul 1993 21:37:27 +0000 (21:37 +0000)]
Some comment fixes as per Wilhelms

31 years agoNuked #undef of yywrap, now that it's a function
Vern Paxson [Mon, 5 Jul 1993 21:37:06 +0000 (21:37 +0000)]
Nuked #undef of yywrap, now that it's a function

31 years agoFixed bug with Z-a character classes as per Wilhelms
Vern Paxson [Mon, 5 Jul 1993 21:36:47 +0000 (21:36 +0000)]
Fixed bug with Z-a character classes as per Wilhelms

31 years agoadded check_char call in mkstate() to prevent bad xtion chars
Vern Paxson [Mon, 5 Jul 1993 21:36:26 +0000 (21:36 +0000)]
added check_char call in mkstate() to prevent bad xtion chars

31 years agoFixed some reallocation bugs, etc. as per Wilhelms
Vern Paxson [Mon, 5 Jul 1993 21:35:35 +0000 (21:35 +0000)]
Fixed some reallocation bugs, etc. as per Wilhelms

31 years agoAdded check_char(), readable_form()
Vern Paxson [Mon, 5 Jul 1993 21:34:56 +0000 (21:34 +0000)]
Added check_char(), readable_form()

31 years agoAdded #ifndef's around #define's to let user override
Vern Paxson [Mon, 5 Jul 1993 21:34:29 +0000 (21:34 +0000)]
Added #ifndef's around #define's to let user override
Moved a bunch of definitions prior to section 1

31 years agoWilhems bug fixes.
Vern Paxson [Mon, 5 Jul 1993 21:32:22 +0000 (21:32 +0000)]
Wilhems bug fixes.

31 years agoAdded check_char()
Vern Paxson [Mon, 5 Jul 1993 21:31:46 +0000 (21:31 +0000)]
Added check_char()

31 years agoChanged to use yy_flex_alloc() and friends
Vern Paxson [Sat, 12 Jun 1993 13:44:08 +0000 (13:44 +0000)]
Changed to use yy_flex_alloc() and friends

31 years agoAdded -P flag
Vern Paxson [Sat, 12 Jun 1993 13:43:31 +0000 (13:43 +0000)]
Added -P flag

31 years agoFixed bug in lex % directives
Vern Paxson [Sat, 12 Jun 1993 13:42:49 +0000 (13:42 +0000)]
Fixed bug in lex % directives

31 years agoModified to use yy_flex_alloc() and friends
Vern Paxson [Sat, 12 Jun 1993 13:42:32 +0000 (13:42 +0000)]
Modified to use yy_flex_alloc() and friends

31 years agoModified to use yy_flex_alloc()
Vern Paxson [Sat, 12 Jun 1993 13:42:18 +0000 (13:42 +0000)]
Modified to use yy_flex_alloc()

31 years agoModified to use yy_flex_alloc() and friends
Vern Paxson [Sat, 12 Jun 1993 13:41:52 +0000 (13:41 +0000)]
Modified to use yy_flex_alloc() and friends
Moved some globals earlier in the file to permit access in section 1