summaryrefslogtreecommitdiff
path: root/src/tables.c
Commit message (Expand)AuthorAge
* improve readabilityrlar2016-03-12
* tables.c, sprinkle casts to get rid of warningsrlar2016-03-08
* yytbl_data_compress(), change type of local newsz to get rid of warningsrlar2016-03-08
* change type of struct yytbl_writer.total_written to get rid of warningsrlar2016-03-08
* change argument type of yytbl_writen() to get rid of warningsrlar2016-03-08
* yytbl_write8/16/32(), change type of local variables to get rid of warningsrlar2016-03-08
* add (size_t) casts to malloc invocations to prevent warningsrlar2016-03-01
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-29
* Removed NULL-checks before free()Michael McConville2015-12-09
* Made string copying more standard.Michael McConville2015-12-02
* Fix -Wdocumentation warningsAlexis La Goutte2014-11-21
* move flex program sources into src/ directoryWill Estes2014-02-16