]> granicus.if.org Git - flex/shortlog
flex
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.
1993-11-10 Vern Paxson2.4 release
1993-11-10 Vern Paxson2.4 documentation
1993-11-10 Vern PaxsonAdded global to remember -P prefix so it can be written...
1993-11-09 Vern Paxsonupdated date for 2.4.0 :-(
1993-10-10 Vern PaxsonWhitespace tweaking
1993-10-10 Vern PaxsonUse DEFAULT_CSIZE only if not using equivalence classes.
1993-10-10 Vern PaxsonCheckpoint prior to final 2.4 update
1993-10-04 Vern PaxsonRaw 2.4 changes
1993-10-04 Vern Paxsonosfcn.h -> unistd.h
1993-10-04 Vern PaxsonAdded "static" to definition of yy_fatal_error as well...
1993-10-04 Vern PaxsonAdded yy_fatal_error function.
1993-10-03 Vern PaxsonGot rid of (char *) casts of yytext, no longer needed.
1993-10-03 Vern PaxsonYY_CHAR -> char
1993-10-03 Vern PaxsonMinimized use of YY_CHAR
1993-10-03 Vern PaxsonAdded "flex++" feature
1993-10-02 Vern PaxsonClarified help message for -S
1993-10-02 Vern PaxsonInitial revision
1993-10-02 Vern PaxsonIf -+ used, output to lex.yy.cc
1993-10-02 Vern PaxsonSwitched from FILE*'s to stream's
1993-10-02 Vern PaxsonAdded expand_nxt_chk() extern.
1993-10-02 Vern PaxsonAdded dynamic buffer growing.
1993-10-02 Vern PaxsonAdded -a option for long-align.
1993-10-02 Vern Paxsonformfeed no longer considered whitespace
1993-09-21 Vern PaxsonNuked FILENAMESIZE
1993-09-21 Vern Paxsonyyflexlexer.h -> FlexLexer.h
1993-09-21 Vern PaxsonAdded start condition to EOF trace output
1993-09-21 Vern PaxsonAdded YY_START
1993-09-21 Vern PaxsonMinor portability tweaks
1993-09-21 Vern PaxsonSplit into two classes, one fully abstract.
1993-09-21 Vern PaxsonPC lint tweak
1993-09-21 Vern PaxsonYYSTYPE #define'd to int
1993-09-21 Vern Paxsonminor lint tweak
1993-09-16 Vern PaxsonInitial revision
1993-09-16 Vern PaxsonDelete prototypes for Unix system calls.
1993-09-16 Vern Paxsonnuked static RCS string
1993-09-16 Vern Paxson%array not allowed with C++ scanners
1993-09-16 Vern PaxsonFixed bugs regarding %{%} code in section 2 prolog
1993-08-25 Vern PaxsonAdded C_plus_plus flag.
1993-08-25 Vern PaxsonFirst version of C/C++ skeleton
1993-08-25 Vern Paxsonyy_state_type declared earlier.
1993-08-25 Vern PaxsonAdded -+ option, updated usage() output, rearranged...
1993-08-25 Vern PaxsonAdded %+/%-/%* to skelout()
1993-08-25 Vern PaxsonEOF in section 2 prolog leads to section 0, not section 3
1993-08-25 Vern PaxsonDump promotion of EOF in section 2 to turn on section...
1993-08-25 Vern Paxsonyy_nxt table should be "const"
1993-08-24 Vern PaxsonRemoved a lot of #ifdef chud
1993-08-24 Vern Paxson"backtracking" -> "backing up"
1993-08-24 Vern Paxson"backtracking" -> "backing up"
1993-08-24 Vern Paxsonisascii() moved to flexdef.h
1993-08-24 Vern PaxsonFixed bug with empty section 2
1993-08-24 Vern PaxsonChucked definition of isascii()
1993-08-24 Vern Paxsonpreserve yytext on input()
next