summaryrefslogtreecommitdiff
path: root/sym.c
Commit message (Collapse)AuthorAgeFilesLines
* Added ccl union operator.john432006-03-281-1/+0
| | | | | | Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
* merge millaway's m4 branch workwlestes2003-03-251-3/+0
|
* ran the indent target; commit the resultswlestes2002-08-271-110/+105
|
* Fixed prototype/definition conflicts with "traditional" C in skeleton at ↵millaway2002-07-171-5/+2
| | | | | | | | | | request of gcc developer. Removed duplicate prototypes in gen.c, sym.c, main.c. Added missing prototypes where needed. All functions in skeleton follow ISO C style protos and defs, instead of BOTH ISO and new-style. Skeleton now compiles cleanly under super-strict gcc flags. Flex itself almost compiles cleanly under strict flags.
* Applied 'const' to a few more char*, where appropriate.millaway2002-04-191-7/+7
|
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
|
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
|
* moved symbol table definitions from flexdef.h into sym.cvern2000-08-211-10/+29
|
* internationalization aidsvern1995-03-041-4/+5
|
* preenvern1995-01-051-2/+2
|
* Brian Madsen's tweaks for Borlandvern1994-11-241-2/+2
|
* start condition #define's go to action filevern1993-12-271-2/+2
|
* Removed actvscvern1993-12-261-2/+1
|
* yy_flex_XXX -> flex_XXXvern1993-12-171-2/+2
|
* yy_str*() -> str*()vern1993-12-111-3/+3
|
* -o optionvern1993-12-111-2/+2
|
* lint tweaksvern1993-12-031-6/+8
|
* Use yy_strXXX() routines instead of <string.h>vern1993-12-021-3/+3
|
* Fixed ANSI-C glitch with '%' operatorvern1993-11-291-3/+5
|
* nuked static RCS stringvern1993-09-161-4/+1
|
* Modified to use yy_flex_alloc()vern1993-06-121-2/+3
|
* Reformatting.vern1993-04-141-189/+123
|
* Fixed bug in 8-bit hashingvern1993-02-061-14/+25
|
* 4.4 BSD copyrightvern1990-06-271-23/+19
|
* declared void functions as suchvern1990-05-261-5/+11
| | | | | added prototypes for forward references changed to use format_pinpoint_message where appropriate
* Removed declaration of malloc()vern1990-03-201-2/+1
|
* Unsigned char support.vern1990-01-151-13/+16
| | | | 2.2 Release.
* Beta releasevern1989-06-201-1/+1
|
* 2.0.1 betavern1989-06-201-4/+9
|
* Split copyright string into two to avoid tempting fate with \<newline>vern1989-05-251-3/+3
| | | | sequences ...
* added BSD copyright noticevern1989-05-241-8/+26
|
* the most piddling format change imaginablevern1989-05-191-2/+2
|
* RCS headervern1988-05-081-11/+16
| | | | changed "entry" to "sym_entry" to avoid conflict with old keyword
* changed name from flexsym.c -> sym.cvern1988-04-101-44/+28
| | | | | revamped calling sequences, etc., for extended table struct definition which now has both char * and int fields.
* Beta Release.vern1988-02-131-15/+23
|
* Initial revisionvern1987-11-081-0/+291