summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* #include fixes; we've factored out all the system include files and put them ...wlestes2002-08-291-5/+1
* ran the indent target; commit the resultswlestes2002-08-271-1449/+1468
* Removed #undef of start conditions.millaway2002-08-181-5/+11
* Start conditions now optional in header.millaway2002-08-171-3/+9
* Added --tables option.millaway2002-08-161-1/+13
* Fixed seg fault bug in ecs.millaway2002-08-151-4/+4
* conditionally include <locale.h>; include config.h as wellwlestes2002-08-151-15/+5
* Start condition prefixes attempts to adjust to user preferences.millaway2002-08-141-3/+2
* Include start condition symbols in header.millaway2002-08-131-1/+8
* Omit user code and tables from generated header file.millaway2002-08-131-0/+12
* Added alignment flag for future use.millaway2002-08-101-4/+9
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-10/+17
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...millaway2002-07-171-13/+13
* Fixed POSIXLY_CORRECT detection in scanner.millaway2002-07-121-1/+1
* Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compi...millaway2002-07-101-3/+0
* Fixed prefix issue with get/set debug functions.millaway2002-07-101-0/+11
* Check POSIXLY_CORRECT env variable.millaway2002-07-091-0/+23
* Made yy_flex_debug non-global in reentrant scanner.millaway2002-07-091-1/+5
* fix bug whereby prefix didn't get passed to everybody; patch by ...wlestes2002-07-031-2/+0
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...wlestes2002-06-191-2/+9
* conditional compile gettext initializationwlestes2002-04-231-0/+2
* Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).millaway2002-04-131-14/+30
* fix typo in commentwlestes2002-04-011-1/+1
* Documented the header file kludge, (in anticipation of buffering Section 1.)millaway2002-03-311-0/+11
* Output of `flex --version` now matches GNU coding standards.millaway2002-03-281-4/+7
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines _...millaway2002-03-181-1/+7
* mostly, changes for gettextwlestes2002-03-121-0/+4
* support large flex tables; from debian package maintainerwlestes2002-02-061-1/+2
* millaway: Fixed yytext_ptr when using %array in reentrant scannerwlestes2001-11-201-7/+18
* more from the same batchwlestes2001-11-141-9/+223
* millaway simplified the reentrant api; here's the resultwlestes2001-10-261-11/+2
* more from millawaywlestes2001-10-231-10/+129
* the last checkin was broken; millaway fixed itwlestes2001-10-221-3/+3
* phew, millaway's latest batchwlestes2001-10-221-2/+8
* merge latest batch of millaway's changeswlestes2001-10-171-310/+426
* Fixed typo in options displaywlestes2001-09-221-1/+1
* reentrant and non-reentrant scanners share the same yywrap MACRO. millawaywlestes2001-09-201-4/+1
* commit the backwash from the branch mergeswlestes2001-09-191-0/+2
* remove argv_fixup; fix typo in error message; changes from millaway's branchwlestes2001-08-261-7/+1
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* john millaway's reentrancy patchwlestes2001-05-181-7/+105
* remove extraneous rcs keywordswlestes2001-05-031-3/+0
* removed decl of unused library functionvern1996-05-251-2/+2
* const -> yyconstvern1995-04-201-2/+2
* do_stdinit now defaults to falsevern1995-04-201-3/+3
* -- terminates optionsvern1995-04-201-1/+8
* rename yylineno if -Pvern1995-03-211-1/+4
* added %option yylinenovern1995-03-201-10/+39
* prefix support for yy_flush_buffervern1995-03-051-1/+2
* added yyclassvern1995-03-051-2/+21