r77788 - in /trunk/libio-aio-perl/debian: changelog patches/pod.patch

periapt at users.alioth.debian.org periapt at users.alioth.debian.org
Sun Jul 24 10:33:37 UTC 2011


Author: periapt
Date: Sun Jul 24 10:33:35 2011
New Revision: 77788

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77788
Log:
Refreshed ad forwarded patch

Modified:
    trunk/libio-aio-perl/debian/changelog
    trunk/libio-aio-perl/debian/patches/pod.patch

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=77788&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Sun Jul 24 10:33:35 2011
@@ -1,6 +1,7 @@
 libio-aio-perl (4.00-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Refreshed ad forwarded patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 24 Jul 2011 09:53:09 +0100
 

Modified: trunk/libio-aio-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/patches/pod.patch?rev=77788&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/patches/pod.patch (original)
+++ trunk/libio-aio-perl/debian/patches/pod.patch Sun Jul 24 10:33:35 2011
@@ -1,10 +1,10 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: spelling mistakes
-Forwarded: no
-Last-Update: 2011-06-10
+Bug: http://lists.schmorp.de/pipermail/anyevent/2011q3/000149.html
+Last-Update: 2011-07-24
 --- a/AIO.pm
 +++ b/AIO.pm
-@@ -676,7 +676,7 @@
+@@ -688,7 +688,7 @@
  
  =item aio_readdirx $pathname, $flags, $callback->($entries, $flags)
  
@@ -13,7 +13,7 @@
  behaviour and output format. In case of an error, C<$entries> will be
  C<undef>.
  
-@@ -734,7 +734,7 @@
+@@ -746,7 +746,7 @@
  
  This flag should not be set when calling C<aio_readdirx>. Instead, it
  is being set by C<aio_readdirx>, when any of the C<$type>'s found were
@@ -22,7 +22,7 @@
  C<$type>'s are known, which can be used to speed up some algorithms.
  
  =back
-@@ -926,7 +926,7 @@
+@@ -938,7 +938,7 @@
  entry plus an appended C</.> will be C<stat>'ed, likely directories first,
  in order of their inode numbers. If that succeeds, it assumes that the
  entry is a directory or a symlink to directory (which will be checked
@@ -31,7 +31,7 @@
  filesystems might detect the type of the entry without reading the inode
  data (e.g. ext2fs filetype feature), even on systems that cannot return
  the filetype information on readdir.
-@@ -1655,7 +1655,7 @@
+@@ -1667,7 +1667,7 @@
  
  Simply calls the C<posix_fadvise> function (see its
  manpage for details). The following advice constants are
@@ -40,7 +40,7 @@
  C<IO::AIO::FADV_RANDOM>, C<IO::AIO::FADV_NOREUSE>,
  C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
  
-@@ -1666,7 +1666,7 @@
+@@ -1678,7 +1678,7 @@
  
  Simply calls the C<posix_madvise> function (see its
  manpage for details). The following advice constants are
@@ -49,7 +49,7 @@
  C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>.
  
  On systems that do not implement C<posix_madvise>, this function returns
-@@ -1676,7 +1676,7 @@
+@@ -1688,7 +1688,7 @@
  
  Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
  $scalar (see its manpage for details). The following protect
@@ -58,3 +58,12 @@
  C<IO::AIO::PROT_WRITE>, C<IO::AIO::PROT_EXEC>.
  
  On systems that do not implement C<mprotect>, this function returns
+@@ -1824,7 +1824,7 @@
+ =item IO::AIO::reinit
+ 
+ Abondons all current requests and I/O threads and simply reinitialises all
+-data structures. This is not an operation suppported by any standards, but
++data structures. This is not an operation supported by any standards, but
+ happens to work on GNU/Linux and some newer BSD systems.
+ 
+ The only reasonable use for this function is to call it after forking, if




More information about the Pkg-perl-cvs-commits mailing list