BIG patch...
[vlendec/samba-autobuild/.git] / source3 / lib / iconv.c
2003-01-02 Andrew BartlettBIG patch...
2002-11-13 Jelmer VernooijMove 'weird' character set into new 'developer' module
2002-11-12 Jelmer VernooijDon't throw out WEIRD - yet (I committed my local chang...
2002-11-12 Jelmer VernooijFix segfault with high debug levels
2002-11-12 Jelmer VernooijAdd smb_register_charset() and use it
2002-01-30 Tim PotterRemoved version number from file header.
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!