]> granicus.if.org Git - flex/shortlog
flex
2001-05-21 Will Estes more flex messages in the queue
2001-05-18 Will Estesjohn millaway's reentrancy patch
2001-05-18 Will Estesremove || exit from testing loop
2001-05-18 Will Estestell make about the tests directory and its associated...
2001-05-18 Will Estesrethink the todo list
2001-05-18 Will Estesdescribe reentrant api changes
2001-05-18 Will Estesmention work needed for tests/
2001-05-18 Will Estestell auto* about the test directory
2001-05-18 Will Estesmake punctuation uniform, mention the new tests/ directory
2001-05-18 Will Estesreformat items; cut out old items and move them to...
2001-05-18 Will Estesmove old NEWS items to ONEWS
2001-05-18 Will Estesadd john millaway's test directory
2001-05-04 Will Estesmore mail in flex.rmail
2001-05-03 Will Estesremove extraneous rcs keywords
2001-05-03 Will Estesmention RoadMap
2001-05-01 Will Estesadding the rest of vern's files flex-2-5-5b
2001-05-01 Will Estesmention misc/ directory
2001-05-01 Will Estesversion is 2.5.5b
2001-05-01 Will Estesremove header from top; add rule to generate initscan...
2001-05-01 Will Estesdont check for initscan.c; check for scan.l instead
2001-05-01 Will Esteslist of source files
2001-05-01 Will Estesrewrite README to reflect changes in layout of directories
2001-05-01 Will Estesinitial attempt at the files
2001-05-01 Will Estesadd 2001 copyright notice
2001-05-01 Will Estesinitial attempt at a bootstrap script for developers
2001-05-01 Will Estestexinfo manual, old contributed version
2000-08-21 Vern Paxsonfixed some bugs in examples of [[:...:]] ccls
2000-08-21 Vern Paxsonversion shipped to Dick King
2000-08-21 Vern Paxsonexplicit include of iostream.h
2000-08-21 Vern Paxsonif a newline is seen in <ACTION_STRING>, assume it...
2000-08-21 Vern Paxsonmoved symbol table definitions from flexdef.h into...
2000-08-21 Vern Paxsonfixed underallocation for accset
1997-06-27 Vern Paxsonrevised for rms
1997-06-23 Vern Paxsonfixed memory leak
1997-06-23 Vern Paxson input() doesn't destroy yytext
1997-06-23 Vern Paxsonwrapped with extern "C++"
1996-12-13 Vern Paxsonuse delete [] for yy_state_buf
1996-10-29 Vern Paxsonfixed %option noinput
1996-10-29 Vern Paxsonfree(char*) fix ... Sigh ...
1996-10-11 Vern Paxsonbug fix for yymore()/yylineno interaction
1996-10-11 Vern Paxsonfixed memory leak
1996-09-10 Vern Paxsonrelease 2.5.4
1996-09-10 Vern Paxsonmore stuff for distclean
1996-09-10 Vern Paxson"str" -> "yy_str"
1996-09-10 Vern Paxson2.5.4
1996-07-02 Vern Paxson(attempted) fix for input() crossing a file boundary
1996-05-29 Vern Paxsondon't do Acorn diffs
1996-05-29 Vern Paxsonsome minor additions for 2.5.3
1996-05-29 Vern Paxson2.5.3
1996-05-25 Vern Paxsoninitialize yy_more_offset etc. for yyFlexLexer class
1996-05-25 Vern Paxsonniggling cosmetic tweak
1996-05-25 Vern Paxsonbug fixes for yymore (especially with %array)
1996-05-25 Vern Paxsonyymore + %array tweaks
1996-05-25 Vern Paxsonadded yy_{,prev_}more_offset
1996-05-25 Vern Paxsonremoved decl of unused library function
1996-05-25 Vern Paxsonsnapshot of cscope yymore fixes, prior to switching...
1995-12-18 Vern Paxsondon't stack states on NUL-transitions that are jams
1995-09-27 Vern Paxsonfixed re Esmond Pitt's ancient suggestion
1995-04-28 Vern PaxsonANSI C / Solaris tweak
1995-04-24 Vern Paxsoncredits
1995-04-24 Vern Paxsonmultiple FlexLexer.h includes
1995-04-24 Vern Paxsonfix multiple inclusions
1995-04-24 Vern Paxsonlint tweak
1995-04-24 Vern Paxsontypo fixed
1995-04-24 Vern Paxsoncredits update
1995-04-24 Vern Paxson(char*) cast for realloc
1995-04-24 Vern Paxson(char*) tweak
1995-04-21 Vern PaxsonVMS update for 2.5.2
1995-04-21 Vern Paxsonclarify when 8-bit scanners are created by default...
1995-04-21 Vern Paxsonreworked alloca() chud, from Francois
1995-04-20 Vern Paxson2.5.2
1995-04-20 Vern Paxson2.5.2 update
1995-04-20 Vern Paxsonconst -> yyconst
1995-04-20 Vern Paxsonfixed some old libfl.a references
1995-04-20 Vern Paxsonsome (but not all) of Francois' tweaks
1995-04-20 Vern Paxsontweaks from Francois
1995-04-20 Vern Paxsonyy_delete_buffer allows nil buffer pointer
1995-04-20 Vern Paxsondo_stdinit now defaults to false
1995-04-20 Vern Paxsonremove first default for yylex(new_in, new_out)
1995-04-20 Vern Paxsonrearrange some definitions; fix YY_NO_UNPUT
1995-04-20 Vern Paxsonmore alloca() bullshit
1995-04-20 Vern Paxsonoctal escape sequence must have just digits 0-7
1995-04-20 Vern Paxson'-' means stdin
1995-04-20 Vern Paxson-- terminates options
1995-04-20 Vern Paxsonadded dataflush() prototype
1995-04-20 Vern Paxsonmove dataflush, otoi prototypes into flexdef.h
1995-04-20 Vern Paxsonconst -> yyconst
1995-04-20 Vern Paxsonfixed bug in needing yy_cp for -Cf w/ backing up
1995-03-28 Vern PaxsonStan Adermann credit
1995-03-27 Vern Paxsonbeta-tester update
1995-03-27 Vern Paxson2.5.1
1995-03-27 Vern Paxsonupdate date for 2.5.1 release, some feedbacker credits
1995-03-27 Vern Paxsonfixed lint problem with declaring yy_cp unnecessarily
1995-03-27 Vern Paxson{}'s around full-table initializations
1995-03-21 Vern Paxsonfor version 2.5
1995-03-21 Vern Paxsonadded note regarding yylineno should be maintained...
1995-03-21 Vern Paxsonnew C++ member functions
1995-03-21 Vern Paxson2.5.0.8 update
1995-03-21 Vern Paxsonrename yylineno if -P
1995-03-20 Vern Paxsondo_yylineno
next