summaryrefslogtreecommitdiffstats
path: root/lib/util/charset
Commit message (Expand)AuthorAgeFilesLines
...
* charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell2011-03-251-5/+5
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-256-79/+79
* charcnv: added convert_string_error()Andrew Tridgell2011-03-251-33/+57
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-9/+0
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-244-44/+36
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-235-343/+427
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-2/+2
* lib/util/charset: ICONV_WRAPPER needs talloc.Günther Deschner2011-02-231-1/+1
* Fix missing dependency on libreplace.Jelmer Vernooij2011-02-211-1/+1
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-182-3/+24
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-185-320/+366
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-183-12/+90
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-0/+2
* charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell2011-02-181-5/+6
* lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett2011-02-181-2/+2
* lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett2011-02-181-3/+6
* lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett2011-02-181-1/+1
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-182-0/+19
* s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell2011-02-071-12/+4
* charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell2011-02-041-10/+0
* build: fix bad syntaxMatthieu Patou2010-12-141-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-112-2/+2
* build: finishing fixing broken libiconv on hpuxMatthieu Patou2010-12-101-0/+2
* build: Cope with broken libiconvMatthieu Patou2010-12-081-1/+5
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam2010-11-031-5/+6
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-032-0/+12
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-032-10/+51
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-0/+8
* lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam2010-11-031-5/+5
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-032-11/+37
* util/charset: remove a duplicate comment.Michael Adam2010-11-031-5/+0
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-0/+6
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-312-97/+0
* s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer2010-10-211-4/+1
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* Move UCS2 macros to common codeJelmer Vernooij2010-06-251-0/+23
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-062-0/+4
* s4-waf: look for libiconv before checking libcAndrew Tridgell2010-04-061-1/+6
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-061-1/+1
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-10/+2
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+11
* build: iconv checksAndrew Tridgell2010-04-061-0/+10
* charset: look for the codepages in the right placeAndrew Tridgell2010-03-301-2/+2