summaryrefslogtreecommitdiff
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* remove some gcc warningsgoEric S. Raymond2020-09-061-1/+1
* scanner: use calloc to allocate new filter memoryMichael W. Bombardieri2017-11-291-6/+4
* filter: faster is_blank_line implementationExplorer092017-07-151-1/+3
* filter: new internal function is_blank_line()Explorer092017-07-131-3/+6
* filter: memory leak free scanner postprocessing.viktor.shepel2017-07-031-12/+4
* filter: Output correct #line value for current file.Jeff Smith2017-05-141-1/+1
* FLEX_EXIT() is the preferred way to exit flexJeff Smith2017-05-021-3/+3
* filter: Don't emit #line if %option noline setTobias Klauser2017-01-121-1/+2
* Fix M4 quoting of section 3.Demi Obenour2016-10-051-1/+1
* use type size_t in filter_tee_header() to avoid warningsrlar2016-03-011-2/+2
* add (size_t) casts to malloc invocations to prevent warningsrlar2016-03-011-3/+3
* Improved pipe-stdin hack behavior; resolves sf#198.Michael van Elst2016-01-081-0/+2
* Removed flex_realloc().Michael McConville2015-12-091-6/+1
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-091-12/+10
* Remove unused variable from src/filter.c:filter_fix_linedirsMariusz PluciƄski2014-11-251-1/+0
* NetBSD downstream patches.Christos Zoulas2014-11-111-12/+8
* move flex program sources into src/ directoryWill Estes2014-02-161-0/+444