You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/11/06 18:09:36 UTC

cvs commit: apr CHANGES

bnicholes    2002/11/06 09:09:35

  Modified:    .        CHANGES
  Log:
  NetWare quick file IO scheme
  
  Revision  Changes    Path
  1.353     +5 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.352
  retrieving revision 1.353
  diff -u -r1.352 -r1.353
  --- CHANGES	5 Nov 2002 16:01:51 -0000	1.352
  +++ CHANGES	6 Nov 2002 17:09:35 -0000	1.353
  @@ -1,5 +1,10 @@
   Changes with APR 0.9.2
   
  +  *) NetWare: implemented a file IO path context scheme to directly
  +     reference directory paths and files in the file system rather
  +     than having to traverse the file system on every stat() or
  +     open() call. (Performance enhancement) [Brad Nicholes]
  +     
     *) ReliantUnix: recognize that dlsym() is in libdl and dlopen() is in
        libc.  The check is generic so maybe this fixes some other system.
        PR 14189  [Jeff Trawick]