]> granicus.if.org Git - flex/shortlog
flex
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
1993-12-03 Vern Paxsonmods so FlexLexer.h can be included separately
1993-12-03 Vern Paxson-F incompatible with -+
1993-12-02 Vern PaxsonElaborated comments for 2.4.3
1993-12-02 Vern Paxson2.4.3
1993-12-02 Vern PaxsonUpdated message regarding missing libfl.a routines
1993-12-02 Vern PaxsonAdded libstring.c
1993-12-02 Vern PaxsonUse yy_strXXX() routines instead of <string.h>
1993-12-01 Vern Paxson2.4.3
1993-12-01 Vern Paxsonyy_flex_xmalloc() moved to misc.c
1993-12-01 Vern PaxsonFixed bug in yy_fatal_error()
1993-12-01 Vern Paxson... and remove plain tar file after compression
1993-12-01 Vern Paxson2.4.2
1993-12-01 Vern PaxsonProduce both compress'd and gzip'd distribution tar...
1993-12-01 Vern PaxsonRelease 2.4.2
1993-11-30 Vern Paxson-a -> -Ca
1993-11-30 Vern Paxsondescribed configuration files in manifest
1993-11-30 Vern PaxsonAdded intermediate step of copying MISC/alloca.c -...
1993-11-30 Vern PaxsonCredit to 2.4 pre-testers.
1993-11-30 Vern PaxsonFixed nasty bug in short/long decl decision
1993-11-30 Vern PaxsonLowered MAX_SHORT out of increased general paranoia.
1993-11-30 Vern PaxsonFixed very minor typo in -v output
1993-11-30 Vern PaxsonRemoved vestigal cast to (char) in isupper() call
1993-11-30 Vern PaxsonAdded casts to unsigned Char for isascii() calls
1993-11-30 Vern PaxsonAdded #ifdef chud for alloca()
1993-11-30 Vern PaxsonAdded alloca
1993-11-30 Vern PaxsonAdd AC_ALLOCA if using bison
1993-11-29 Vern PaxsonAdded intermediate file going scan.l -> scan.c
1993-11-29 Vern PaxsonRemoved parse.{c,h} from distribution files, since...
1993-11-29 Vern PaxsonFixed %array YYLMAX headaches, added error message...
1993-11-29 Vern PaxsonFixed YYLMAX headaches
next