]> granicus.if.org Git - flex/shortlog
flex
1993-12-07 Vern PaxsonFixed nasty 8-bit bugs
1993-12-07 Vern Paxson{min,max,abs} -> {MIN,MAX,ABS}
1993-12-07 Vern PaxsonSupport for yyFlexLexer::LexerError
1993-12-06 Vern Paxson2.4.4
1993-12-05 Vern Paxsoncredits update
1993-12-05 Vern Paxsonvery minor "install" tweaks
1993-12-05 Vern PaxsonYY_USER_ACTION generated now for each case in action...
1993-12-04 Vern PaxsonFixed bug in pointing yyin at a new file and resuming...
1993-12-03 Vern PaxsonAdded note regarding g++ 2.5.X
1993-12-03 Vern Paxsonupdated credits
1993-12-03 Vern Paxsonranlib addition for 2.4.3
1993-12-03 Vern PaxsonMinor tweak to last change
1993-12-03 Vern Paxsonrun ranlib on libfl.a
1993-12-03 Vern PaxsonHopefully last update prior to 2.4.3
1993-12-03 Vern Paxsonlint tweaks
1993-12-03 Vern PaxsonAdded exec_prefix
1993-12-03 Vern Paxsoncredit update
1993-12-03 Vern Paxsonlint tweak
1993-12-03 Vern PaxsonFlexLexer.h fixed for separate inclusion
1993-12-03 Vern Paxsonmods so FlexLexer.h can be included separately
1993-12-03 Vern Paxson-F incompatible with -+
1993-12-02 Vern PaxsonElaborated comments for 2.4.3
1993-12-02 Vern Paxson2.4.3
1993-12-02 Vern PaxsonUpdated message regarding missing libfl.a routines
1993-12-02 Vern PaxsonAdded libstring.c
1993-12-02 Vern PaxsonUse yy_strXXX() routines instead of <string.h>
1993-12-01 Vern Paxson2.4.3
1993-12-01 Vern Paxsonyy_flex_xmalloc() moved to misc.c
1993-12-01 Vern PaxsonFixed bug in yy_fatal_error()
1993-12-01 Vern Paxson... and remove plain tar file after compression
1993-12-01 Vern Paxson2.4.2
1993-12-01 Vern PaxsonProduce both compress'd and gzip'd distribution tar...
1993-12-01 Vern PaxsonRelease 2.4.2
1993-11-30 Vern Paxson-a -> -Ca
1993-11-30 Vern Paxsondescribed configuration files in manifest
1993-11-30 Vern PaxsonAdded intermediate step of copying MISC/alloca.c -...
1993-11-30 Vern PaxsonCredit to 2.4 pre-testers.
1993-11-30 Vern PaxsonFixed nasty bug in short/long decl decision
1993-11-30 Vern PaxsonLowered MAX_SHORT out of increased general paranoia.
1993-11-30 Vern PaxsonFixed very minor typo in -v output
1993-11-30 Vern PaxsonRemoved vestigal cast to (char) in isupper() call
1993-11-30 Vern PaxsonAdded casts to unsigned Char for isascii() calls
1993-11-30 Vern PaxsonAdded #ifdef chud for alloca()
1993-11-30 Vern PaxsonAdded alloca
1993-11-30 Vern PaxsonAdd AC_ALLOCA if using bison
1993-11-29 Vern PaxsonAdded intermediate file going scan.l -> scan.c
1993-11-29 Vern PaxsonRemoved parse.{c,h} from distribution files, since...
1993-11-29 Vern PaxsonFixed %array YYLMAX headaches, added error message...
1993-11-29 Vern PaxsonFixed YYLMAX headaches
1993-11-29 Vern PaxsonDocumented that buffer can't grow if REJECT used
1993-11-29 Vern PaxsonAdded parse.{c,h} to dist files
1993-11-29 Vern PaxsonFixed to buffer section 1 definitions
1993-11-29 Vern PaxsonFixed ANSI-C glitch with '%' operator
1993-11-29 Vern PaxsonFixed mis-definition of ndlookup()
1993-11-29 Vern Paxson2.4 -> 2.4.1
1993-11-29 Vern PaxsonAdded install.sh, mkinstalldirs to distribution files
1993-11-29 Vern PaxsonAdded Nathan Zelle, "promoted" Francois
1993-11-29 Vern Paxsononly "realclean" removes flex
1993-11-29 Vern Paxsonmyctoi takes char[] instead of Char[]
1993-11-28 Vern Paxson-a -> -Ca
1993-11-28 Vern PaxsonAdded -Ca to bigcheck
1993-11-28 Vern Paxson-a -> -Ca; fixed help output
1993-11-28 Vern Paxson-a -> -Ca
1993-11-28 Vern Paxsonall_lower, all_upper work on char*
1993-11-28 Vern PaxsonFixed some casts now that yytext is always char* and...
1993-11-28 Vern PaxsonFrancois' tweaks
1993-11-28 Vern PaxsonAC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA)
1993-11-27 Vern Paxsonfixed typo
1993-11-27 Vern PaxsonDon't remove dist directory
1993-11-27 Vern PaxsonInclude liballoc.c in lint targets
1993-11-27 Vern Paxsonlint tweak
1993-11-27 Vern PaxsonAdded -l compression to bigcheck
1993-11-27 Vern Paxsonpermission tweaking for "dist"
1993-11-27 Vern Paxsonmore "dist" tweaks
1993-11-27 Vern PaxsonChanged "make dist" to use version.h, include scan...
1993-11-27 Vern Paxson2.4.1
1993-11-27 Vern PaxsonRevised as per Francois Pinard
1993-11-27 Vern Paxsonflex.skel -> flex.skl
1993-11-27 Vern PaxsonUpdated date of 2.4 release
1993-11-27 Vern PaxsonRemoved manual & nroff output from distribution
1993-11-27 Vern Paxson2.4.1 release
1993-11-27 Vern PaxsonInitial revision
1993-11-27 Vern PaxsonMerge w/ 2.4.1 changes
1993-11-26 Vern PaxsonInitial revision
1993-11-26 Vern PaxsonRemoved #ifndef FILE protection from include of stdio
1993-11-26 Vern PaxsonAdded Francois Pinard to distribution headache helpers
1993-11-26 Vern PaxsonModified C++ scanners to get input a character at a...
1993-11-26 Vern PaxsonAdded YY_INTERACTIVE.
1993-11-26 Vern PaxsonPut definitions inside ()'s so we can test -l option...
1993-11-26 Vern PaxsonDocumented YY_INTERACTIVE.
1993-11-26 Vern Paxson-l lex compatibility flag
1993-11-20 Vern PaxsonSupport for read()/fread()
1993-11-20 Vern PaxsonAdded use_read global
1993-11-20 Vern PaxsonCleaner definition for yymore()
1993-11-20 Vern PaxsonAdded -Cr
1993-11-20 Vern PaxsonK&R declaration for check_char()
1993-11-20 Vern PaxsonDocumented -Cr
1993-11-20 Vern PaxsonNo need to #undef before redefining
1993-11-10 Vern PaxsonHeavily massaged for 2.4
1993-11-10 Vern PaxsonAdded Landon Noll to thanks.
next