On Sun, Feb 18, 2001 at 01:44:00PM -0800, [EMAIL PROTECTED] wrote: > On Sun, 18 Feb 2001, Greg Stein wrote: > > > Doug, > > > > In your big rename, you forgot to add the old->new name conversions to the > > ap*_compat.h files. (apu_compat and apr_compat) > > the 1.3.x ap_* compat macros were updated to reflect the changes, e.g. > #define ap_make_array apr_make_array > became > #define ap_make_array apr_array_make
Ah. Cool. > are you looking for 2.0-only apr_old_name -> apr_new_name ? > api is subject to change before beta, i don't see any reason to provide > these. or are you talking about something else? Yes, I was thinking the 2.0 names. Personally, I don't care about them at all. I'd just as soon not worry about compat names for them, but was under the impression that other people wanted API consistency with our previous 2.0 alpha releases. > btw, i missed one apr_clear_pool -> apr_pool_clear, ok to make that > change? Of course :-) Cheers, -g -- Greg Stein, http://www.lyra.org/