summaryrefslogtreecommitdiff
path: root/source4/lib/charset
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22743: set the talloc name to the string...Stefan Metzmacher1-0/+4
2007-10-10r21694: Some more testing updates.Jelmer Vernooij1-1/+38
2007-10-10r21691: Add testsuite for lib/charsetJelmer Vernooij2-6/+237
2007-10-10r20697: A couple of minot cross-compile fixes.James Peach1-1/+4
2007-10-10r20649: fixed strlower_talloc() and strupper_talloc() to end with right size,Andrew Tridgell1-0/+6
2007-10-10r19679: Fix shared library build as well.Jelmer Vernooij1-1/+1
2007-10-10r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij1-0/+1
2007-10-10r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe...Jelmer Vernooij2-2/+4
2007-10-10r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell1-5/+8
2007-10-10r18376: added iconv:native=false option to turn off native iconv. Needed underAndrew Tridgell1-0/+3
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-1/+1
2007-10-10r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell1-1/+1
2007-10-10r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell1-0/+10
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17716: make casts explicit and remove compiler warningsStefan Metzmacher1-8/+8
2007-10-10r17715: make the cast explicit and remove compiler warningsStefan Metzmacher1-4/+4
2007-10-10r16571: - make push/pull_ascii()/_ucs() functions static,Stefan Metzmacher1-6/+19
2007-10-10r16143: Fix disappearance of user-specified CPPFLAGS,LDFLAGS and LIBS variables.Jelmer Vernooij1-3/+6
2007-10-10r15871: Fix systems with native iconvJelmer Vernooij1-2/+2
2007-10-10r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij1-18/+6
2007-10-10r15869: Fix loop var to search paths for iconvJim McDonough1-1/+1
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15568: Simplify detection of iconv libraries a fair bit and fix it toJelmer Vernooij1-45/+69
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij1-1/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-0/+19
2007-10-10r15295: Fix some dependenciesJelmer Vernooij4-12/+632
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
2007-10-10r14511: Install more headersJelmer Vernooij1-0/+2
2007-10-10r14488: Install more headers.Jelmer Vernooij2-1/+7
2007-10-10r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-16/+16
2007-10-10r13186: Remove assumption that callers that specify -1 actually mean sizeof(p...Jelmer Vernooij1-15/+0
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2-0/+70
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-2/+2
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-66/+0
2007-10-10r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher1-0/+1
2007-10-10r11037:Stefan Metzmacher1-1/+0
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij1-47/+22
2007-10-10r10456: More SCons fixes:Jelmer Vernooij1-8/+84
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-2/+2
2007-10-10r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij1-2/+12
2007-10-10r10328: Add more emacs python-mode markers.Tim Potter1-0/+2
2007-10-10r10323: Add first bits required for getting compile with scons working. This ...Jelmer Vernooij1-0/+3
2007-10-10r9078: - move charset stuff to lib/charsetStefan Metzmacher4-0/+1491