summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| | * Remove more instances of PROTOMichael Reed2015-12-15
| | * Removed prototype for main().Michael Reed2015-12-15
| | * Removed more instances of PROTO, ansifying.Michael McConville2015-12-14
| | * Removed macros for indentation level.Michael McConville2015-12-13
| | * Started removal of PROTO macro.Michael McConville2015-12-12
| | * Removed SHORT_FILE_NAMES preprocessor symbol.Michael Reed2015-12-12
| | * Added new function reallocarray.Michael McConville2015-12-12
| | * Removed MS-DOS, VMS macros.Michael McConville2015-12-12
| | * Made search for m4 more explicit.Will Estes2015-12-12
| | * Returned 0 from yywrap() instead of EOFWill Estes2015-12-12
| | * Changed end of main() in libmain to exit(0)Will Estes2015-12-11
| | * Commented in C style in skeleton; fixed sf#195Will Estes2015-12-11
| | * Replace zero_out() with stdlib's memset.Michael McConville2015-12-09
| | * Removed memory allocation casts.Michael McConville2015-12-09
| | * Removed alloca() configuration.Michael McConville2015-12-09
| | * Removed implementation of isascii().Michael McConville2015-12-09
| | * Removed NULL-checks before free()Michael McConville2015-12-09
| | * Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
| | * Removed flex_realloc().Michael McConville2015-12-09
| | * Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
| | * Remove allocation castsMichael McConville2015-12-07
| | * Built flex with itself.Will Estes2015-12-07
| | * Use NULL rather than (type *) 0.Michael McConville2015-12-05
| | * Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-05
| | * Cleaned up white space.Akim Demaille2015-12-05
| | * Removed struct keyword before yy_buffer_stateAkim Demaille2015-12-05
| | * Replaced FLEX_STD macro with std::.Akim Demaille2015-12-05
| | * Generated skel.c explicitly in srcdir.Akim Demaille2015-12-04
| | * Made string copying more standard.Michael McConville2015-12-02
| | * Error on unbalanced parentheses in rules section.Serguey Parkhomovsky2015-11-30
| | * Cleaned up BUILT_SOURCES list.Will Estes2015-11-29
| | * Sorted file names in flex_SOURCESWill Estes2015-11-29
| | * Replaced CHAR macro with unsigned char type.Mightyjo2015-11-29
| | * Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* | | [master]: Cleanup generated files based on changes to flex.skl.debian/2.6.0-11Manoj Srivastava2016-02-24
* | | Merge branch 'fix-yy-n-char-size-t'Manoj Srivastava2016-02-24
|\ \ \
| * | | Changed type of yy_n_chars to int; gh#53, sf#160.Will Estes2016-02-24
| |/ /
* | | Merge branch 'fix-buffer-allocation'Manoj Srivastava2016-02-24
|\ \ \
| * | | Fixed size of bufferallocation, resolved gh#54.Will Estes2016-02-24
| |/ /
* | | [master]: Fix undeclared variable tsz.debian/2.6.0-10Manoj Srivastava2016-02-24
* | | Merge branch 'fix-line-directives'Manoj Srivastava2016-02-24
|\ \ \
| * | | Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
| |/ /
* | | Merge branch 'fix-option-noline'Manoj Srivastava2016-02-24
|\ \ \
| * | | Allow '%option noline' in flex input file, resolves gh#56.Tobias Klauser2016-02-24
| |/ /
* | | Merge branch 'fix-c-plus-comment'Manoj Srivastava2016-02-13
|\ \ \
| * | | [fix-c-plus-comment]: Update generated files after "Commented in C style in s...Manoj Srivastava2016-02-13
| |/ /
| * | Commented in C style in skeleton; fixed sf#195Will Estes2016-02-05
* | | Commented in C style in skeleton; fixed sf#195Will Estes2016-02-05
* | | Revert "[fix-off-by-one-error]: generatred line numbers are off by one"Manoj Srivastava2016-01-25
* | | Merge branch 'upstream'Manoj Srivastava2016-01-22
|/ /