summaryrefslogtreecommitdiff
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* Add and document machinery to choose a back end by name.Eric S. Raymond2020-10-161-7/+5
* Push some C-specific assumptions out of filter.c to the skel file.Eric S. Raymond2020-10-151-15/+9
* Make the format for detecting trace lines a backend property.Eric S. Raymond2020-10-151-4/+5
* Refactor filter.c to use line_directive_out().Eric S. Raymond2020-10-151-1/+1
* Factor C/C++ assumptions out of filter.c.Eric S. Raymond2020-10-151-19/+21
* Methodize a suffix computation and move headerfile into ctrl.Eric S. Raymond2020-10-021-2/+2
* Impose some namespace control on the global variables.Eric S. Raymond2020-10-011-12/+12
* Banish gcc warnings so errors won't get lost in the clutter.Eric S. Raymond2020-09-221-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