]> granicus.if.org Git - flex/log
flex
31 years agoAdded exec_prefix
Vern Paxson [Fri, 3 Dec 1993 21:35:38 +0000 (21:35 +0000)]
Added exec_prefix

31 years agocredit update
Vern Paxson [Fri, 3 Dec 1993 21:35:21 +0000 (21:35 +0000)]
credit update

31 years agolint tweak
Vern Paxson [Fri, 3 Dec 1993 21:35:07 +0000 (21:35 +0000)]
lint tweak

31 years agoFlexLexer.h fixed for separate inclusion
Vern Paxson [Fri, 3 Dec 1993 12:50:09 +0000 (12:50 +0000)]
FlexLexer.h fixed for separate inclusion

31 years agomods so FlexLexer.h can be included separately
Vern Paxson [Fri, 3 Dec 1993 12:49:45 +0000 (12:49 +0000)]
mods so FlexLexer.h can be included separately

31 years ago-F incompatible with -+
Vern Paxson [Fri, 3 Dec 1993 12:47:05 +0000 (12:47 +0000)]
-F incompatible with -+

31 years agoElaborated comments for 2.4.3
Vern Paxson [Thu, 2 Dec 1993 22:18:28 +0000 (22:18 +0000)]
Elaborated comments for 2.4.3

31 years ago2.4.3
Vern Paxson [Thu, 2 Dec 1993 21:59:03 +0000 (21:59 +0000)]
2.4.3

31 years agoUpdated message regarding missing libfl.a routines
Vern Paxson [Thu, 2 Dec 1993 21:58:30 +0000 (21:58 +0000)]
Updated message regarding missing libfl.a routines
Added thanks to Noah Friedman

31 years agoAdded libstring.c
Vern Paxson [Thu, 2 Dec 1993 21:52:36 +0000 (21:52 +0000)]
Added libstring.c
Modified "lint" target to use -Dconst=
Added a.out, lex.yy.cc to sundry clean targets

31 years agoUse yy_strXXX() routines instead of <string.h>
Vern Paxson [Thu, 2 Dec 1993 21:52:00 +0000 (21:52 +0000)]
Use yy_strXXX() routines instead of <string.h>

31 years ago2.4.3
Vern Paxson [Wed, 1 Dec 1993 11:58:37 +0000 (11:58 +0000)]
2.4.3

31 years agoyy_flex_xmalloc() moved to misc.c
Vern Paxson [Wed, 1 Dec 1993 11:58:18 +0000 (11:58 +0000)]
yy_flex_xmalloc() moved to misc.c

31 years agoFixed bug in yy_fatal_error()
Vern Paxson [Wed, 1 Dec 1993 11:58:05 +0000 (11:58 +0000)]
Fixed bug in yy_fatal_error()

31 years ago... and remove plain tar file after compression
Vern Paxson [Wed, 1 Dec 1993 07:59:12 +0000 (07:59 +0000)]
... and remove plain tar file after compression

31 years ago2.4.2
Vern Paxson [Wed, 1 Dec 1993 07:57:48 +0000 (07:57 +0000)]
2.4.2

31 years agoProduce both compress'd and gzip'd distribution tar files
Vern Paxson [Wed, 1 Dec 1993 07:56:36 +0000 (07:56 +0000)]
Produce both compress'd and gzip'd distribution tar files

31 years agoRelease 2.4.2
Vern Paxson [Wed, 1 Dec 1993 07:52:28 +0000 (07:52 +0000)]
Release 2.4.2

31 years ago-a -> -Ca
Vern Paxson [Tue, 30 Nov 1993 23:37:00 +0000 (23:37 +0000)]
-a -> -Ca

31 years agodescribed configuration files in manifest
Vern Paxson [Tue, 30 Nov 1993 20:59:34 +0000 (20:59 +0000)]
described configuration files in manifest

