summaryrefslogtreecommitdiffstats
path: root/ascii.c
AgeCommit message (Expand)Author
2018-12-31Remove trailing whitespace.Kevin McCarthy
2012-12-01make ascii_strcasecmp properly handle unequal length strings with the same pr...Michael Elkins
2011-12-03Inline some small, often-used functions (closes #3551)Dan Fandrich
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2002-02-05The previous fix was complete nonsense. What a day. :-(Thomas Roessler
2002-02-05Fix ascii_*cmp functions. Problem noted by Brad Thompson.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler