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