31 years agoAdded intermediate step of copying MISC/alloca.c -> alloca.c
Vern Paxson [Tue, 30 Nov 1993 20:58:21 +0000 (20:58 +0000)]
Added intermediate step of copying MISC/alloca.c -> alloca.c
Included CPPFLAGS when compiling alloca.c

31 years agoCredit to 2.4 pre-testers.
Vern Paxson [Tue, 30 Nov 1993 15:51:18 +0000 (15:51 +0000)]
Credit to 2.4 pre-testers.

31 years agoFixed nasty bug in short/long decl decision
Vern Paxson [Tue, 30 Nov 1993 13:01:40 +0000 (13:01 +0000)]
Fixed nasty bug in short/long decl decision

31 years agoLowered MAX_SHORT out of increased general paranoia.
Vern Paxson [Tue, 30 Nov 1993 13:01:09 +0000 (13:01 +0000)]
Lowered MAX_SHORT out of increased general paranoia.
Added yy_flex_xmalloc() proto

31 years agoFixed very minor typo in -v output
Vern Paxson [Tue, 30 Nov 1993 13:00:58 +0000 (13:00 +0000)]
Fixed very minor typo in -v output

31 years agoRemoved vestigal cast to (char) in isupper() call
Vern Paxson [Tue, 30 Nov 1993 13:00:42 +0000 (13:00 +0000)]
Removed vestigal cast to (char) in isupper() call

31 years agoAdded casts to unsigned Char for isascii() calls
Vern Paxson [Tue, 30 Nov 1993 12:59:54 +0000 (12:59 +0000)]
Added casts to unsigned Char for isascii() calls

31 years agoAdded #ifdef chud for alloca()
Vern Paxson [Tue, 30 Nov 1993 12:59:42 +0000 (12:59 +0000)]
Added #ifdef chud for alloca()

31 years agoAdded alloca
Vern Paxson [Tue, 30 Nov 1993 12:59:19 +0000 (12:59 +0000)]
Added alloca

31 years agoAdd AC_ALLOCA if using bison
Vern Paxson [Tue, 30 Nov 1993 12:35:27 +0000 (12:35 +0000)]
Add AC_ALLOCA if using bison

31 years agoAdded intermediate file going scan.l -> scan.c
Vern Paxson [Mon, 29 Nov 1993 21:35:04 +0000 (21:35 +0000)]
Added intermediate file going scan.l -> scan.c

31 years agoRemoved parse.{c,h} from distribution files, since they may not be
Vern Paxson [Mon, 29 Nov 1993 17:18:19 +0000 (17:18 +0000)]
Removed parse.{c,h} from distribution files, since they may not be
 all that portable.

31 years agoFixed %array YYLMAX headaches, added error message if buffer
Vern Paxson [Mon, 29 Nov 1993 17:13:53 +0000 (17:13 +0000)]
Fixed %array YYLMAX headaches, added error message if buffer
 needs growing but REJECT used

31 years agoFixed YYLMAX headaches
Vern Paxson [Mon, 29 Nov 1993 17:13:35 +0000 (17:13 +0000)]
Fixed YYLMAX headaches

31 years agoDocumented that buffer can't grow if REJECT used
Vern Paxson [Mon, 29 Nov 1993 17:13:22 +0000 (17:13 +0000)]
Documented that buffer can't grow if REJECT used

31 years agoAdded parse.{c,h} to dist files
Vern Paxson [Mon, 29 Nov 1993 17:12:49 +0000 (17:12 +0000)]
Added parse.{c,h} to dist files

31 years agoFixed to buffer section 1 definitions
Vern Paxson [Mon, 29 Nov 1993 16:40:41 +0000 (16:40 +0000)]
Fixed to buffer section 1 definitions

31 years agoFixed ANSI-C glitch with '%' operator
Vern Paxson [Mon, 29 Nov 1993 16:38:31 +0000 (16:38 +0000)]
Fixed ANSI-C glitch with '%' operator

