Given the mapping you list below, are you considering a tighter formalization of the namespaces *within* APR? For example, all file functions would be apr_file_* ?
I'm -0 on that, but some targeted renames (like the one below) would be a Good Thing. Cheers, -g On Thu, Nov 30, 2000 at 04:03:50PM -0800, [EMAIL PROTECTED] wrote: > > The purpose behind this, is to allow people to specify a list of symbols > that they would like re-named before we release an APR beta. I feel very > strongly that once we release a library, we can't just change symbol names > at will. We want to keep the symbols as static as possible, to allow as > many programs as possible to be able to update to the latest APR. > > Feel free to add any symbol names you want to this list. I will probably > go through this list once a week and change any names that are still > there. Please, vote and remove symbol names as you like. > > Ryan > > > On 30 Nov 2000 [EMAIL PROTECTED] wrote: > > > rbb 00/11/30 15:41:03 > > > > Modified: . STATUS > > Log: > > begin a list of symbols to rename. > > > > Revision Changes Path > > 1.2 +3 -1 apr/STATUS > > > > Index: STATUS > > =================================================================== > > RCS file: /home/cvs/apr/STATUS,v > > retrieving revision 1.1 > > retrieving revision 1.2 > > diff -u -r1.1 -r1.2 > > --- STATUS 2000/11/20 22:59:32 1.1 > > +++ STATUS 2000/11/30 23:41:03 1.2 > > @@ -1,5 +1,5 @@ > > Apache 2.0 STATUS: > > -Last modified at [$Date: 2000/11/20 22:59:32 $] > > +Last modified at [$Date: 2000/11/30 23:41:03 $] > > > > Release: > > > > @@ -14,6 +14,8 @@ > > > > RELEASE SHOWSTOPPERS: > > > > + * Rename Symbols: > > + apr_opendir --> apr_dir_open > > > > RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: > > > > > > > > > > > > > > > _______________________________________________________________________________ > Ryan Bloom [EMAIL PROTECTED] > 406 29th St. > San Francisco, CA 94131 > ------------------------------------------------------------------------------- -- Greg Stein, http://www.lyra.org/
