You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/08/27 05:47:03 UTC

svn commit: r569976 - in /apr/apr/trunk: CHANGES STATUS

Author: wrowe
Date: Sun Aug 26 20:47:03 2007
New Revision: 569976

URL: http://svn.apache.org/viewvc?rev=569976&view=rev
Log:
Fix people-name encoding

Modified:
    apr/apr/trunk/CHANGES
    apr/apr/trunk/STATUS

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=569976&r1=569975&r2=569976&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Sun Aug 26 20:47:03 2007
@@ -1,5 +1,8 @@
+                                                     -*- coding: utf-8 -*-
 Changes for APR 1.3.0
 
+  *) Define the Mac OS/X filesystem_.  [Branko Čibej]
+
   *) Add table cloning (deep copy) convenience function.
      [Davi Arnaut]
 
@@ -81,7 +84,7 @@
      using VisualStudio 2005  [William Rowe]
 
   *) Utilise Solaris' native atomic_* functions for apr_atomics
-     where appropriate. [Colm MacCarthaigh]
+     where appropriate. [Colm MacCárthaigh]
 
   *) Make apr_socket_recvfrom initialize the port field in the from
      sockaddr.  PR 39325 [Anthony Minessale <anthmct yahoo.com>]
@@ -93,10 +96,10 @@
      PR 38785.  [Chris Darroch <chrisd pearsoncmg.com>]
 
   *) APR_FIND_APR macro now supports customisable detailed checks on
-     each installed apr. [Justin Erenkrantz, Colm MacCarthaigh]
+     each installed apr. [Justin Erenkrantz, Colm MacCárthaigh]
 
   *) APR_FIND_APR macro no longer checks /usr/local/apache2/
-     [Colm MacCarthaigh]
+     [Colm MacCárthaigh]
 
   *) Add APR_POLLSET_NOCOPY option to apr_pollset API to eliminate
      O(n)-time lookup in apr_pollset_remove() (currently implemented
@@ -104,17 +107,17 @@
 
   *) Add apr_file_buffer_set() and apr_file_buffer_size_get() functions
      to support variable buffer sizes with APR file handles.
-     [Colm MacCarthaigh]
+     [Colm MacCárthaigh]
 
   *) Add apr_file_open_flags_std[err|out|in]() functions.
-     [Colm MacCarthaigh]
+     [Colm MacCárthaigh]
 
   *) stdio: apr_file_open_std[err|out|in]() functions now set the APR_WRITE
-     or APR_READ flag as appropriate. [Colm MacCarthaigh]
+     or APR_READ flag as appropriate. [Colm MacCárthaigh]
 
   *) multicast: apr_mcast_*() no longer return APR_ENOTIMPL when invoked
      for non-UDP/RAW sockets. The caller is expected to ensure that the
-     socket-type is suitable for multicast. [Colm MacCarthaigh]
+     socket-type is suitable for multicast. [Colm MacCárthaigh]
 
   *) Add apr_sockaddr_ip_getbuf() function.  [Joe Orton]
 
@@ -283,7 +286,7 @@
      setting the user and group for new processes.  [Mladen Turk]
 
   *) Add APR Multicast functions; including support for
-     Source-Specific Multicast from Colm MacCarthaigh.  [Paul Querna]
+     Source-Specific Multicast from Colm MacCárthaigh.  [Paul Querna]
 
   *) Add a build script to create a solaris package.  [Graham Leggett]
   
@@ -402,7 +405,7 @@
      memory segment.  [Amit Athavale <amit_athavale persistent.co.in>]
 
   *) Add apr_strtoff() function for converting numeric strings into 
-     apr_off_t values.  [André Malo <nd perlig.de>, Joe Orton]
+     apr_off_t values.  [André Malo <nd perlig.de>, Joe Orton]
 
   *) Fix stack overflow with IPv6 apr_socket_accept() on Win32.
      PR 28471.  [inoue <inoue ariel-networks.com>]
