summaryrefslogtreecommitdiff
path: root/source4/lib/util_unistr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell1-8/+8
2007-10-10r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell1-27/+8
2007-10-10r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell1-8/+4
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-169/+56
2007-10-10r2644: removed an unused functionAndrew Tridgell1-18/+0
2007-10-10r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell1-56/+0
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-3/+3
2007-10-10r2631: the strchr family of functions should not return const strings.Andrew Tridgell1-3/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-0/+7
2007-10-10r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposedAndrew Tridgell1-1/+1
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-2/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-8/+0
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-2/+2
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell1-37/+0
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-40/+0
2003-11-30 * removed a bunch of unused codeAndrew Tridgell1-379/+11
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-39/+0
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-4/+2
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+838