You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/01 00:41:04 UTC

cvs commit: apr STATUS

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:
   
  
  
  

Re: cvs commit: apr STATUS

Posted by rb...@covalent.net.
On Thu, 30 Nov 2000, Greg Stein wrote:

> 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.

Right now, I want to clean up the stupid functions like the one listed
below.  If other people want a tight formalization of function names, we
can talk about that.  I just really want to clean up the things that don't
make any sense.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apr STATUS

Posted by Greg Stein <gs...@lyra.org>.
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, rbb@covalent.net 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 rbb@locus.apache.org 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                        	rbb@apache.org
> 406 29th St.
> San Francisco, CA 94131
> -------------------------------------------------------------------------------

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: apr STATUS

Posted by rb...@covalent.net.
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 rbb@locus.apache.org 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                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apr STATUS

Posted by rb...@covalent.net.
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 rbb@locus.apache.org 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                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------