1994-12-06 |
Vern Paxson | added ccl exprs, %option main |
commit | commitdiff | tree | snapshot |
1994-12-06 |
Vern Paxson | added %options, ccl exprs |
commit | commitdiff | tree | snapshot |
1994-12-05 |
Vern Paxson | undid previous change |
commit | commitdiff | tree | snapshot |
1994-12-04 |
Vern Paxson | Makefile.in from srcdir |
commit | commitdiff | tree | snapshot |
1994-12-04 |
Vern Paxson | added skel.c to DISTFILES |
commit | commitdiff | tree | snapshot |
1994-12-04 |
Vern Paxson | added YYSTATE alias |
commit | commitdiff | tree | snapshot |
1994-12-04 |
Vern Paxson | NL is now \r?\n |
commit | commitdiff | tree | snapshot |
1994-12-04 |
Vern Paxson | use cerr for C++ diagnostics |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | undid YY_UNIX_NEWLINE |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | STDC_HEADERS to check for stdlib |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | AC_STDC_HEADERS -> AC_HEADER_STDC |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | \n -> '\012' |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | Added YY_UNIX_NEWLINE |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | BOL changes |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | fixed bug with caseins but not ecs |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | BOL changes |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | messages identify filenames |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | Increase slowly if realloc double overflows |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | YY_RULE_SETUP |
commit | commitdiff | tree | snapshot |
1994-12-03 |
Vern Paxson | Added yy_XX_state %option's |
commit | commitdiff | tree | snapshot |
1994-11-29 |
Vern Paxson | don't remove ~ files |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | get CFLAGS from autoconf |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Brian Madsen's tweaks for Borland |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | 2.5.0 |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Added do_stdinit |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Added yy_delete_buffer() in destructor |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Added yy_set_interactive, YY_ALWAYS_INTERACTIVE, YY_NEV... |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Added do_stdinit, Think C hacks |
commit | commitdiff | tree | snapshot |
1994-11-24 |
Vern Paxson | Added %options for input, always-interactive, never... |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | size_t |
commit | commitdiff | tree | snapshot |
1994-11-05 |
Vern Paxson | $(FLEX) |
commit | commitdiff | tree | snapshot |
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 |
next |