Add two more memory-debug smbcontrol messages: these ones should
[ira/wip.git] / source3 / lib / iconv.c
2001-12-20 Andrew Tridgellmuch better auto-init of valid_table[]. This should...
2001-10-23 Herb Lewisget rid of compiler warnings (casts and delete unused...
2001-09-29 Andrew BartlettAdd a few const statements to various odd bits of the...
2001-09-25 Andrew Tridgellallow all ucs2 chars in utf8, rather than mapping some...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-07 Andrew Tridgelladded "display charset" option in smb.conf, along with...
2001-07-22 Andrew Tridgellchanged the iconv interface to go via ucs2 for all...
2001-07-22 Andrew Tridgellswitch from UCS2 to UCS-2LE
2001-07-06 Andrew Tridgellfixed a silly bug in the internal UTF8 implementation
2001-07-06 Andrew Tridgelladded some comments and removed an unnecessary check
2001-07-05 Andrew Tridgelloptimised the 7 bit case for utf8 conversion
2001-07-05 Andrew Tridgellmake sure we reset the shift state on error for charset...
2001-07-04 Andrew Tridgelladded builtin support for UTF8
2001-07-04 Andrew Tridgellmore portability fixes
2001-07-04 Andrew Tridgellportability fixes
2001-07-04 Andrew Tridgellgot rid of __FUNCTION__ debug
2001-07-04 Andrew TridgellThe big character set handling changeover!