1994-11-05 |
Vern Paxson | config.h, size_t, malloc.h, sys/types.h |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | config.h, size_t |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | yywrap option, no stdin/out init for VMS, mundane tweaks |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | alloca, lint tweaks |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | %option yywrap |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | size_t tweaks |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | size_t, STDC tweaks |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | Added yy_scan_{buffer,bytes,string}, plus tweaks |
commit | commitdiff | tree | snapshot |
1994-10-12 |
Vern Paxson | made stack code conditional on "stack" option |
commit | commitdiff | tree | snapshot |
1994-10-12 |
Vern Paxson | added use of "stack" %option |
commit | commitdiff | tree | snapshot |
1994-08-03 |
Vern Paxson | Fixed fencepost in call to yy_flex_strncpy |
commit | commitdiff | tree | snapshot |
1994-07-25 |
Vern Paxson | yy_eof_status -> yy_buffer_status |
commit | commitdiff | tree | snapshot |
1994-07-25 |
Vern Paxson | yy_flex_strcpy -> yy_flex_strncpy |
commit | commitdiff | tree | snapshot |
1994-07-25 |
Vern Paxson | Bug fix for matching NUL's at end of token when interac... |
commit | commitdiff | tree | snapshot |
1994-07-25 |
Vern Paxson | No YY_USER_ACTION if continued action |
commit | commitdiff | tree | snapshot |
1994-03-16 |
Vern Paxson | Added fix for 8-bit chars returned by input() |
commit | commitdiff | tree | snapshot |
1994-03-16 |
Vern Paxson | Move definition of yy_flex_strcpy to come after #define... |
commit | commitdiff | tree | snapshot |
1994-01-08 |
Vern Paxson | flex.skel -> flex.skl |
commit | commitdiff | tree | snapshot |
1994-01-08 |
Vern Paxson | Initial revision |
commit | commitdiff | tree | snapshot |
1993-12-29 |
Vern Paxson | Fixed scan.c target so "make" detects flex failure |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Added %option's |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Nuked FLEX_FLAGS that are now done using %option |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | %option |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Reworked for %option |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Added "unspecified", globals for %option |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | start condition #define's go to action file |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Added action_define() |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Minor consolidation using scon scopes etc |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | Modified to use scon scopes |
commit | commitdiff | tree | snapshot |
1993-12-27 |
Vern Paxson | indented rules |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Added scon_stk stuff, format_warn |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Added format_warn |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Working checkpoint prior to adding <scon>{ stuff |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Added in_rule, deleted actvsc |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Added doubling of '\'s in filenames |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Added in_rule, doing_rule_action |
commit | commitdiff | tree | snapshot |
1993-12-26 |
Vern Paxson | Removed actvsc |
commit | commitdiff | tree | snapshot |
1993-12-23 |
Vern Paxson | -ooutput |
commit | commitdiff | tree | snapshot |
1993-12-23 |
Vern Paxson | Fixsed sense of test for %array |
commit | commitdiff | tree | snapshot |
1993-12-23 |
Vern Paxson | 2.5.0 snapshot for Craig |
commit | commitdiff | tree | snapshot |
1993-12-23 |
Vern Paxson | Added beginnings of <SCON>{ ... } |
commit | commitdiff | tree | snapshot |
1993-12-23 |
Vern Paxson | Simplified scanning {}'s |
commit | commitdiff | tree | snapshot |
1993-12-20 |
Vern Paxson | Added <stdlib.h> |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | prototypes for alloc/string routines |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | alloc, string routines internal |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | Nuked lib{string,alloc}.c, added dependency of yylex... |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | Check for string.h |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | Use autoconf for string/strings.h |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | Added flex_XXX -> yy_flex_XXX wrappers |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | yy_flex_XXX -> flex_XXX |
commit | commitdiff | tree | snapshot |
1993-12-17 |
Vern Paxson | No more WHITESPACE token |
commit | commitdiff | tree | snapshot |
1993-12-16 |
Vern Paxson | Added yy_top_state() |
commit | commitdiff | tree | snapshot |
1993-12-16 |
Vern Paxson | simplified comment-scanning using push/pop states |
commit | commitdiff | tree | snapshot |
1993-12-16 |
Vern Paxson | removed crufty WHITESPACE token, some uses of '\n'... |
commit | commitdiff | tree | snapshot |
1993-12-15 |
Vern Paxson | start stack, extern "C++" moved |
commit | commitdiff | tree | snapshot |
1993-12-15 |
Vern Paxson | Bug fix for -CF |
commit | commitdiff | tree | snapshot |
1993-12-15 |
Vern Paxson | alloc routines take unsigned |
commit | commitdiff | tree | snapshot |
1993-12-15 |
Vern Paxson | start-state stacks, alloc routines take unsigned |
commit | commitdiff | tree | snapshot |
1993-12-15 |
Vern Paxson | bracket -CF table elements |
commit | commitdiff | tree | snapshot |
1993-12-13 |
Vern Paxson | Do #bytes computation in {re,}allocate_array() only... |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | yy_str*() -> str*() |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | -o option |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | lint tweak |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Expanded on extern "C++" news item |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | 2.4.5 |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Added yy_fill_buffer |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | is_interactive -> yy_is_interactive |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Updated credits |
commit | commitdiff | tree | snapshot |
1993-12-11 |
Vern Paxson | Fixed typo in "uninstall" target |
commit | commitdiff | tree | snapshot |
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 |
next |