summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Narrow the interface between Flex and the skeleton file...Eric S. Raymond2020-10-251-5/+0
* Push some C-specific assumptions out of filter.c to the skel file.Eric S. Raymond2020-10-151-67/+0
* Refactor filter.c to use line_directive_out().Eric S. Raymond2020-10-151-6/+5
* Remove unused code.Eric S. Raymond2020-10-141-16/+2
* Remove interpretation of %-markup.Eric S. Raymond2020-10-141-104/+0
* Remove unused code.Eric S. Raymond2020-10-081-20/+0
* Eliminate the c_like backend member.Eric S. Raymond2020-10-081-0/+17
* Finish up macro abstraction.Eric S. Raymond2020-10-071-1/+1
* Inline all yydmap entries, get rid of %tables-yydmap.Eric S. Raymond2020-10-071-5/+0
* Tweak the indent style of tables with macroexpanded bodies...Eric S. Raymond2020-10-061-8/+9
* Replace the comment method with a hook macro.Eric S. Raymond2020-10-051-7/+25
* Enliminate several backend methods by shipping hook macros instead.Eric S. Raymond2020-10-051-2/+3
* Begin replacing method table entries with hook macrosEric S. Raymond2020-10-031-9/+10
* Clean up various sporadic symbol definitions that weren't going through ctrl.Eric S. Raymond2020-10-021-23/+0
* Impose some namespace control on the global variables.Eric S. Raymond2020-10-011-15/+15
* Eliminate all uses of buf_strdefine().Eric S. Raymond2020-10-011-2/+4
* Transplant where the mode controls are shipped to earlier.Eric S. Raymond2020-09-291-0/+2
* Eliminate ugly %define-yytables magic in skelout().Eric S. Raymond2020-09-291-60/+62
* Chase down some methodization details missed earlier.Eric S. Raymond2020-09-241-1/+1
* Banish gcc warnings so errors won't get lost in the clutter.Eric S. Raymond2020-09-221-1/+1
* Clean up a couple of methodization loose ends.Eric S. Raymond2020-09-221-1/+1
* Two member name changes in the method table.Eric S. Raymond2020-09-201-5/+6
* Generated skel data is now stuffed in an array in the C/C++ back end.Eric S. Raymond2020-09-201-2/+2
* Pull the format for error-tracking lines into the method table.Eric S. Raymond2020-09-201-3/+2
* scanner: no YYTABLES_NAME macro unless requestedjannick02018-05-221-2/+3
* scanner: prevent overflow in add_action()Explorer092017-12-061-3/+2
* {re,}allocate_array code cleanupExplorer092017-09-021-24/+21
* scanner: Ignore comment lines in skeleton files.jannick02017-07-151-1/+4
* scanner: Use reallocarr() when available.Thomas Klausner2017-05-191-2/+14
* build: Delete comments from skeleton file.Demi Obenour2017-05-031-3/+0
* Fix myesc() 'sptr' conditionalsExplorer092017-05-021-9/+5
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-021-25/+2
* build: detect overflow for [re]allocate_array.Explorer092017-01-241-6/+16
* scanner: Use array instead of pointerChristos Zoulas2017-01-231-1/+1
* scanner: Include stdarg.h for va_listChristos Zoulas2017-01-231-1/+0
* Fix M4 quoting of section 3.Demi Obenour2016-10-051-3/+4
* Delete action_m4_define from misc.cDemetri Obenour2016-05-231-24/+0
* cast to get rid of warningsrlar2016-03-081-3/+3
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-081-6/+6
* add (size_t) casts to malloc invocations to prevent warningsrlar2016-03-011-3/+3
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-291-1/+1
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-161-2/+1
* Cleaned up __STDC__ #ifdefs.Michael Reed2015-12-271-13/+0
* Replace zero_out() with stdlib's memset.Michael McConville2015-12-091-16/+0
* Removed flex_realloc().Michael McConville2015-12-091-2/+3
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-091-3/+6
* Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-051-20/+0
* Made string copying more standard.Michael McConville2015-12-021-20/+6
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-291-14/+14
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-191-80/+39