summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Collapse)AuthorAge
* generate headers for all functions (resolves bug #1628314)Will Estes2008-02-09
|
* change yy_size_t to be size_t (resolves bug #1849812)Will Estes2008-02-09
|
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
|
* adjustment for prefix classes; patch submitted by Petr Machata ↵Will Estes2007-06-28
| | | | <pmachata@redhat.com>
* Changes to resolve SF bugs 1568325 and 1563589.Aaron Stone2007-05-31
|
* Better checking after yyalloc/yyrealloc (resolves bug #1595967)Aaron Stone2007-05-08
|
* c++ memory leak plugWill Estes2007-04-25
|
* roll back c++ memory patch as it causes the test suite no end of griefWill Estes2007-04-23
|
* fix function definitions for non-ANSI environments (from Manoj Srivastava ↵Will Estes2007-04-23
| | | | from Debian patchset)
* fix c++ memory leak (from Manoj Srivastava from Debian patchset)Will Estes2007-04-23
|
* fix parameter name in comment (patch from Manoj Srivastava from the debian ↵Will Estes2007-04-23
| | | | patchset
* add a size_t cast (patch from Manoj Srivastava from the debian patchsetWill Estes2007-04-23
|
* better handling of class that use the prefix functionality; from submitted patchWill Estes2007-04-13
|
* fix skeleton for reentrant scannersWill Estes2007-04-13
|
* fix skeleton for reentrant scanners, resolves bug #1694318Will Estes2007-04-12
|
* SourceForge feature request #1658379:Aaron Stone2007-03-29
| | | | Expose YY_BUF_SIZE in the header file.
* apply patches submitted by sodabrewWill Estes2007-03-07
|
* memory leak issues in c++ scannerWill Estes2006-10-20
|
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ↵John Millaway2006-03-21
| | | | Sun cc.
* Fixed buffer overflow in reject state buffer.John Millaway2006-02-16
| | | | Corrected documentation on the state buffer.
* Reverted num_read from size_t back to int.John Millaway2006-02-16
|
* Transfered bugs list from lex.sf.net to BUGS file.John Millaway2006-02-15
|
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
| | | | Added two new tests for reusing scanners.
* Removed unused local vars.John Millaway2006-02-14
|
* Removed certain offending #undefs.John Millaway2006-02-14
|
* Included <sys/types.h> for serialized tables.John Millaway2006-02-14
|
* Fixed bug 1257093 yy_init_globals in header fileJohn Millaway2005-12-22
|
* flex_*int* type fixesWill Estes2003-07-16
|
* undef yytext_ptr has some bad side effectsWill Estes2003-07-16
|
* patches from manoj via sourceforgeWill Estes2003-05-20
|
* Renamed some internal variables.John Millaway2003-04-01
|
* yylineno is per-buffer in the reentrant scanner.John Millaway2003-03-30
| | | | support for yycolumn exists, but is not yet developed.
* Minor documentation.John Millaway2003-03-28
|
* merge millaway's m4 branch workWill Estes2003-03-25
|
* Added growable buffer stack to C++ scanner as well.John Millaway2003-03-04
| | | | yyensure_buffer_stack is now static.
* Removed awkward %push %pop syntax from skeleton.John Millaway2003-03-02
|
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectJohn Millaway2003-03-02
| | | | its purpose.
* Removed yy_current_buffer from the planet.John Millaway2003-02-28
| | | | | | | | | | Input buffer states are now in an internal unbounded stack. Added new internal function, yyensure_buffer_stack. Added new API function, yypush_buffer_state. Added new API function, yypop_buffer_state. Documented the new API calls in the manual. Macro YY_BUFFER_STATE now refers to top of stack. This revision breaks the C++ scanner (again.)
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.John Millaway2003-01-18
|
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL ↵John Millaway2003-01-09
| | | | compilation.
* more c++ fixesWill Estes2003-01-09
|
* type cast to pacify c++ compilers; patch from Bruce Lilly <blilly@erols.com>Will Estes2003-01-09
|
* apparently some lints are happier with fllthrough without a spaceWill Estes2002-12-09
|
* 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
|
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
| | | | Removed yylex_destroy from C++ scanner.
* use c-style header names in c++ for now; at some point we'll have a separate ↵Will Estes2002-10-22
| | | | c++ skeleton and we can go whole-hog pure c++
* FLEX_BETA defined if flex is betaWill Estes2002-10-18
|
* include unistd.h and not cunistd as cunistd only seems to be present on very ↵Will Estes2002-10-10
| | | | recent systems
* redo integral types again; add flexint.h; change dependencies caused by ↵Will Estes2002-10-10
| | | | adding flexint.h; remove autoconf wrapper around cunistd; restore netinet/in.h includes; remove unneded feature checks in configure.in