]> granicus.if.org Git - flex/shortlog
flex
1994-11-05 Vern Paxsonconfig.h, size_t, malloc.h, sys/types.h
1994-11-05 Vern Paxsonconfig.h, size_t
1994-11-05 Vern Paxsonyywrap option, no stdin/out init for VMS, mundane tweaks
1994-11-05 Vern Paxsonalloca, lint tweaks
1994-11-05 Vern Paxson%option yywrap
1994-11-05 Vern Paxsonsize_t tweaks
1994-11-05 Vern Paxsonsize_t, STDC tweaks
1994-11-05 Vern PaxsonAdded yy_scan_{buffer,bytes,string}, plus tweaks
1994-10-12 Vern Paxsonmade stack code conditional on "stack" option
1994-10-12 Vern Paxsonadded use of "stack" %option
1994-08-03 Vern PaxsonFixed fencepost in call to yy_flex_strncpy
1994-07-25 Vern Paxsonyy_eof_status -> yy_buffer_status
1994-07-25 Vern Paxsonyy_flex_strcpy -> yy_flex_strncpy
1994-07-25 Vern PaxsonBug fix for matching NUL's at end of token when interac...
1994-07-25 Vern PaxsonNo YY_USER_ACTION if continued action
1994-03-16 Vern PaxsonAdded fix for 8-bit chars returned by input()
1994-03-16 Vern PaxsonMove definition of yy_flex_strcpy to come after #define...
1994-01-08 Vern Paxsonflex.skel -> flex.skl
1994-01-08 Vern PaxsonInitial revision
1993-12-29 Vern PaxsonFixed scan.c target so "make" detects flex failure
1993-12-27 Vern PaxsonAdded %option's
1993-12-27 Vern PaxsonNuked FLEX_FLAGS that are now done using %option
1993-12-27 Vern Paxson%option
1993-12-27 Vern PaxsonReworked for %option
1993-12-27 Vern PaxsonAdded "unspecified", globals for %option
1993-12-27 Vern Paxsonstart condition #define's go to action file
1993-12-27 Vern PaxsonAdded action_define()
1993-12-27 Vern PaxsonMinor consolidation using scon scopes etc
1993-12-27 Vern PaxsonModified to use scon scopes
1993-12-27 Vern Paxsonindented rules
1993-12-26 Vern PaxsonAdded scon_stk stuff, format_warn
1993-12-26 Vern PaxsonAdded format_warn
1993-12-26 Vern PaxsonWorking checkpoint prior to adding <scon>{ stuff
1993-12-26 Vern PaxsonAdded in_rule, deleted actvsc
1993-12-26 Vern PaxsonAdded doubling of '\'s in filenames
1993-12-26 Vern PaxsonAdded in_rule, doing_rule_action
1993-12-26 Vern PaxsonRemoved actvsc
1993-12-23 Vern Paxson-ooutput
1993-12-23 Vern PaxsonFixsed sense of test for %array
1993-12-23 Vern Paxson2.5.0 snapshot for Craig
1993-12-23 Vern PaxsonAdded beginnings of <SCON>{ ... }
1993-12-23 Vern PaxsonSimplified scanning {}'s
1993-12-20 Vern PaxsonAdded <stdlib.h>
1993-12-17 Vern Paxsonprototypes for alloc/string routines
1993-12-17 Vern Paxsonalloc, string routines internal
1993-12-17 Vern PaxsonNuked lib{string,alloc}.c, added dependency of yylex...
1993-12-17 Vern PaxsonCheck for string.h
1993-12-17 Vern PaxsonUse autoconf for string/strings.h
1993-12-17 Vern PaxsonAdded flex_XXX -> yy_flex_XXX wrappers
1993-12-17 Vern Paxsonyy_flex_XXX -> flex_XXX
1993-12-17 Vern PaxsonNo more WHITESPACE token
1993-12-16 Vern PaxsonAdded yy_top_state()
1993-12-16 Vern Paxsonsimplified comment-scanning using push/pop states
1993-12-16 Vern Paxsonremoved crufty WHITESPACE token, some uses of '\n'...
1993-12-15 Vern Paxsonstart stack, extern "C++" moved
1993-12-15 Vern PaxsonBug fix for -CF
1993-12-15 Vern Paxsonalloc routines take unsigned
1993-12-15 Vern Paxsonstart-state stacks, alloc routines take unsigned
1993-12-15 Vern Paxsonbracket -CF table elements
1993-12-13 Vern PaxsonDo #bytes computation in {re,}allocate_array() only...
1993-12-11 Vern Paxsonyy_str*() -> str*()
1993-12-11 Vern Paxson-o option
1993-12-11 Vern Paxsonlint tweak
1993-12-11 Vern PaxsonExpanded on extern "C++" news item
1993-12-11 Vern Paxson2.4.5
1993-12-11 Vern PaxsonAdded yy_fill_buffer
1993-12-11 Vern Paxsonis_interactive -> yy_is_interactive
1993-12-11 Vern PaxsonUpdated credits
1993-12-11 Vern PaxsonFixed typo in "uninstall" target
1993-12-11 Vern PaxsonUpdated comment regarding 0-based vs. 1-based arrays...
1993-12-11 Vern PaxsonInitialize dfaacc[0] for -CF representation
1993-12-11 Vern Paxson#include "FlexLexer.h" -> <FlexLexer.h>
1993-12-11 Vern PaxsonAdded extern "C++" wrapper
1993-12-09 Vern PaxsonDetect REJECT etc. before generating YY_USES_REJECT!
1993-12-09 Vern PaxsonFixed bug in interactive reads where char is unsigned
1993-12-09 Vern PaxsonFixed bug in treating '$' as variable trailing context
1993-12-09 Vern Paxson2.4.5
1993-12-07 Vern Paxsonpretester update
1993-12-07 Vern Paxson2.4.4
1993-12-07 Vern PaxsonLexError(), C++ experiment warning, credits
1993-12-07 Vern PaxsonFixed 8-bit bug
1993-12-07 Vern PaxsonFixed nasty 8-bit bugs
1993-12-07 Vern Paxson{min,max,abs} -> {MIN,MAX,ABS}
1993-12-07 Vern PaxsonSupport for yyFlexLexer::LexerError
1993-12-06 Vern Paxson2.4.4
1993-12-05 Vern Paxsoncredits update
1993-12-05 Vern Paxsonvery minor "install" tweaks
1993-12-05 Vern PaxsonYY_USER_ACTION generated now for each case in action...
1993-12-04 Vern PaxsonFixed bug in pointing yyin at a new file and resuming...
1993-12-03 Vern PaxsonAdded note regarding g++ 2.5.X
1993-12-03 Vern Paxsonupdated credits
1993-12-03 Vern Paxsonranlib addition for 2.4.3
1993-12-03 Vern PaxsonMinor tweak to last change
1993-12-03 Vern Paxsonrun ranlib on libfl.a
1993-12-03 Vern PaxsonHopefully last update prior to 2.4.3
1993-12-03 Vern Paxsonlint tweaks
1993-12-03 Vern PaxsonAdded exec_prefix
1993-12-03 Vern Paxsoncredit update
1993-12-03 Vern Paxsonlint tweak
1993-12-03 Vern PaxsonFlexLexer.h fixed for separate inclusion
next