aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2012-08-08do not output yy_nxt to header with %option full; resolves #1739922Robert Minsk
2012-08-07let flex decide if yymore and reject are needed in lex compatible modeWill Estes
2012-03-02Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_deWill Estes
2012-02-05fix yywrap behavior for reentrant scannersWill Estes
2012-02-03more better error messages; more better memory handlingWill Estes
2012-02-03correct macro definition of yywrapWill Estes
2007-09-10Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone
2007-05-31Changes to resolve SF bugs 1568325 and 1563589.Aaron Stone
2007-04-14add call to setlocale for ctype as per debian patchsetWill Estes
2006-10-22make yywrap work with c++ scanners as per sf bug reportWill Estes
2006-03-27Removed global variable caseins.John Millaway
2006-03-22Replaced sprintf with snprintf everywhere.John Millaway
2006-03-21Reverted previous input filter changes.John Millaway
2006-03-21Moved set_input_file to different file.John Millaway
2006-02-14Added check for locale.h and libintl.h in configure script.John Millaway
2006-02-14Patch for full file system failure.John Millaway
2006-02-13Fixed double-fclose when input file is empty.John Millaway
2005-12-22Improvement request 1069716 log vs. log10John Millaway
2003-12-11Configure checks for GNU m4.John Millaway
2003-04-01Renamed some internal variables.John Millaway
2003-03-27Added %top block syntax.John Millaway
2003-03-25merge millaway's m4 branch workWill Estes
2003-02-28Removed yy_current_buffer from the planet.John Millaway
2003-02-28Removed some symbols from the undef list. They are needed for multiple headersJohn Millaway
2003-02-26Added a few macros to the undef list.John Millaway
2003-02-26Put the undef macros in an array.John Millaway
2002-11-22Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway
2002-09-19Added %push and %pop operations to skel processing.John Millaway
2002-09-16Serialization works in headers (%option headers).John Millaway
2002-09-13Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway
2002-09-09Table deserialization works for everything except --fast scanners.John Millaway
2002-09-07Members of struct yy_trans_info are now forced to be the same size.John Millaway
2002-09-05Changed option 'header' to 'header-file'. 'header' still works, though.John Millaway
2002-09-05Tons more work on tables.John Millaway
2002-08-29#include fixes; we've factored out all the system include files and put them ...Will Estes
2002-08-27ran the indent target; commit the resultsWill Estes
2002-08-18Removed #undef of start conditions.John Millaway
2002-08-17Start conditions now optional in header.John Millaway
2002-08-16Added --tables option.John Millaway
2002-08-15Fixed seg fault bug in ecs.John Millaway
2002-08-15conditionally include <locale.h>; include config.h as wellWill Estes
2002-08-14Start condition prefixes attempts to adjust to user preferences.John Millaway
2002-08-13Include start condition symbols in header.John Millaway
2002-08-13Omit user code and tables from generated header file.John Millaway
2002-08-10Added alignment flag for future use.John Millaway
2002-07-27yylineno check is only performed on rules whose regexs can match a newline.John Millaway
2002-07-17Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway
2002-07-12Fixed POSIXLY_CORRECT detection in scanner.John Millaway
2002-07-10Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compi...John Millaway
2002-07-10Fixed prefix issue with get/set debug functions.John Millaway