]> granicus.if.org Git - flex/shortlog
flex
2002-07-09 John MillawayAdded tests for overriding memory.
2002-07-09 John MillawayAdded sections in manual for memory management.
2002-07-09 Will Estesnoted more user visible changes
2002-07-09 John MillawayAdded yylex_destroy() to non-reentrant scanner.
2002-07-09 Will Estesnew POSIXLY_CORRECT and new ru translation
2002-07-09 Will Estesnew ru translation from the translation project
2002-07-09 John MillawayMade note of set/get debug in docs.
2002-07-09 John MillawayReplaced obsolete macros in configure.in.
2002-07-09 John MillawayCheck POSIXLY_CORRECT env variable.
2002-07-09 John MillawayAdded prototypes for the get/set debug functions.
2002-07-09 John MillawayMade yy_flex_debug non-global in reentrant scanner.
2002-07-09 John Millawaycreate-test script now modifies .cvsignore
2002-07-09 John MillawayImproved the error checking.
2002-07-03 Will Estesfix bug whereby prefix didn't get passed to everybody...
2002-07-03 Will Estes~ is an active character, so we'll just use the word...
2002-07-02 John MillawayFixed typo.
2002-07-02 John MillawayAdded a faq.
2002-06-28 John MillawayAdded 'tags' target -- something I should have done...
2002-06-28 Will Estesadd two new items regarding coding; remove tests/ copyr...
2002-06-26 Will Estesnote the copyright messages in tests/
2002-06-25 John MillawayPrepended explicit license to all test-*/ sources.
2002-06-25 Will Estesnew ca, de, fr, sv, tr translations
2002-06-19 Will Estesadd bootstrapper to the todo list
2002-06-19 Will Estesnew version number
2002-06-19 Will Estesupdate TODO list
2002-06-19 Will Estesaddress typos in NEWS; add --posix option for ERE parsi...
2002-05-31 Will Estesmade code quality warning more explicit; gave url for...
2002-05-23 John MillawayFixed bug where omission of user section 3 caused unmat...
2002-05-20 Will Estesconfigure.in requires at least autoconf 2.50
2002-05-13 John MillawayUpdated my email address.
2002-05-10 John Millawaychomp'd lines when reading external skel file.
2002-05-07 Will Estesnew sweedish translation from the translation project
2002-04-29 Will Estesnew catalan translation from the translation project
2002-04-29 Will Estesnew spanish translation from the translation project
2002-04-25 Will Estesnote that the lex matching of abc{1,3} is the posix...
2002-04-25 Will Estesnote that the lex matching of abc{1,3} is the posix...
2002-04-23 Will Estesnew version 2.5.7; use autoconf versioning info
2002-04-23 Will Estesnote changes in 2.5.7
2002-04-23 Will Estesconditional compile gettext initialization
2002-04-22 Will Estesnew german translation from the translation project
2002-04-19 John MillawayFixed command line for test-include-by-reentrant/Makefi...
2002-04-19 John MillawayAdded -I . to compiler search path in tests (so it...
2002-04-19 John MillawayApplied 'const' to a few more char*, where appropriate.
2002-04-19 John MillawayAdded top_builddir to -I path.
2002-04-19 John MillawayChanged 'char[]' to 'const char*' wherever in conflicte...
2002-04-19 Will Estesnew files from translation after 2.5.6 beta release
2002-04-18 John MillawayFixed minor typo/cut and paste error.
2002-04-18 John MillawayAdded yylineno test.
2002-04-18 John MillawayAdded yylineno tests.
2002-04-18 John MillawayCreated yylineno tests.
2002-04-15 John MillawayApplied gettext macros to error messages from scanopt.
2002-04-15 John MillawayChanged copyright from Millaway to flex? U.S. Gov't...
2002-04-15 Will Esteswe missed a few main.c files in the distribution
2002-04-15 Will Estesa lot more work has happened to flex; note this by...
2002-04-15 Will Estesmake sure all gettext modules use gettext translation...
2002-04-14 John MillawayConverted faqs 34-41 to texinfo.
2002-04-14 John MillawayAdded faq.texi to archive.
2002-04-13 John Millawaydefined FLEX_EXIT macro to call longjmp on errors.
2002-04-13 John MillawayReplaced exit(2) calls with longjmps (in the form of...
2002-04-13 John MillawayFixed minor typo in error message
2002-04-12 Will Estesremoved eroneous files listed in EXTRA_DIST
2002-04-12 Will Estesignore Makefile.in
2002-04-12 Will Estesit's Makefile.in, not makefile.in
2002-04-12 Will Estesput test-yyextra under automake
2002-04-12 Will Estesput test-string-r under automake
2002-04-12 Will Esteswe can ignore Makefile.in
2002-04-12 Will Estesput test-string-nr under automake
2002-04-12 Will Estesignore Makefile.in
2002-04-12 Will Estesput test-pthread under automake
2002-04-12 Will Estesput test-prefix-r under automake
2002-04-12 Will Esteswe can ignore Makefile.in
2002-04-12 Will Estesput test-prefix-nr under automake
2002-04-12 Will Estesput test-multiple-scanners-r under automake
2002-04-12 Will Esteswe can ignore Makefile.in now
2002-04-12 Will Estesput test-multiple-scanners-nr under automake
2002-04-11 Will Esteswe didn't need parser.y
2002-04-11 Will Esteswork done on the test suite; remove relevant entries...
2002-04-10 Will Estesput test-include-by-reentrant under automake
2002-04-09 Will Esteswe have a Makefile.in which we need to ignore
2002-04-09 Will Estestest-include-by-buffer now under automake control
2002-04-09 Will Estesand we want LFLAGS in the rule to make scanner.c as...
2002-04-09 Will Estesput test-header-r under automake
2002-04-09 Will Esteswe now generate a Makefile.in from automake; cvs should...
2002-04-09 Will Estesadd dependencies for main.o and scaner.h
2002-04-09 Will EstesWe may want to have LFLAGS readily available
2002-04-09 Will Estesput test-header-nr under automake
2002-04-09 Will Estesoops, we need to clean objects too
2002-04-09 Will Estesnow that config.h lives in the top-level directory...
2002-04-08 Will Esteswe can ignore some Makefile.in
2002-04-08 Will Estesonly one config file header apparently; this will have...
2002-04-08 Will Estesadding automake support
2002-04-08 Will Estestuned Makefile.am to build correctly; ignore Makefile...
2002-04-08 Will Estestest suite changes
2002-04-08 Will Estestest suite changes
2002-04-05 John MillawayCorrected error in manual regarding return type for...
2002-04-05 Will Estesnew german translations from the translation project
2002-04-03 Will Estesnew spanish translations
2002-04-01 Will EstesDIST_SUBDIRS: new variable. we can build flex with...
2002-04-01 Will Estesfix typo in comment
2002-03-31 John MillawayDocumented the header file kludge, (in anticipation...
next