summaryrefslogtreecommitdiff
path: root/xlate
Commit message (Expand)AuthorAgeFilesLines
* correct trivial size_t > int flawwrowe2007-10-231-2/+2
* Fix test crash, anticipate some output buff and no input buffwrowe2007-10-181-1/+1
* Revision 57631 rearranged the error codes, returning apr_status_t instead ofdavi2007-07-221-3/+3
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * include/apr_xlate.h (apr_xlate_conv_buffer): Document thejorton2004-11-221-1/+1
* Remove .cvsignore files.jorton2004-11-181-4/+0
* hrm, seems like somebody already fixed this in APR HEAD. Now gotta findjwoolley2004-08-261-1/+1
* As per 0.9 branch:jorton2004-06-251-3/+4
* * xlate/xlate.c (check_sbcs): Reinstate function with fix to resetjorton2004-06-061-0/+85
* * xlate/xlate.c (check_sbcs): Remove function which made unsafejorton2004-03-301-73/+0
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-11/+0
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-161-7/+0
* Fixed a typo in the status-checking code when usin apr-iconv to translatebrane2003-01-121-1/+1
* Fix APU test bogositywrowe2003-01-101-2/+2
* Some problematic code since Mr. Stoddard recognized we weren't settingwrowe2003-01-101-8/+46
* There is no such beast as APU_HAS_APR_ICONVstoddard2003-01-081-3/+3
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Use apr_os_default_encoding and apr_os_locale_encoding insteadbrane2002-11-121-67/+6
* Kill a stray tab, get rid of trailing whitespace, do something aboutstriker2002-07-211-22/+31
* HAVE_ICONV is never defined, use the value of APU_HAVE_ICONV instead.striker2002-07-211-7/+7
* Undo the wrappers that were down right ugly and impotent... and add newwrowe2002-07-201-28/+82
* * apr-util/xlate/xlate.ckfogel2002-07-191-4/+4
* More fun with xlate...striker2002-07-191-8/+12
* A Fuggly patch to get things moving along. Define iconv_() as a wrapperwrowe2002-07-191-13/+20
* Missed one earlier, all became APU_DECLARE.wrowe2002-07-182-1/+2
* Fix some error handling for platforms with a broken iconv(). Ingstein2002-07-181-4/+19
* APU declares nowwrowe2002-07-171-12/+17
* Right header alreadywrowe2002-07-171-2/+1
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-173-0/+434