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