You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2002/03/15 16:51:24 UTC

cvs commit: apr STATUS

trawick     02/03/15 07:51:24

  Modified:    .        STATUS
  Log:
  add a new suggestion -- letting apr_stat() et al fail
  requests for info on non-dirs when the name has trailing '/'
  
  tweak some existing entries
  
  Revision  Changes    Path
  1.104     +15 -3     apr/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apr/STATUS,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- STATUS	18 Feb 2002 06:25:59 -0000	1.103
  +++ STATUS	15 Mar 2002 15:51:23 -0000	1.104
  @@ -1,5 +1,5 @@
   APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:			-*-text-*-
  -Last modified at [$Date: 2002/02/18 06:25:59 $]
  +Last modified at [$Date: 2002/03/15 15:51:23 $]
   
   Release:
   
  @@ -18,6 +18,8 @@
       * Must namespace protect all include/apr_foo.h headers.  Jon Travis
         has especially observed these including apr and Apache-1.3.
           Message-ID: <20...@covalent.net>
  +      (Those problems have been fixed, but it is a good example of
  +      what to look for.)
   
       * complete the efforts started by DougM for cleaner fn naming
         conventions: see proposed name changes in renames_pending
  @@ -51,7 +53,7 @@
           +1: BrianH, Aaron
   
       * Need some architecture/OS specific versions of the atomic operations.
  -	progress: generic, solaris Sparc, FreeBSD4, and linux done
  +	progress: generic, solaris Sparc, FreeBSD5, and linux done
   	need: AIX, AS400, HPUX, OS/390
   
       * The new lock API is a full replacement for the old API, but is
  @@ -120,7 +122,7 @@
       * Deal with largefiles properly on those platforms that support it.
   
         Justin says: Linux refuses to have sendfile support and largefiles
  -                   at the sametime.  Largefile autoconf patch:
  +                   at the same time.  Largefile autoconf patch:
                      http://www.apache.org/~jerenkrantz/apr_largefile.m4
   
       * Get OTHER_CHILD support into Win32
  @@ -138,6 +140,8 @@
         change the initial permissions to 0666.  Needed code:  See
         1.3's http_main.c, SysV sem flavor of accept_mutex_init().
         Status: Jim will look into this
  +      Update: Apache deals with this itself, though it might be nice
  +              if APR could do something.
   
       * Build scripts do not recognise AIX 4.2.1 pthreads
         Justin says: "Is this still true?"
  @@ -291,6 +295,14 @@
   
       * implement APR_PROGRAM_ENV and APR_PROGRAM_PATH on BeOS, OS/2,
         Netware, and Win32.
  +
  +    * stat() on a few platforms (notably Solaris and AIX) succeeds for
  +      a non-directory even if a trailing '/' was specified in the
  +      name.  APR should perhaps simulate the normal -1/ENOTDIR
  +      behavior in APR routines which retrieve information about the
  +      file.  Note: Win2K fails GetFileAttributesEx in this scenario.
  +      See OtherBill's comments in this message to dev@httpd.apache.org:
  +      Message-Id: <5....@localhost>
   
   Documentation that needs writing: