]> granicus.if.org Git - flex/shortlog
flex
2003-03-05 Will Estesupdate TODO flex-2-5-29
2003-03-05 Will Estesversion 2.5.29
2003-03-04 John MillawayAdded growable buffer stack to C++ scanner as well.
2003-03-02 John MillawayRemoved awkward %push %pop syntax from skeleton.
2003-03-02 John MillawayRenamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVA...
2003-02-28 John Millawaymade entry on input buffer stacks.
2003-02-28 Will Estesbuild on . in top level first; this will simplify calli...
2003-02-28 John MillawayRemoved yy_current_buffer from the planet.
2003-02-28 John MillawayRemoved some symbols from the undef list. They are...
2003-02-27 Will Estesmove flex.texi and flex.1 to new doc/ subdirectory
2003-02-27 Will Estesnamespace cleanups
2003-02-26 John MillawayAdded a few macros to the undef list.
2003-02-26 John MillawayPut the undef macros in an array.
2003-02-12 Will Estesversion 2.5.28 flex-2-5-28
2003-02-10 Will Estesupdate documentation to reflect the sourceforge move
2003-02-06 Will Estesupdate according to current thinking
2003-02-06 Will Estesmcvs reviewed
2003-02-06 Will Estessourceforge migration tasks
2003-02-04 Will EstesFlex now warns if always-interactive is specified with...
2003-01-31 John MillawayFlex now warns if always-interactive is specified with...
2003-01-31 Will Estesswitch to using cvs2cl.pl to generate the ChangeLog
2003-01-31 Will Esteswe're going to be switching how we handle our ChangeLog
2003-01-29 John MillawayFixed trailing slash bug in YY_INPUT macro def.
2003-01-29 Will Estesupgrade texinfo to 4.3d
2003-01-29 Will Estesthe @copying construct works now; thanks to the texinfo...
2003-01-21 Will Estesversion 2.5.27 flex-2-5-27
2003-01-21 Will Estesflex now works with recent bison versions
2003-01-18 John MillawayCheck for YYLTYPE_IS_DECLARED. This fixes bison-bridge...
2003-01-15 Will Estesnew pt_br translation
2003-01-14 Will Estesversion 2.5.26 flex-2-5-26
2003-01-14 Will EstesFixed table deserialization bug on big-endian archs...
2003-01-12 John MillawayFixed table deserialization bug on big-endian archs...
2003-01-10 Will Estesadd version numbers for some tools and explain about...
2003-01-10 Will Estescatch news up
2003-01-09 John MillawayChanged size_t to yy_size_t in yyalloc() and yyrealloc...
2003-01-09 John MillawayChanged type of yyleng from size_t to int. This fixes...
2003-01-09 Will Estescatch news up
2003-01-09 Will Estesmore c++ fixes
2003-01-09 Will Estesadd a spec file
2003-01-09 Will Estestype cast to pacify c++ compilers; patch from Bruce...
2003-01-08 Will Estesnew es translation
2003-01-08 Will Estesnew spanish translation
2002-12-19 John MillawayFixed bug where YY_G(0) sometimes occurs (created by...
2002-12-17 John MillawayFixed bug submitted by Bojan Smojver <bojan@rexursive...
2002-12-17 Will Estesupdate NEWS
2002-12-17 John MillawayDocumented new behavior with character ranges.
2002-12-16 John MillawayFixed bug submitted by Bruce Lilly <blilly@erols.com...
2002-12-16 John MillawayAdded utility functions to deal with character case.
2002-12-09 Will Esteswe don't really need int64 anyway
2002-12-09 Will Estesapparently some lints are happier with fllthrough witho...
2002-12-02 Will Estesversion 2.5.25 flex-2-5-25
2002-12-02 Will Estesenclose flex.1 target in MAINTERNER_MODE
2002-12-02 Will Estesnew pt_br translation
2002-12-01 John MillawayIndexed some more faqs.
2002-11-29 John MillawayFixed bug in SECOND yyless definition where argument...
2002-11-29 John MillawayFixed bug in yyless definition where argument was not...
2002-11-27 Will Estesflex uses flex_int*_t types
2002-11-27 Will Estesinteger types for non-C99 systems flexint.h
2002-11-27 John MillawayChanged int types to flex_intX_t. The build is now...
2002-11-27 Will EstesMAINTAINERCLEANFILES: new variable: try to make it...
2002-11-27 Will Estesremove config.rpath
2002-11-27 Will Estesjust list location of betas
2002-11-26 Will Estes__STDC_VERSION__ needs an L suffix
2002-11-26 Will Estesnew pt_br translation from the translation project
2002-11-25 Will Estesinclude inttypes.h for folks who really are C99
2002-11-25 Will Estesfix a typo
2002-11-25 Will Estesversion 2.5.24 flex-2-5-24
2002-11-23 Will Estestry to make sure we have GNU m4
2002-11-23 Will Estesinclude tests/test-c++-multipl-scanners/test.input
2002-11-23 Will Estesmore portability fixes
2002-11-23 Will Estesapparently on some BSD systems, we need sys/params...
2002-11-22 Will Estesupdate NEWS
2002-11-22 John MillawayFixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.
2002-11-22 John Millawayrenamed some faqs.
2002-11-22 Will Estesupdate wording about authorship
2002-11-17 John MillawayRemoved space before line num in error messages to...
2002-11-06 Will Estesnew turkish translation from the translation project
2002-10-28 Will Estesapplied c++ from lilypond folks for std:: reasons
2002-10-25 Will Estesproofreading
2002-10-24 Will Estesproofreading
2002-10-22 Will Estesuse c-style header names in c++ for now; at some point...
2002-10-22 Will Estesc++ rants
2002-10-22 Will Estesmore proofreading
2002-10-22 Will Estesinclude intent.pro; indent target is MAINTAINER_MODE...
2002-10-22 Will EstesWhen we use AC_PATH_PROG, value-if-not-found is the...
2002-10-21 John MillawayAdded a missing function prototype.
2002-10-21 Will Estesversion 2.5.23 flex-2-5-23
2002-10-21 Will Estesupdate NEWS on recent changes
2002-10-21 Will Estesuse sys/types.h and not inttypes.h
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
next