summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove README-alpha option; add definitions for FLEX_{MAJOR,MINOR,SUBMINOR}_V...Will Estes2002-10-08
* ok, here goes; try to handle integral typedefs in one swell foopWill Estes2002-10-07
* we check for {u,}int*_t types; maybe this will simplify thingsWill Estes2002-10-07
* we create the tests/TEMPLATE/Makefile so that we can build the dist archivesWill Estes2002-10-07
* more test suite cleanupsWill Estes2002-10-07
* we don't use header files...Will Estes2002-10-07
* remove include of malloc.hWill Estes2002-10-07
* more editing; remove examples index; merge examples into concept indexWill Estes2002-10-04
* edited one more faq; used C-u C-c C-u C-a to update menus and nodes since the...Will Estes2002-10-04
* yesterday's proofreadingWill Estes2002-10-04
* proofread some moreWill Estes2002-10-02
* proofread edit beginsWill Estes2002-10-02
* test c++ with multiple scannersWill Estes2002-10-01
* we used INCLUDES in another place in the Makefile.am files in the test suiteWill Estes2002-09-27
* oops, I typed that last s/// command to perl way wrongWill Estes2002-09-27
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for brok...Will Estes2002-09-27
* INCLUDES is obsolete; use AM_CPPFLAGS insteadWill Estes2002-09-27
* apparently, AM_CONFIG_HEADER is obsoleteWill Estes2002-09-27
* integrate test suite into automakeWill Estes2002-09-27
* since we dont run the template test, we dont need to generate its Makefile ei...Will Estes2002-09-27
* use autoreconf instead of calling individual utilities separatelyWill Estes2002-09-27
* check for c++ compilerWill Estes2002-09-27
* re-organize according to suggested layout in autoconf manualWill Estes2002-09-27
* update automake to 1.7 and autoconf to 2.54Will Estes2002-09-26
* use AM_YFLAGS since YFLAGS is a user variableWill Estes2002-09-26
* catch NEWS up on things, some of which happened a long time ago; correct punc...Will Estes2002-09-25
* include a single, automatically generated version number in flex scannersWill Estes2002-09-25
* complain audibly when argument not supplied; echo on stderr when writing erro...Will Estes2002-09-23
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests t...Will Estes2002-09-23
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-23
* reorganize faq entries; proofread the manualWill Estes2002-09-23
* move c++ experimental warning to top of cxx nodeWill Estes2002-09-23
* move stdint.h include to table-serialization section; we'll still need to thi...Will Estes2002-09-20
* new smarter skeleton/scanner generationWill Estes2002-09-20
* bison-bridge skel handled via %if/%endif pairs.John Millaway2002-09-20
* reentrant skel handled via %if/%endif pairs.John Millaway2002-09-19
* skeleton uses %push/%pop to keep skelout() scope sane.John Millaway2002-09-19
* Added %push and %pop operations to skel processing.John Millaway2002-09-19
* flex 2.5.21Will Estes2002-09-17
* minor fixup for dist.John Millaway2002-09-17
* version 2.5.20Will Estes2002-09-16
* correct typoWill Estes2002-09-16
* note the new tables functionalityWill Estes2002-09-16
* Fixed `clean' target and .cvsignore.John Millaway2002-09-16
* Serialization works in headers (%option headers).John Millaway2002-09-16
* replace yytables_load with yytables_fload as per millaway's other changesWill Estes2002-09-16
* Created user API for tables deserialization.John Millaway2002-09-15
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-15
* minor upkeep.John Millaway2002-09-15
* Categorized and indexed scanner options in manual.John Millaway2002-09-15