build: fix bad syntax
[nivanova/samba-autobuild/.git] / lib / util / charset /
2010-12-14 Matthieu Patoubuild: fix bad syntax
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-09 Matthieu Patoubuild: finishing fixing broken libiconv on hpux
2010-12-08 Matthieu Patoubuild: Cope with broken libiconv
2010-11-03 Michael Adamlib/util/charset/charconv: clarify comments in next_cod...
2010-11-03 Michael Adamlib/util/charset/util_unistr: clarify the comment heade...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext_term...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext that...
2010-11-03 Michael Adamlib/charcnv/util_unistr: add next_codepoint_ext() that...
2010-11-03 Michael Adamlib/charset/charcnv: rename a parameter of next_codepoi...
2010-11-03 Michael Adamlib/charset/charcnv: add next_codepoint_convenience_ext...
2010-11-03 Michael Adamutil/charset: remove a duplicate comment.
2010-10-31 Matthieu Patoubuild: check that if we provide -liconv we can build...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-21 Matthias Dieter... s4:lib/util/charset/iconv.c - remove a distinction...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Volker Lendeckes3: Fix the charset_pull routine (bug 7531)
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-25 Jelmer VernooijMove UCS2 macros to common code
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: look for libiconv before checking libc
2010-04-06 Andrew Tridgells4-waf: remove the need for some of the lib aliases
2010-04-06 Andrew Tridgellbuild: updated configure checks or new syntax
2010-04-06 Andrew Tridgellbuild: check libc first for several libraries
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-06 Andrew Tridgellbuild: iconv checks
2010-03-30 Andrew Tridgellcharset: look for the codepages in the right place
2010-03-22 Matthias Dieter... convert_string_talloc_convenience - print out the input...
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/util
2009-12-18 Brendan PowersReturn NULL in strlower_talloc if src is NULL
2009-11-20 Matthias Dieter... charset/tests/iconv - Remove the "const" from "ptr_in...
2009-10-22 Andrew Tridgellutil: fixed place where we could look one byte past...
2009-09-07 Matthias Dieter... s4:tests/iconv - Fix a warning
2009-09-07 Inras4: Fix "Small memory leak after calling several times...
2009-08-24 Jeremy AllisonFix make test.
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer VernooijFix push_codepoint function without iconv_convenience.
2009-04-23 Jelmer VernooijAdd a new non-convenience version of push_codepoint.
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Jelmer VernooijFix prototype mismatch.
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Jelmer VernooijRevert accidental reintroduction of void ** bug.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-02 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-02 Jelmer VernooijImport ISO-8859-1, 646 from Samba 3 iconv.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijUse common header file for character set handling in...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijSync smb_iconv_t type, convert_string return type with...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2009-01-15 Günther Deschnerlib: add strlen_m_term_null from s3.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRemove convert_string_talloc_descriptor, add iconv_tall...
2008-10-31 Andrew Tridgellfinished adding UTF16_MUNGED charset
2008-10-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-31 Andrew Tridgelladded a new charset for string2key
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Jelmer VernooijRemove more global_loadparm instances, fix syntax errors.
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove dependency of charset code on loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijAvoid retrieving iconv convenience during loops.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-24 Jelmer VernooijSplit up codepoints code, use consistent _m suffix.
2008-10-23 Jelmer VernooijRename string_replace_w to string_replace_m, which...
2008-10-23 Jelmer VernooijRemove unnecessary include, improve function name.
2008-10-23 Jelmer VernooijMove charset library to top level.