summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* upgrade texinfo to 4.3dWill Estes2003-01-29
|
* the @copying construct works now; thanks to the texinfo maintainers for ↵Will Estes2003-01-29
| | | | finding the problem
* version 2.5.27Will Estes2003-01-21
|
* flex now works with recent bison versionsWill Estes2003-01-21
|
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.John Millaway2003-01-18
|
* new pt_br translationWill Estes2003-01-15
|
* version 2.5.26Will Estes2003-01-14
|
* Fixed table deserialization bug on big-endian archs. Patch sent from Bryce ↵Will Estes2003-01-14
| | | | Nichols <bryce@bnichols.org>
* Fixed table deserialization bug on big-endian archs. Patch sent from Bryce ↵John Millaway2003-01-12
| | | | Nichols <bryce@bnichols.org>.
* add version numbers for some tools and explain about version.texi and ↵Will Estes2003-01-10
| | | | --enable-maintainer-mode
* catch news upWill Estes2003-01-10
|
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really ↵John Millaway2003-01-09
| | | | what we want?
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL ↵John Millaway2003-01-09
| | | | compilation.
* catch news upWill Estes2003-01-09
|
* more c++ fixesWill Estes2003-01-09
|
* add a spec fileWill Estes2003-01-09
|
* type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>Will Estes2003-01-09
|
* new es translationWill Estes2003-01-08
|
* new spanish translationWill Estes2003-01-08
|
* Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)John Millaway2002-12-19
|
* Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use ofJohn Millaway2002-12-17
| | | | yylineno, reentrant, and yymore together caused a compile-time error.
* update NEWSWill Estes2002-12-17
|
* Documented new behavior with character ranges.John Millaway2002-12-17
|
* Fixed bug submitted by Bruce Lilly <blilly@erols.com> where characterJohn Millaway2002-12-16
| | | | | ranges would yield unexpected behavior in a caseless scanner. Also, flex now emits a warning if the range looks like trouble.
* Added utility functions to deal with character case.John Millaway2002-12-16
|
* we don't really need int64 anywayWill Estes2002-12-09
|
* apparently some lints are happier with fllthrough without a spaceWill Estes2002-12-09
|
* version 2.5.25Will Estes2002-12-02
|
* enclose flex.1 target in MAINTERNER_MODEWill Estes2002-12-02
|
* new pt_br translationWill Estes2002-12-02
|
* Indexed some more faqs.John Millaway2002-12-01
|
* Fixed bug in SECOND yyless definition where argument was not enclosed in ↵John Millaway2002-11-29
| | | | parentheses.
* Fixed bug in yyless definition where argument was not enclosed in parentheses.John Millaway2002-11-29
|
* flex uses flex_int*_t typesWill Estes2002-11-27
|
* integer types for non-C99 systems flexint.hWill Estes2002-11-27
|
* Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway2002-11-27
| | | | established.
* MAINTAINERCLEANFILES: new variable: try to make it so that make ↵Will Estes2002-11-27
| | | | maintainer-clean erases everything not under version control
* remove config.rpathWill Estes2002-11-27
|
* just list location of betasWill Estes2002-11-27
|
* __STDC_VERSION__ needs an L suffixWill Estes2002-11-26
|
* new pt_br translation from the translation projectWill Estes2002-11-26
|
* include inttypes.h for folks who really are C99Will Estes2002-11-25
|
* fix a typoWill Estes2002-11-25
|
* version 2.5.24Will Estes2002-11-25
|
* try to make sure we have GNU m4Will Estes2002-11-23
|
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-23
|
* more portability fixesWill Estes2002-11-23
|
* apparently on some BSD systems, we need sys/params.h; reported by millawayWill Estes2002-11-23
|
* update NEWSWill Estes2002-11-22
|
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
| | | | Removed yylex_destroy from C++ scanner.