summaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Collapse)AuthorAge
* scanner: add optionn to specify backup filename.EricSharkey2017-07-03
| | | | | | In a directory containing multiple scanners, we want to allow specifying the name of the backup file else the backup files will be overwritten.
* scanner: finish support for noyy{get,set}_column.Will Estes2017-05-13
| | | | Unattributed patch carried over from sourceforge bug tracker.
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
| | | | | | | | | | This fixes M4 quoting of section 3 of the input file, including escape sequences and character constants. Tests were added to verify the behavior in section 3 with respect to quoting. Both escaping of quotes and quoting of potential macro-start characters are tested. Existing tests were also fixed to account for the new -- and now correct -- behavior. Many tests relied on the old behavior of expanding M4 macros in section 3. They needed to be updated for the new behavior.
* no longer generate K&R C scannersDemi Obenour2016-09-25
|
* Change output formats from octal to hexadecimalMariusz PluciƄski2014-06-26
|
* move flex program sources into src/ directoryWill Estes2014-02-16
The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.