aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/str_util.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-17Revise ascii...inplace to return a ptr to the string Bill Meier1-2/+4
svn path=/trunk/; revision=27253
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-0/+60
do *not* modify the string handed to them - they g_mallocate a new string and return it. Create routines that *do* ASCII-only case mapping in place, and use them instead. Clean up indentation. svn path=/trunk/; revision=26131