summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-1/+0
* lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett2011-05-181-12/+12
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-051-4/+4
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-291-0/+83
* lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett2011-03-311-10/+39
* lib/util/charset smb_panic() on incorrect use of strlen_m_extAndrew Bartlett2011-03-311-0/+18
* lib/util/charset Add wrapper to allow testing of strlen_m_ext()Andrew Bartlett2011-03-311-2/+14
* lib/util/charset correct calculation of UTF8 character sizesAndrew Bartlett2011-03-311-1/+1
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-16/+16
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-0/+416