Improve doxygen comment. Improve layout, fix typo, generate relevant doc even if build on non-EBCDIC system + add note that these functions are mostly noop on non-EBCDIC system.
update license header text
Update the copyright year in all .c, .h and .xml files
Doxygen fixup / cleanup submited by: Neale Ranns neale ranns.org reviewed by: Ian Holsman
Update copyright year to 2005 and standardize on current copyright owner line.
fix name of The Apache Software Foundation
apply Apache License, Version 2.0
update license to 2004.
fix extern "C" declaration PR: 22203 Submitted by: Arno Bakker <arno@cs.vu.nl>
finished that boring job: update license to 2003. Happy New Year! ;-))
Update our copyright for this year.
insure that canned error msgs are translated to ascii before leaving an ebcdic server in worst case scenarios.
Update copyright to 2001
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Force all Apache functions to be linked into the executable, whether they are used or not. This uses the same mechanism that is used for APR and APR-util. This may not be the correct solution, but it works, and that is what I really care about. This also renames CHARSET_EBCDIC to AP_CHARSET_EBCDIC. This is for namespace correctness, but it also makes the exports script a bit easier.
Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of the EBCDIC support. They are noops on ASCII machines, so this type of translation doesn't have to be surrounded by #ifdef CHARSET_EBCDIC.
Get rid of much of the old implementation of translating the charset of response bodies. ap_checkconv() is removed, except for in os/bs2000 and os/tpf. (Anything there is questionable for 2.0 anyway.)
Document util_ebcdic.h with ScanDoc
prefix libapr functions and types with apr_
include translation information in the request_rec; finish converting ap_bsetflag(B_ASCII2EBCDIC or B_EBCDIC2ASCII) to ap_bsetopt(BO_WXLATE or BO_RXLATE)
util_ebcdic.h, util_ebcdic.c, http_core.c: tweak ap_checkconv() for 2.0 buff.c: fix typo in comment util_md5.h: change CHARSET_EBCDIC to APACHE_XLATE util_script.c: APR-ize some character set conversion (EBCDIC only)
namespace-protect hdrs_to_ascii, hdrs_from_ascii, locale_to_ascii, and locale_from_ascii by adding ap_ prefix Submitted by: Greg Stein
generic EBCDIC support code, changes to rfc1413.c to use APR translation in its EBCDIC support