summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* remove some gcc warningsgoEric S. Raymond2020-09-061-1/+1
* 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
* Fix -Wdocumentation warningsAlexis La Goutte2014-11-211-1/+0
* NetBSD downstream patches.Christos Zoulas2014-11-111-24/+10
* Allow error reporting routines to accept varying number of arguments in moder...Mariusz Pluciński2014-07-251-11/+15
* Removed deprecated 'register' storage class specifier.Yuri2014-07-251-12/+12
* Change output formats from octal to hexadecimalMariusz Pluciński2014-06-261-2/+5
* move flex program sources into src/ directoryWill Estes2014-02-161-0/+1023