1993-12-11 |
Vern Paxson | Updated comment regarding 0-based vs. 1-based arrays... |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Initialize dfaacc[0] for -CF representation |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | #include "FlexLexer.h" -> <FlexLexer.h> |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Added extern "C++" wrapper |
commit | commitdiff | tree | snapshot |
1993-12-09 |
Vern Paxson | Detect REJECT etc. before generating YY_USES_REJECT! |
commit | commitdiff | tree | snapshot |
1993-12-09 |
Vern Paxson | Fixed bug in interactive reads where char is unsigned |
commit | commitdiff | tree | snapshot |
1993-12-09 |
Vern Paxson | Fixed bug in treating '$' as variable trailing context |
commit | commitdiff | tree | snapshot |
1993-12-09 |
Vern Paxson | 2.4.5 |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | pretester update |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | 2.4.4 |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | LexError(), C++ experiment warning, credits |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | Fixed 8-bit bug |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | Fixed nasty 8-bit bugs |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | {min,max,abs} -> {MIN,MAX,ABS} |
commit | commitdiff | tree | snapshot |
1993-12-07 |
Vern Paxson | Support for yyFlexLexer::LexerError |
commit | commitdiff | tree | snapshot |
1993-12-06 |
Vern Paxson | 2.4.4 |
commit | commitdiff | tree | snapshot |
1993-12-05 |
Vern Paxson | credits update |
commit | commitdiff | tree | snapshot |
1993-12-05 |
Vern Paxson | very minor "install" tweaks |
commit | commitdiff | tree | snapshot |
1993-12-05 |
Vern Paxson | YY_USER_ACTION generated now for each case in action... |
commit | commitdiff | tree | snapshot |
1993-12-04 |
Vern Paxson | Fixed bug in pointing yyin at a new file and resuming... |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | Added note regarding g++ 2.5.X |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | updated credits |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | ranlib addition for 2.4.3 |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | Minor tweak to last change |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | run ranlib on libfl.a |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | Hopefully last update prior to 2.4.3 |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | lint tweaks |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | Added exec_prefix |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | credit update |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | lint tweak |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | FlexLexer.h fixed for separate inclusion |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | mods so FlexLexer.h can be included separately |
commit | commitdiff | tree | snapshot |
1993-12-03 |
Vern Paxson | -F incompatible with -+ |
commit | commitdiff | tree | snapshot |
1993-12-02 |
Vern Paxson | Elaborated comments for 2.4.3 |
commit | commitdiff | tree | snapshot |
1993-12-02 |
Vern Paxson | 2.4.3 |
commit | commitdiff | tree | snapshot |
1993-12-02 |
Vern Paxson | Updated message regarding missing libfl.a routines |
commit | commitdiff | tree | snapshot |
1993-12-02 |
Vern Paxson | Added libstring.c |
commit | commitdiff | tree | snapshot |
1993-12-02 |
Vern Paxson | Use yy_strXXX() routines instead of <string.h> |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | 2.4.3 |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | yy_flex_xmalloc() moved to misc.c |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | Fixed bug in yy_fatal_error() |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | ... and remove plain tar file after compression |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | 2.4.2 |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | Produce both compress'd and gzip'd distribution tar... |
commit | commitdiff | tree | snapshot |
1993-12-01 |
Vern Paxson | Release 2.4.2 |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | -a -> -Ca |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | described configuration files in manifest |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Added intermediate step of copying MISC/alloca.c -... |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Credit to 2.4 pre-testers. |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Fixed nasty bug in short/long decl decision |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Lowered MAX_SHORT out of increased general paranoia. |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Fixed very minor typo in -v output |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Removed vestigal cast to (char) in isupper() call |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Added casts to unsigned Char for isascii() calls |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Added #ifdef chud for alloca() |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Added alloca |
commit | commitdiff | tree | snapshot |
1993-11-30 |
Vern Paxson | Add AC_ALLOCA if using bison |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Added intermediate file going scan.l -> scan.c |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Removed parse.{c,h} from distribution files, since... |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Fixed %array YYLMAX headaches, added error message... |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Fixed YYLMAX headaches |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Documented that buffer can't grow if REJECT used |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Added parse.{c,h} to dist files |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Fixed to buffer section 1 definitions |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Fixed ANSI-C glitch with '%' operator |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Fixed mis-definition of ndlookup() |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | 2.4 -> 2.4.1 |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Added install.sh, mkinstalldirs to distribution files |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | Added Nathan Zelle, "promoted" Francois |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | only "realclean" removes flex |
commit | commitdiff | tree | snapshot |
1993-11-29 |
Vern Paxson | myctoi takes char[] instead of Char[] |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | -a -> -Ca |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | Added -Ca to bigcheck |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | -a -> -Ca; fixed help output |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | -a -> -Ca |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | all_lower, all_upper work on char* |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | Fixed some casts now that yytext is always char* and... |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | Francois' tweaks |
commit | commitdiff | tree | snapshot |
1993-11-28 |
Vern Paxson | AC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA) |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | fixed typo |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Don't remove dist directory |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Include liballoc.c in lint targets |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | lint tweak |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Added -l compression to bigcheck |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | permission tweaking for "dist" |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | more "dist" tweaks |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Changed "make dist" to use version.h, include scan... |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | 2.4.1 |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Revised as per Francois Pinard |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | flex.skel -> flex.skl |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Updated date of 2.4 release |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Removed manual & nroff output from distribution |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | 2.4.1 release |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Initial revision |
commit | commitdiff | tree | snapshot |
1993-11-27 |
Vern Paxson | Merge w/ 2.4.1 changes |
commit | commitdiff | tree | snapshot |
1993-11-26 |
Vern Paxson | Initial revision |
commit | commitdiff | tree | snapshot |
1993-11-26 |
Vern Paxson | Removed #ifndef FILE protection from include of stdio |
commit | commitdiff | tree | snapshot |
1993-11-26 |
Vern Paxson | Added Francois Pinard to distribution headache helpers |
commit | commitdiff | tree | snapshot |
1993-11-26 |
Vern Paxson | Modified C++ scanners to get input a character at a... |
commit | commitdiff | tree | snapshot |
1993-11-26 |
Vern Paxson | Added YY_INTERACTIVE. |
commit | commitdiff | tree | snapshot |
next |