summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Clean out some small C dependencies.Eric S. Raymond2020-11-111-42/+40
* Booleanization.Eric S. Raymond2020-11-111-12/+12
* Typo fix.Eric S. Raymond2020-11-111-1/+1
* Fix two minor m4 errors found by Daniel Brooks.Eric S. Raymond2020-11-111-2/+2
* Eliminate almost all forward declarations from C99.Eric S. Raymond2020-11-111-812/+700
* Add a test for trailing conyext rules. Fix the bug it turned up.Eric S. Raymond2020-11-112-5/+7
* Add a trailing guard to the magic-rewrite recignizer.Eric S. Raymond2020-11-101-2/+2
* Successful elimination of preprocessor dependencies fromm C99 skeleton.Eric S. Raymond2020-11-102-24/+43
* Change two member names to make rewite rules easier.Eric S. Raymond2020-11-091-11/+11
* Explain why 3 API functions don't have magic rewrite rules.Eric S. Raymond2020-11-091-48/+48
* yy_flex_debug -> yyflexdebug.Eric S. Raymond2020-11-083-18/+22
* Make the rewrite flag visible.Eric S. Raymond2020-11-081-0/+5
* Fully m4ize yymore()Eric S. Raymond2020-11-082-25/+23
* Add a test for yymore, and fix a bug it turned up.Eric S. Raymond2020-11-072-2/+2
* m4ize yyreject() handling.Eric S. Raymond2020-11-063-28/+23
* Fix errors that were masking problems with yyreject().Eric S. Raymond2020-11-041-1/+2
* Revert "Successful m4ization of yyreject()."Eric S. Raymond2020-11-042-25/+24
* YY_AT_BOL() -> yyatbol(), yy_set_bol() -> yysetbol(), and make them magic.Eric S. Raymond2020-11-033-32/+44
* Implement and document the rewrite/norewrite option.Eric S. Raymond2020-11-034-3/+10
* Pull two random flags into the ctrl structure.Eric S. Raymond2020-11-023-15/+15
* Successful m4ization of yyreject().Eric S. Raymond2020-11-022-24/+25
* yyless is successfully m4ized.Eric S. Raymond2020-11-021-15/+15
* Modify the reject.rules ruleset so it actually tests yyreject().Eric S. Raymond2020-10-312-14/+23
* m4ize handling of yyterminate, and translate another stray #define.Eric S. Raymond2020-10-316-19/+26
* More small steps towards taking cpp out of the required pipeline.Eric S. Raymond2020-10-303-50/+35
* Convert yyreject() from a cpp macro to an m4 macro.Eric S. Raymond2020-10-302-22/+16
* Add %option bufsize, required for testing under non-C targets...Eric S. Raymond2020-10-297-7/+27
* Abolish a platform microtweak after consulting with Will Estes.Eric S. Raymond2020-10-292-30/+22
* More de-preprocessorization.Eric S. Raymond2020-10-291-25/+17
* In C99, make --nounistd a no-op. Explain this in the manual.Eric S. Raymond2020-10-291-11/+1
* In C99, assume <stdint.h> is available to simplify the code.Eric S. Raymond2020-10-281-7/+6
* Convert handling of USER_ACTION, YY_END_OF_BUFFER_CHAR, YY_STATE_BUF_SIZE...Eric S. Raymond2020-10-281-10/+3
* In C99, de-cpp-izee processing of USER_INIT and RULE_SETUP.Eric S. Raymond2020-10-281-15/+14
* In C99, process yylex declaration stting directly through m4...Eric S. Raymond2020-10-282-8/+15
* In C99, remove more preprocessor dependencies.Eric S. Raymond2020-10-281-1/+1
* Remove cpp from the way the extra type is handled, use pure m4 instead.Eric S. Raymond2020-10-283-23/+22
* Finally ever the dependency on the YY_FATAL_ERROR macro.Eric S. Raymond2020-10-284-11/+14
* Eliminate YY_BREAK macro, replaced with an m4 hook.Eric S. Raymond2020-10-284-20/+7
* A step towards getting rid of YY_FATAL_ERROR...Eric S. Raymond2020-10-285-33/+33
* Remove for cpp dependencies.Eric S. Raymond2020-10-281-54/+10
* In C99, abolish indirection through a void pointer...Eric S. Raymond2020-10-281-362/+311
* Remove cpp dependencies.Eric S. Raymond2020-10-281-2/+2
* Sever a number of dependencies on cpp by adding rewrite rules...Eric S. Raymond2020-10-286-189/+237
* Clean C preprocessor assumptions out of C99.Eric S. Raymond2020-10-281-44/+48
* Outside cpp #define doesn't work, so deprecate YY_FLEX_SUBMINOR_VERSION.Eric S. Raymond2020-10-281-5/+4
* Remove an ugly little knor in the C99 yyunput code...Eric S. Raymond2020-10-261-6/+5
* Fix C emission lurking previously undiscovered in nfa.c.Eric S. Raymond2020-10-263-16/+30
* In C99, factor a nasty hunk of macrology into a function.Eric S. Raymond2020-10-261-28/+29
* In C99, use bools where it is semantically reasonable.Eric S. Raymond2020-10-261-31/+29
* In C99, group macros for use in user actions...Eric S. Raymond2020-10-261-183/+185