summaryrefslogtreecommitdiff
path: root/include/apr_xlate.h
Commit message (Expand)AuthorAgeFilesLines
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-6/+6
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+163
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.wrowe2002-07-171-191/+0
* Seems I was cutting a pasting just a little over the speed limit.wrowe2002-06-081-1/+1
* Nice tags, makes things easier to read [wish I noticed earlier]wrowe2002-06-081-3/+1
* renames for apr_xlate_sb_get, which was far more complicated.wrowe2002-06-081-34/+6
* Update our copyright for this year.fielding2002-03-131-1/+1
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-16/+34
* Update copyright to 2001fielding2001-02-161-1/+1
* 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-2/+2
* fix typo in recent APR_DECLARE workgstein2001-01-181-2/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-9/+21
* Cleanup the rest of the docs.rbb2000-12-041-2/+2
* This is basically a small header re-org, it doesn't really change anything,rbb2000-12-011-27/+29
* Make the APR headers sane.gstein2000-11-261-2/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-23/+23
* prefix libapr functions and types with apr_dougm2000-08-021-11/+11
* Update apr_xlate.h to use ScanDocrbb2000-07-231-75/+55
* Add support to ap_xlate_open() for an app to specify that thetrawick2000-06-141-1/+5
* Add ap_xlate_get_sb() so that an app can find out whether or nottrawick2000-05-241-1/+18
* Add ap_xlate_conv_byte() to convert one char between single-byte charactertrawick2000-05-101-0/+19
* Add ap_xlate_open() et al for translation of text between differenttrawick2000-04-201-0/+171