> wrowe       01/02/24 16:51:32
> 
>   Modified:    include  http_config.h
>                modules/aaa mod_auth.c mod_auth_digest.c
>                modules/http mod_mime.c
>                modules/mappers mod_imap.c
>                server   util.c config.c
>   Log:
>     Clean up namespace badness with s/configfile_t/ap_configfile_t/

This patch does something far more radical, which I believed was already
committed (a stale util.c seems to have prevented that update, and now the
update is in this patch.)  Sorry.

I ment to depreciate ap_cfg_getc in a seperate patch.  It was unused within
the Apache core, and is near impossible to make sense of in the context of
any multibyte character encoding (jis, utc-8 etc.)

I'm thoroughly tangled by this code, but I think I'm untangling it finally.
I've reverted that other patch (depreciate ap_cfg_getc) and I'm probably
for hiding more details within the internals of ap_cfg_* than actually
removing this function - which I'm now realizing 3rd party authors may rely
on ... and my unicode -> utc-8 transform will be just as usable, as long as
I start a lookahead so they can have it a byte at a time.



Reply via email to