@@ -535,10 +538,10 @@
 
   *) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses
      on any platforms.
-     [Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]
+     [Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]
 
   *) Support setuid, setgid and sticky file permissions bits on Unix.
-     [André Malo]
+     [André Malo]
 
   *) Fix sign error in apr_file_seek(APR_END).
      [Greg Hudson <ghudson MIT.EDU>]
@@ -610,7 +613,7 @@
      [Mike Pilato <cmpilato collab.net>, William Rowe]
 
   *) Work around a bug in Darwin when calling getnameinfo() on IPv4-mapped
-     IPv6-addresses.  [Colm MacCárthaigh <colm stdlib.net>, Jeff Trawick,
+     IPv6-addresses.  [Colm MacCárthaigh <colm stdlib.net>, Jeff Trawick,
      Justin Erenkrantz]
 
   *) Add apr_temp_dir_get() for getting the most suitable temp directory
@@ -619,7 +622,7 @@
   *) Modify apr_sockaddr_info_get to call the resolver when we
      do not have a hostname.  Also, fix bugs in the getaddrinfo()
      implementation.
-     [Colm MacCárthaigh <colm stdlib.net>, Justin Erenkrantz]
+     [Colm MacCárthaigh <colm stdlib.net>, Justin Erenkrantz]
 
   *) Change the behavior of unix process 'trylock's to return
      APR_ENOTIMPL instead of segfaulting, consistent with the
@@ -687,7 +690,7 @@
      [Jacob Craig Lewallen <jlewalle cs.ucr.edu>]
 
   *) Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden"
-     file attribute on Windows and OS/2.  [Branko Cibej]
+     file attribute on Windows and OS/2.  [Branko Čibej]
 
   *) SECURITY [CAN-2003-0245]: Fixed a bug that could be triggered
      remotely through mod_dav and possibly other mechanisms, causing
@@ -770,7 +773,7 @@
      [Bjoern A. Zeeb <bz zabbadoz.net>, William Rowe, Joe Orton]
 
   *) Define APR_UINT64_T_FMT and APR_UINT64_T_FMT_LEN.
-     Define APR_INT64_T_FMT_LEN on Windows and Netware.  [Branko Cibej]
+     Define APR_INT64_T_FMT_LEN on Windows and Netware.  [Branko Čibej]
 
   *) Correct apr_file_gets() on OS2 and Win32 so that '\r's are no longer
      eaten, and apr_file_gets() -> apr_file_puts() moves the contents
@@ -790,14 +793,14 @@
      be a little more robust (and unique). [Jim Jagielski]
 
   *) Add functions apr_env_get, apr_env_set and apr_env_delete for
-     manipulating the environment.  [Branko Cibej]
+     manipulating the environment.  [Branko Čibej]
 
   *) Fix APR_LAYOUT to work with layout files with no preceding blank lines
      and emit errors when layout is not found.  PR 15679.
      [Justin Erenkrantz]
 
   *) Add functions apr_filepath_list_split and apr_filepath_list_merge
-     for managing search paths.  [Branko Cibej]
+     for managing search paths.  [Branko Čibej]
 
   *) Introduce Release mode debugging symbols for Win32 builds of apr.
      All library builds gain /Zi for debug symbols (which are discarded
@@ -831,7 +834,7 @@
      [Thom May]
 
   *) Add function apr_filepath_encoding and associated constants.
-     [Branko Cibej]
+     [Branko Čibej]
 
   *) Allow apr_hash to have greater than int number of elements.
      [Justin Erenkrantz]

Modified: apr/apr/trunk/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/trunk/STATUS?rev=569976&r1=569975&r2=569976&view=diff
==============================================================================
--- apr/apr/trunk/STATUS (original)
+++ apr/apr/trunk/STATUS Sun Aug 26 20:47:03 2007
@@ -1,4 +1,4 @@
-APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:			-*-text-*-
+APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:        -*- coding: utf-8 -*-
 Last modified at [$Date$]
 
 Releases: