summaryrefslogtreecommitdiff
path: root/to.do
Commit message (Collapse)AuthorAge
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-08
|
* unification, rename some morerlar2016-02-28
| | | | | rename these too for improved similiarity: OPTION_OP OPT_HEADER OPT_EXTRA_TYPE OPT_TABLES
* fix name clash, OPT_OUTFILE from parse.y and from options.hrlar2016-02-28
| | | | | | these collide: OPT_OUTFILE OPT_PREFIX OPT_YYCLASS rename them TOK_... in the parser
* Removed more instances of PROTO, ansifying.Michael McConville2015-12-14
|
* Removed macros for indentation level.Michael McConville2015-12-13
| | | | | | | Just increment or decrement the indentation counter. That's less to remember and makes the code more readable. w# Please enter the commit message for your changes. Lines starting
* Replace zero_out() with stdlib's memset.Michael McConville2015-12-09
|
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
| | | | | | | As with flex_alloc(), replace with direct calls to free(). The function buf_destroy is now null safe and the logic was corrected to free() correctly.
* Removed flex_realloc().Michael McConville2015-12-09
| | | | | As with flex_alloc(), replace calls to flex_realloc(), which was just a wrapper around realloc().
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
| | | | | | | | | | | The function flex_alloc() was just a wrapper around malloc(). Since this only added unclarity, and the flex_alloc() function is likely a legacy of olden times, remove it in favor of calls to malloc() directly. Style elements cleaned up: * superfluous spacing around parentheses * non-constant initialization in variable declarations * needless casts * almost all uses of assignments as subexpressions
* Remove allocation castsMichael McConville2015-12-07
|
* Use NULL rather than (type *) 0.Michael McConville2015-12-05
|
* Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-05
| | | | | | Like copy_string(), copy_unsigned_string() is just a clone of the stlib's strdup(). We only use it twice. I'm pretty confident that char signedness is irrelevant in this case.
* Made string copying more standard.Michael McConville2015-12-02
| | | | | copy_string() was a clone of the stdlib's strdup(). For safety, simplicity, and speed, we should use that instead. We introduce xstrdup() which wraps strdup() in a failure upon memory allocation errors.
* Assessment of every item in Wish-List.John Millaway2003-03-20
|
* more mailWill Estes2001-08-16
|
* more mail came inWill Estes2001-07-24
|
* streams.mail has moved hereWill Estes2001-07-23
|
* add vern's ok for copyright/license changes and john's answer on line offsetsWill Estes2001-06-17
|
* add bill fenlason's emailsWill Estes2001-06-15
|
* more flex messages in the queueWill Estes2001-05-21
|
* more mail in flex.rmailWill Estes2001-05-04
|
* adding the rest of vern's filesWill Estes2001-05-01