summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAge
* 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