r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This saves...
[bbaumbach/samba-autobuild/.git] / source4 / lib / charcnv.c
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5297: ensure pstring is not in the generated prototypes
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4124: include locale.h to get LC_ALL in include/system...
2007-10-10 Andrew Tridgellr4123: set locale to C to ensure ascii string functions...
2007-10-10 Andrew Tridgellr3598: hopefully fix the build on stratos
2007-10-10 Andrew Tridgellr3063: our default dos charset is CP850, but some syste...
2007-10-10 Andrew Tridgellr3061: change a debug to help track down a charset...
2007-10-10 Andrew Tridgellr2907: auto destroy iconv memory handles on exit, to...
2007-10-10 Andrew Tridgellr2903: a considerably more efficient (both in terms...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Jelmer Vernooijr2684: Free the right talloc context (don't panic when...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2642: smb_iconv_t is a pointer, so checks against...
2007-10-10 Andrew Tridgellr2638: do lazy initialisation of iconv handles, so...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Tridgellr2380: nicer error reporting in convert_string()
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Andrew Tridgellr2106: try to cope with a wider range of UTF-16 charact...
2007-10-10 Andrew Bartlettr1196: Remove unused pstring/fstring functions.
2007-10-10 Andrew Tridgellr934: on ascii strings STR_TERMINATE_ASCII should trigg...
2007-10-10 Andrew Bartlettr831: These functions duplicate the push/pull charcnv...
2003-12-16 Andrew Tridgelladded support for big-endian ucs2 strings (as used...
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Andrew Tridgellfixed some places where we don't brace (flags & STR_UNI...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code