summaryrefslogtreecommitdiff
path: root/src/buf.c
Commit message (Expand)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2018-02-08
|\
| * Cast argument to avoid arithmetic on void *.Christos Zoulas2017-01-23
| * scanner: Disallow, overquote '[' and ']' in prefixDemi Obenour2016-12-29
| * casts in buf_append() to get rid of warningsrlar2016-03-08
| * cast and fix usage of log10(), ceil to prevent buffer overflowrlar2016-03-08
* | Merge branch 'upstream'Manoj Srivastava2016-07-31
|\|
| * 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
* | 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
* | Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
|/
* 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