]> granicus.if.org Git - flex/shortlog
flex
2002-10-21 Will Estescheck for limits.h
2002-10-21 Will Estesupdate TODO on recent suggestions
2002-10-21 Will Estestitlepage and contents
2002-10-21 Will Estestypo
2002-10-21 Will Estesinclude README.cvs-snapshot in the distribution; in...
2002-10-21 John Millawaytypo.
2002-10-18 Will Estesreport the current version info that flex provides...
2002-10-18 Will Estesreport the current version info that flex provides
2002-10-18 Will EstesFLEX_BETA defined if flex is beta
2002-10-16 Will Estesif we're doing c++, then we can't use long long
2002-10-14 Will Estesupdate TODO on several things
2002-10-11 Will Estesmore proofreading
2002-10-11 Will Estesremove BISON assignment as per suggestion from Akim...
2002-10-11 Will Estesremove intl from dist
2002-10-11 Will Esteswe use maintainer mode now
2002-10-11 Will Estesinclude create-test
2002-10-11 Will Estesrename test to check-local as per Akim Demaille; test...
2002-10-11 Will Estesuse dist_noinst_scripts as per email from Akim Demaille
2002-10-10 John MillawayDocumentation.
2002-10-10 Will Estesversion 2.5.22; portability fixes and attn to the test...
2002-10-10 Will Estesok, this seems to work
2002-10-10 Will Estesuse builddir in tests that need it in their include...
2002-10-10 Will Estessometimes we put header files in the builddir and so...
2002-10-10 Will Estesreplace the last instance
2002-10-10 Will Estesinclude unistd.h and not cunistd as cunistd only seems...
2002-10-10 Will Estesredo integral types again; add flexint.h; change depend...
2002-10-08 Will Estescurrent swipe at header magic; int types be damned
2002-10-08 Will Esteschange version constant info to reflect change to flex.skl
2002-10-08 Will Estesremove README-alpha option; add definitions for FLEX_...
2002-10-07 Will Estesok, here goes; try to handle integral typedefs in one...
2002-10-07 Will Esteswe check for {u,}int*_t types; maybe this will simplify...
2002-10-07 Will Esteswe create the tests/TEMPLATE/Makefile so that we can...
2002-10-07 Will Estesmore test suite cleanups
2002-10-07 Will Esteswe don't use header files...
2002-10-07 Will Estesremove include of malloc.h
2002-10-04 Will Estesmore editing; remove examples index; merge examples...
2002-10-04 Will Estesedited one more faq; used C-u C-c C-u C-a to update...
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.
next