summaryrefslogtreecommitdiff
path: root/flexdef.h
Commit message (Collapse)AuthorAge
* Added format_warnVern Paxson1993-12-26
|
* Added in_rule, deleted actvscVern Paxson1993-12-26
|
* Added <stdlib.h>Vern Paxson1993-12-20
|
* Use autoconf for string/strings.hVern Paxson1993-12-17
| | | | yy_flex_XXX -> flex_XXX
* alloc routines take unsignedVern Paxson1993-12-15
|
* bracket -CF table elementsVern Paxson1993-12-15
|
* yy_str*() -> str*()Vern Paxson1993-12-11
|
* -o optionVern Paxson1993-12-11
|
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
|
* lint tweaksVern Paxson1993-12-03
|
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
|
* yy_flex_xmalloc() moved to misc.cVern Paxson1993-12-01
|
* Lowered MAX_SHORT out of increased general paranoia.Vern Paxson1993-11-30
| | | | Added yy_flex_xmalloc() proto
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
|
* myctoi takes char[] instead of Char[]Vern Paxson1993-11-29
|
* -a -> -CaVern Paxson1993-11-28
| | | | all_lower, all_upper -> work on char*
* Removed #ifndef FILE protection from include of stdioVern Paxson1993-11-26
|
* -l lex compatibility flagVern Paxson1993-11-26
|
* Added use_read globalVern Paxson1993-11-20
|
* Added expand_nxt_chk() extern.Vern Paxson1993-10-02
|
* Added -a option for long-align.Vern Paxson1993-10-02
|
* Nuked FILENAMESIZEVern Paxson1993-09-21
|
* Delete prototypes for Unix system calls.Vern Paxson1993-09-16
|
* Added C_plus_plus flag.Vern Paxson1993-08-25
|
* Removed a lot of #ifdef chudVern Paxson1993-08-24
| | | | "backtracking" -> "backing up"
* Added check_char(), readable_form()Vern Paxson1993-07-05
|
* Changed to use yy_flex_alloc() and friendsVern Paxson1993-06-12
|
* Reformatting.Vern Paxson1993-04-14
|
* *** empty log message ***Vern Paxson1993-02-06
|
* changed to include <stddef.h> for __GNUC__Vern Paxson1990-08-03
|
* fixed to declare malloc() and free() by hand if __GNUC__Vern Paxson1990-08-02
|
* Changed to get malloc definition in identical fashion to thatVern Paxson1990-07-28
| | | | used by flex.skel
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* Added prototypesVern Paxson1990-05-26
| | | | | changed memory allocation routines to deal with void*'s instead of char*'s some rearranging for VMS
* Added USG alias for SYS_VVern Paxson1990-03-20
|
* defines for malloc() and realloc()Vern Paxson1990-03-20
| | | | conditional defines for abs(), min(), and max()
* NUL's. 8-bit chars.Vern Paxson1990-03-16
|
* Tweaks for NUL chars.Vern Paxson1990-03-14
|
* 8-bit char support.Vern Paxson1990-01-15
| | | | | | | | | | SYS_V / Atari portability fixes. Removed generated array names. CSIZE now only defined if not already defined. Added "csize" global. Added "input_files", "num_input_files", and "program_name" globals. %t support globals. 2.2 Release.
* 2.0.1 betaVern Paxson1989-06-20
|
* removed static char copyrightVern Paxson1989-05-24
|
* Added BSD copyright notice.Vern Paxson1989-05-24
| | | | Removed FAST_SKELETON_FILE.
* a zillion changes/additions/cleanupsVern Paxson1989-05-19
|
* Added END_OF_BUFFER_ACTION and bol_neededVern Paxson1988-11-25
|
* removed revision historyVern Paxson1988-05-08
| | | | | | | | | | | added RCS header added VMS, MS_DOS ifdef's removed DEFAULT_ACTION, changed END_OF_BUFFER_ACTION shortened MAX_XTIONS_FOR_FULL_INTERIOR_FIT to MAX_XTIONS_FULL_INTERIOR_FIT added MAX_ASSOC_RULES added performance_report, assoc_rule gloabls added num_backtracking gloabl shortened allocate_integer_pointer_array, reallocate_integer_pointer_array
* fixed typos, enhanced symbol table definition.Vern Paxson1988-04-10
|
* Beta Release.Vern Paxson1988-02-13
|
* Initial revisionVern Paxson1987-11-08