]> granicus.if.org Git - flex/shortlog
flex
2002-10-04 Will Estesyesterday's proofreading
2002-10-02 Will Estesproofread some more
2002-10-02 Will Estesproofread edit begins
2002-10-01 Will Estestest c++ with multiple scanners
2002-09-27 Will Esteswe used INCLUDES in another place in the Makefile.am...
2002-09-27 Will Estesoops, I typed that last s/// command to perl way wrong
2002-09-27 Will Estesuse AM_CPPFLAGS instead of INCLUDES; write -I with...
2002-09-27 Will EstesINCLUDES is obsolete; use AM_CPPFLAGS instead
2002-09-27 Will Estesapparently, AM_CONFIG_HEADER is obsolete
2002-09-27 Will Estesintegrate test suite into automake
2002-09-27 Will Estessince we dont run the template test, we dont need to...
2002-09-27 Will Estesuse autoreconf instead of calling individual utilities...
2002-09-27 Will Estescheck for c++ compiler
2002-09-27 Will Estesre-organize according to suggested layout in autoconf...
2002-09-26 Will Estesupdate automake to 1.7 and autoconf to 2.54
2002-09-26 Will Estesuse AM_YFLAGS since YFLAGS is a user variable
2002-09-25 Will Estescatch NEWS up on things, some of which happened a long...
2002-09-25 Will Estesinclude a single, automatically generated version numbe...
2002-09-23 Will Estescomplain audibly when argument not supplied; echo on...
2002-09-23 Will EstesDIST_SUBDIRS so we don't have to run the TEMPLATE test...
2002-09-23 Will Estesnot all compilers support '-I dir' so we write '-Idir...
2002-09-23 Will Estesreorganize faq entries; proofread the manual
2002-09-23 Will Estesmove c++ experimental warning to top of cxx node
2002-09-20 Will Estesmove stdint.h include to table-serialization section...
2002-09-20 Will Estesnew smarter skeleton/scanner generation
2002-09-20 John Millawaybison-bridge skel handled via %if/%endif pairs.
2002-09-19 John Millawayreentrant skel handled via %if/%endif pairs.
2002-09-19 John Millawayskeleton uses %push/%pop to keep skelout() scope sane.
2002-09-19 John MillawayAdded %push and %pop operations to skel processing.
2002-09-17 Will Estesflex 2.5.21 flex-2-5-21
2002-09-17 John Millawayminor fixup for dist.
2002-09-16 Will Estesversion 2.5.20 flex-2-5-20
2002-09-16 Will Estescorrect typo
2002-09-16 Will Estesnote the new tables functionality
2002-09-16 John MillawayFixed `clean' target and .cvsignore.
2002-09-16 John MillawaySerialization works in headers (%option headers).
2002-09-16 Will Estesreplace yytables_load with yytables_fload as per millaw...
2002-09-15 John MillawayCreated user API for tables deserialization.
2002-09-15 John MillawayTables deserialization uses yyalloc/yyfree.
2002-09-15 John Millawayminor upkeep.
2002-09-15 John MillawayCategorized and indexed scanner options in manual.
2002-09-15 John MillawayInitialization of reject vars and %array vars in reentr...
2002-09-13 John MillawayCreated test for reject.
2002-09-13 Will Estesmillaway has been very busy
2002-09-13 John MillawayAdded test for multiple tables in one file.
2002-09-13 John Millawayforgot to add .cvsignore on last commit.
2002-09-13 John MillawayAdded test-bison-bridge.
2002-09-13 John MillawayBison bridge code now works for all C scanners and...
2002-09-12 John Millawaydocumentation of tabels api in manual
2002-09-12 John MillawayRenamed *_fwrite to *_write to reflect writer abstraction.
2002-09-11 John MillawayAdded perl script to read/dump serialized tables in...
2002-09-11 Will Estesthe debian patch used strlen(yytext) and similar constr...
2002-09-11 Will Estesnew de translation from the translation project
2002-09-11 John Millawayyytbl_load now checks tables set by name.
2002-09-10 Will Estesmake clean before make test
2002-09-09 John MillawayFixed deserialization of --fast tables.
2002-09-09 Will Estesfix typo; remove the yylineo entry
2002-09-09 John MillawayTable deserialization works for everything except ...
2002-09-09 Will Estesflex has better internal diagnostics
2002-09-09 Will Estestest for presence of __func__ and compensate if absent
2002-09-09 Will Estesinclude the intl/ subdirectory when searching for inclu...
2002-09-09 Will Estesnew sv, ru translations from the translation project
2002-09-07 John MillawayChanged cryptic skeleton markers to readable form.
2002-09-07 John MillawayMembers of struct yy_trans_info are now forced to be...
2002-09-06 Will Estesnew ca translation
2002-09-06 Will Estesnew fr translation
2002-09-06 Will Estesnew french translation from the translation project
2002-09-05 Will Estesc99 function defs by default
2002-09-05 John MillawayAdded flex_die macro. May need some autoconf massaging.
2002-09-05 John MillawayFlex generates C99 defs now.
2002-09-05 John MillawayAdded serialization test to table-opts test.
2002-09-05 Will Estesoops, i made a typo flex-2-5-19
2002-09-05 Will Estesversion 2.5.19
2002-09-05 Will Estesuse FLEX_EXIT(), not exit()
2002-09-05 John MillawayAdded devel/ directory for junk that we don't want...
2002-09-05 Will Estess/exit(1)/exit(EXIT_FAILURE)
2002-09-05 John MillawayTables are now generated with %option tables-file=FILE.
2002-09-05 Will Estescatch up on a few things
2002-09-05 Will Estesprevent segfault on input lines which are longer than...
2002-09-05 John MillawayChanged option 'header' to 'header-file'. 'header'...
2002-09-05 John MillawayTons more work on tables.
2002-09-05 John MillawayLots of work on tables serialization code.
2002-09-04 Will Estesmention GNU indent flex-2-5-18
2002-09-04 Will Estesremove the word after from the version line
2002-09-03 Will Estesversion 2.5.18
2002-09-03 Will Estescatch up on the NEWS
2002-09-03 Will Estestarget test: quote the results echoing so that the...
2002-09-03 Will Esteswhen we don't have GNU indent, the test will generate...
2002-09-03 Will Estesfixed bug whereby bison was reported missing even when...
2002-09-02 John MillawayIn-code documentation.
2002-09-02 John MillawayForgot to indent before previous commit.
2002-09-02 John MillawayAdded known integer limits if undefined.
2002-08-29 Will Estesversion 2.5.17 flex-2-5-17
2002-08-29 Will Estesmore portability fixes; new version number
2002-08-29 Will Estes#include fixes; we've factored out all the system inclu...
2002-08-29 Will Esteseat a blank line
2002-08-29 Will Estesnew config.{sub,guess} files; mention that we use inden...
2002-08-28 Will Esteswarn if no indent found; version 2.5.16 flex-2-5-16
2002-08-28 Will Estescatch up on recent changes; version 2.5.16
2002-08-27 Will Estesran the indent target; commit the results
next