31 years agoFixed mis-definition of ndlookup()
Vern Paxson [Mon, 29 Nov 1993 14:57:53 +0000 (14:57 +0000)]
Fixed mis-definition of ndlookup()

31 years ago2.4 -> 2.4.1
Vern Paxson [Mon, 29 Nov 1993 11:04:29 +0000 (11:04 +0000)]
2.4 -> 2.4.1

31 years agoAdded install.sh, mkinstalldirs to distribution files
Vern Paxson [Mon, 29 Nov 1993 11:02:52 +0000 (11:02 +0000)]
Added install.sh, mkinstalldirs to distribution files

31 years agoAdded Nathan Zelle, "promoted" Francois
Vern Paxson [Mon, 29 Nov 1993 10:51:07 +0000 (10:51 +0000)]
Added Nathan Zelle, "promoted" Francois

31 years agoonly "realclean" removes flex
Vern Paxson [Mon, 29 Nov 1993 10:37:30 +0000 (10:37 +0000)]
only "realclean" removes flex
dist depends on flex

31 years agomyctoi takes char[] instead of Char[]
Vern Paxson [Mon, 29 Nov 1993 10:37:07 +0000 (10:37 +0000)]
myctoi takes char[] instead of Char[]

31 years ago-a -> -Ca
Vern Paxson [Sun, 28 Nov 1993 16:46:47 +0000 (16:46 +0000)]
-a -> -Ca
all_lower, all_upper -> work on char*

31 years agoAdded -Ca to bigcheck
Vern Paxson [Sun, 28 Nov 1993 16:46:31 +0000 (16:46 +0000)]
Added -Ca to bigcheck

31 years ago-a -> -Ca; fixed help output
Vern Paxson [Sun, 28 Nov 1993 16:45:47 +0000 (16:45 +0000)]
-a -> -Ca; fixed help output

31 years ago-a -> -Ca
Vern Paxson [Sun, 28 Nov 1993 16:45:01 +0000 (16:45 +0000)]
-a -> -Ca

31 years agoall_lower, all_upper work on char*
Vern Paxson [Sun, 28 Nov 1993 16:44:47 +0000 (16:44 +0000)]
all_lower, all_upper work on char*

31 years agoFixed some casts now that yytext is always char* and never unsigned char*
Vern Paxson [Sun, 28 Nov 1993 16:44:25 +0000 (16:44 +0000)]
Fixed some casts now that yytext is always char* and never unsigned char*

31 years agoFrancois' tweaks
Vern Paxson [Sun, 28 Nov 1993 16:42:34 +0000 (16:42 +0000)]
Francois' tweaks

31 years agoAC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA)
Vern Paxson [Sun, 28 Nov 1993 16:39:13 +0000 (16:39 +0000)]
AC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA)

31 years agofixed typo
Vern Paxson [Sat, 27 Nov 1993 15:10:25 +0000 (15:10 +0000)]
fixed typo

31 years agoDon't remove dist directory
Vern Paxson [Sat, 27 Nov 1993 15:03:24 +0000 (15:03 +0000)]
Don't remove dist directory

31 years agoInclude liballoc.c in lint targets
Vern Paxson [Sat, 27 Nov 1993 15:01:50 +0000 (15:01 +0000)]
Include liballoc.c in lint targets

31 years agolint tweak
Vern Paxson [Sat, 27 Nov 1993 15:01:39 +0000 (15:01 +0000)]
lint tweak

31 years agoAdded -l compression to bigcheck
Vern Paxson [Sat, 27 Nov 1993 14:14:06 +0000 (14:14 +0000)]
Added -l compression to bigcheck

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

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

31 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

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

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

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

31 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

31 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

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

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

31 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

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

31 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

31 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

31 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.

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

31 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"

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

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

31 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

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

31 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

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

31 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()

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

31 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

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

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

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

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

31 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

31 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