summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAgeFilesLines
* lintish cleanup in flex.skl; resolves #2040664wlestes2012-04-271-1/+1
* add missing prototypes for yyset_column() and yyget_column(); resolves #30290...wlestes2012-03-191-0/+16
* wrap yy_fatal_error calls appropriatelywlestes2012-03-021-16/+16
* fremove isatty() declaration; resolves #1984987wlestes2012-02-171-19/+0
* resolve #1990170wlestes2012-02-171-1/+1
* fix documentation to reflect arguments actually used; bug #2783023wlestes2012-02-171-2/+2
* include cstdio for definition of EOF in all caseswlestes2012-02-031-0/+1
* suppress warning on unused yyguts_twlestes2012-02-031-0/+4
* clean up types; resolves 1961902wlestes2008-05-151-21/+21
* generate headers for all functions (resolves bug #1628314)wlestes2008-02-091-1/+2
* change yy_size_t to be size_t (resolves bug #1849812)wlestes2008-02-091-6/+1
* Introduce %option extra-type="your_type *" (resolves bug #1744505).sodabrew2007-09-101-1/+11
* adjustment for prefix classes; patch submitted by Petr Machata <pmachata@redh...wlestes2007-06-281-0/+2
* Changes to resolve SF bugs 1568325 and 1563589.sodabrew2007-05-311-4/+61
* Better checking after yyalloc/yyrealloc (resolves bug #1595967)sodabrew2007-05-081-2/+14
* c++ memory leak plugwlestes2007-04-251-13/+9
* roll back c++ memory patch as it causes the test suite no end of griefwlestes2007-04-231-7/+0
* fix function definitions for non-ANSI environments (from Manoj Srivastava fro...wlestes2007-04-231-4/+4
* fix c++ memory leak (from Manoj Srivastava from Debian patchset)wlestes2007-04-231-0/+7
* fix parameter name in comment (patch from Manoj Srivastava from the debian pa...wlestes2007-04-231-1/+1
* add a size_t cast (patch from Manoj Srivastava from the debian patchsetwlestes2007-04-231-1/+1
* better handling of class that use the prefix functionality; from submitted patchwlestes2007-04-131-0/+26
* fix skeleton for reentrant scannerswlestes2007-04-131-3/+3
* fix skeleton for reentrant scanners, resolves bug #1694318wlestes2007-04-121-1/+1
* SourceForge feature request #1658379:sodabrew2007-03-291-2/+2
* apply patches submitted by sodabrewwlestes2007-03-071-0/+7
* memory leak issues in c++ scannerwlestes2006-10-201-8/+13
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...john432006-03-211-2/+3
* Fixed buffer overflow in reject state buffer.john432006-02-161-2/+7
* Reverted num_read from size_t back to int.john432006-02-161-1/+1
* Transfered bugs list from lex.sf.net to BUGS file.john432006-02-151-1/+4
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.john432006-02-151-46/+64
* Removed unused local vars.john432006-02-141-3/+1
* Removed certain offending #undefs.john432006-02-141-0/+3
* Included <sys/types.h> for serialized tables.john432006-02-141-7/+8
* Fixed bug 1257093 yy_init_globals in header filejohn432005-12-221-1/+1
* flex_*int* type fixeswlestes2003-07-161-43/+43
* undef yytext_ptr has some bad side effectswlestes2003-07-161-1/+0
* patches from manoj via sourceforgewlestes2003-05-201-10/+12
* Renamed some internal variables.flex-2-5-30millaway2003-04-011-39/+39
* yylineno is per-buffer in the reentrant scanner.millaway2003-03-301-6/+102
* Minor documentation.millaway2003-03-281-0/+4
* merge millaway's m4 branch workwlestes2003-03-251-618/+1083
* Added growable buffer stack to C++ scanner as well.millaway2003-03-041-9/+34
* Removed awkward %push %pop syntax from skeleton.millaway2003-03-021-176/+147
* Renamed YY_CURRENT_BUFFER_FAST to YY_CURRENT_BUFFER_LVALUE to better reflectmillaway2003-03-021-48/+48
* Removed yy_current_buffer from the planet.millaway2003-02-281-64/+205
* Check for YYLTYPE_IS_DECLARED. This fixes bison-bridge with latest bison.millaway2003-01-181-8/+8
* Changed type of yyleng from size_t to int. This fixes bug in PostgreSQL compi...millaway2003-01-091-2/+2
* more c++ fixeswlestes2003-01-091-0/+3