You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/03/07 22:09:01 UTC

cvs commit: apr CHANGES

jorton      2004/03/07 13:09:01

  Modified:    .        Tag: APR_0_9_BRANCH CHANGES
  Log:
  Add various build fixes in 0.9.5; update the entry on apr_off_t changes.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.426.2.11 +8 -4      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.426.2.10
  retrieving revision 1.426.2.11
  diff -w -d -u -r1.426.2.10 -r1.426.2.11
  --- CHANGES	6 Mar 2004 18:29:20 -0000	1.426.2.10
  +++ CHANGES	7 Mar 2004 21:09:00 -0000	1.426.2.11
  @@ -1,5 +1,9 @@
   Changes with APR 0.9.5
   
  +  *) Various build fixes: thread_rwlock.c on some Solaris platforms
  +     (PR 22990); filestat.c on ReliantUnix (PR 22990); config.status
  +     on IRIX (PR 19251).  [Various]
  +
     *) Use NI_NAMEREQD instead of NI_NUMERICHOST in
        APR_CHECK_GETNAMEINFO_IPV4_MAPPED.  PR 24469.  [Justin Erenkrantz]
   
  @@ -13,10 +17,10 @@
        the Apache License, Version 2.0 (http://www.apache.org/licenses).
        [Apache Software Foundation]
   
  -  *) Define apr_off_t as apr_intX_t rather than as off_t to prevent
  -     incompatibility with packages such as Perl which redefine the
  -     size of off_t via _FILE_OFFSET_BITS on some platforms.
  -     [Ben Reser <ben reser.org>]
  +  *) Define apr_off_t as long rather than as off_t on platforms with a
  +     32-bit off_t to prevent incompatibility with packages such as
  +     Perl which redefine the size of off_t via _FILE_OFFSET_BITS on
  +     some platforms.  [Ben Reser <ben reser.org>]
   
     *) apr_socket_connect(): allow app to make subsequent call on 
        non-blocking socket.  [Jeff Trawick]