summaryrefslogtreecommitdiff
path: root/i18n
Commit message (Expand)AuthorAgeFilesLines
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-3/+8
* Fix hand-patched typos (sorry guys)wrowe2001-02-251-5/+5
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-5/+5
* Update copyright to 2001fielding2001-02-162-2/+2
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* Handle the second parameter to iconv() differently, respecting thattrawick2001-02-081-3/+9
* Revert last change and solve warning by explicit cast. The need wouldfielding2001-01-281-2/+2
* Remove compiler warnings due to lack of string.h and bad const onfielding2001-01-281-3/+6
* Libtool-ize APR.gstein2001-01-092-23/+8
* Fix changed include paths.ben2000-12-311-1/+1
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on Solarisrbb2000-12-211-0/+3
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* include stddef.h for NULLtrawick2000-11-301-0/+3
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-24/+2
* Move all of the i18n private header files to an arch directory underrbb2000-11-093-91/+6
* ensure that all cpp directives start with a # in column onefanf2000-10-251-3/+3
* Clearing more things off my plate. Here is the -internal- utf8/ucs2wrowe2000-10-172-0/+369
* Remove some casts in calls to iconv().trawick2000-08-201-4/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-12/+12
* prefix libapr functions and types with apr_dougm2000-08-021-24/+24
* Update dependenciessascha2000-07-231-1/+1
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* Update dependancies in APRrbb2000-07-071-4/+5
* Add support to ap_xlate_open() for an app to specify that thetrawick2000-06-141-9/+38
* ap_bwrite_xlate() now handles the case where it was passed a partialtrawick2000-06-131-2/+23
* Update dependencies.ben2000-06-111-3/+3
* ap_xlate_conv_buffer(): don't treat it as an error iftrawick2000-06-021-1/+5
* Add ap_xlate_get_sb() so that an app can find out whether or nottrawick2000-05-241-0/+6
* bug fix: ap_xlate_open() neglected to clear field sbcs_tabletrawick2000-05-231-1/+1
* Add ap_xlate_conv_byte() to convert one char between single-byte charactertrawick2000-05-101-0/+10
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-2/+2
* ignore Makefilesrbb2000-04-211-0/+1
* Add ap_xlate_open() et al for translation of text between differenttrawick2000-04-202-0/+327