summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAge
* scanner: prevent overflow in add_action()Explorer092017-12-06
* {re,}allocate_array code cleanupExplorer092017-09-02
* scanner: Ignore comment lines in skeleton files.jannick02017-07-15
* scanner: Use reallocarr() when available.Thomas Klausner2017-05-19
* build: Delete comments from skeleton file.Demi Obenour2017-05-03
* Fix myesc() 'sptr' conditionalsExplorer092017-05-02
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-02
* build: detect overflow for [re]allocate_array.Explorer092017-01-24
* scanner: Use array instead of pointerChristos Zoulas2017-01-23
* scanner: Include stdarg.h for va_listChristos Zoulas2017-01-23
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
* Delete action_m4_define from misc.cDemetri Obenour2016-05-23
* cast to get rid of warningsrlar2016-03-08
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-08
* add (size_t) casts to malloc invocations to prevent warningsrlar2016-03-01
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-29
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-16
* Cleaned up __STDC__ #ifdefs.Michael Reed2015-12-27
* Replace zero_out() with stdlib's memset.Michael McConville2015-12-09
* Removed flex_realloc().Michael McConville2015-12-09
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
* Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-05
* Made string copying more standard.Michael McConville2015-12-02
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-29
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* Fix -Wdocumentation warningsAlexis La Goutte2014-11-21
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Allow error reporting routines to accept varying number of arguments in moder...Mariusz Pluciński2014-07-25
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* Change output formats from octal to hexadecimalMariusz Pluciński2014-06-26
* move flex program sources into src/ directoryWill Estes2014-02-16