summaryrefslogtreecommitdiff
path: root/src/buf.c
Commit message (Expand)AuthorAge
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-29
* Fixed size of bufferallocation, resolved gh#54.Will Estes2016-02-24
* Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
* buf.c: use snprintfSerguey Parkhomovsky2015-12-21
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
* Use NULL rather than (type *) 0.Michael McConville2015-12-05
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Fix warning on assigning from `const char*` to `char*`Mariusz PluciƄski2014-07-25
* move flex program sources into src/ directoryWill Estes2014-02-16