summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync'd with main branch.flex-2-5-6-branchmillaway2002-04-2412-1495/+1157
* Sync'd (overwrote) branch with main branch.millaway2002-04-2149-2099/+3489
* Overwrote flex-2-5-6 branch with main branch.millaway2002-04-2158-1716/+1709
* Hand-merged (not cvs merge) this branch with main branch.millaway2002-03-2087-223/+10684
* Fixed yytext_ptr when using %array in reentrant scanner.millaway2001-11-192-25/+36
* Added tests for option %array.millaway2001-11-199-2/+203
* Created type 'yyscan_t' for reentrant API, instead of 'void*' everywhere.millaway2001-10-2820-118/+156
* Fixed #line directives in generated header.millaway2001-10-281-6/+62
* Cleaned up preprocessor namespace in generated header.millaway2001-10-2722-15/+521
* Eliminated "_r" macros.millaway2001-10-261-1/+1
* Reentrant API further simplified by eliminating "_r" macros.millaway2001-10-2611-184/+169
* Handled remaining OPT_options.millaway2001-10-233-72/+248
* Fixed syntax error in options.hmillaway2001-10-223-11/+11
* Added ability for developers to make comments in the skel.millaway2001-10-227-199/+225
* Added tests for %option header.millaway2001-10-1916-8/+254
* Error message when using header option with stdout.millaway2001-10-171-0/+3
* Protected user section3 code from appearing in header file.millaway2001-10-171-1/+2
* flex now generates header file upon request.millaway2001-10-176-11/+105
* Added headerfilename for --header option.millaway2001-10-162-3/+5
* Fixed namespace collision with "basename" and a macro in <string.h>.millaway2001-10-161-10/+18
* Options -c and -n are no longer treated or labeled as deprecated options. The...millaway2001-10-164-7/+6
* Changed option processing to use buf.c instead of mingling with existing acti...millaway2001-10-155-92/+137
* Added growable buffer code.millaway2001-10-151-0/+107
* Bug fix where -Darg option format was not being parsed correctly.millaway2001-10-151-2/+4
* Added long option parsing.millaway2001-10-137-244/+1358
* *** empty log message ***wlestes2001-09-221-1/+1
* Removed "previous" pointer on @top node. (I thought I did this already).millaway2001-09-221-1/+1
* Fixed typo in options display.millaway2001-09-221-1/+1
* rollback the last patch as the dir pointer is auto-generated by emacs when ma...wlestes2001-09-211-1/+1
* Removed `previous` pointer on Top node.millaway2001-09-211-1/+1
* this is from the main branchwlestes2001-09-201-1/+2
* reentrant and non-reentrant scanners share the same yywrap MACRO.millaway2001-09-201-4/+1
* fix manual again. we didn't want the conflicts from before herewlestes2001-09-201-44/+0
* fix the NEWS file; mention that flex now handles \r as an eol characterwlestes2001-09-201-13/+1
* flex-input scanner now recognizes '\r' as an EOL character.millaway2001-09-203-2/+60
* try to fix the latest changeswlestes2001-09-203-2/+5
* bring over preliminary c++ fixeswlestes2001-09-193-36/+34
* revert size_t yyleng to int yyleng as per silly standardswlestes2001-09-193-6/+6
* add some explanatory commentsmillaway2001-09-181-0/+2
* Changed type of yyleng to size_t anywhere it was marked as int.millaway2001-09-183-4/+4
* Updated *.l so that they no longer have to link with "libyywrap" or "libmain".millaway2001-09-045-0/+5
* Typo in error message.millaway2001-08-251-1/+1
* Removed ARGV_FIXUP code. Seems obsolete.millaway2001-08-251-6/+0
* we don't make c++ comments in c scannerswlestes2001-08-241-0/+3
* merge the main trunk for our sanitywlestes2001-08-211-1/+1
* Changed @var to @code everywhere.millaway2001-08-191-98/+98
* merge main trunk into this branch so millaway can work on itwlestes2001-08-170-0/+0
* more mailwlestes2001-08-161-0/+78
* the manual now has its own section; we're not adding comments eitherwlestes2001-08-161-2/+9
* Cleaned up the output of the tests.millaway2001-08-0415-59/+79