r75378 - in /trunk/libio-aio-perl: AIO.pm debian/changelog

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 11 09:33:09 UTC 2011


Author: periapt-guest
Date: Sat Jun 11 09:32:59 2011
New Revision: 75378

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75378
Log:
releasing

Modified:
    trunk/libio-aio-perl/AIO.pm
    trunk/libio-aio-perl/debian/changelog

Modified: trunk/libio-aio-perl/AIO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/AIO.pm?rev=75378&op=diff
==============================================================================
--- trunk/libio-aio-perl/AIO.pm (original)
+++ trunk/libio-aio-perl/AIO.pm Sat Jun 11 09:32:59 2011
@@ -668,7 +668,7 @@
 
 =item aio_readdirx $pathname, $flags, $callback->($entries, $flags)
 
-Quite similar to C<aio_readdir>, but the C<$flags> argument allows to tune
+Quite similar to C<aio_readdir>, but the C<$flags> argument allows one to tune
 behaviour and output format. In case of an error, C<$entries> will be
 C<undef>.
 
@@ -726,7 +726,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
-C<IO::AIO::DT_UNKNOWN>. The absense of this flag therefore indicates that all
+C<IO::AIO::DT_UNKNOWN>. The absence of this flag therefore indicates that all
 C<$type>'s are known, which can be used to speed up some algorithms.
 
 =back
@@ -918,7 +918,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
-seperately). This is often faster than stat'ing the entry itself because
+separately). This is often faster than stat'ing the entry itself because
 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.
@@ -1630,7 +1630,7 @@
 
 Simply calls the C<posix_fadvise> function (see its
 manpage for details). The following advice constants are
-avaiable: C<IO::AIO::FADV_NORMAL>, C<IO::AIO::FADV_SEQUENTIAL>,
+available: C<IO::AIO::FADV_NORMAL>, C<IO::AIO::FADV_SEQUENTIAL>,
 C<IO::AIO::FADV_RANDOM>, C<IO::AIO::FADV_NOREUSE>,
 C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
 
@@ -1641,7 +1641,7 @@
 
 Simply calls the C<posix_madvise> function (see its
 manpage for details). The following advice constants are
-avaiable: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
+available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
 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
@@ -1651,7 +1651,7 @@
 
 Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
 $scalar (see its manpage for details). The following protect
-constants are avaiable: C<IO::AIO::PROT_NONE>, C<IO::AIO::PROT_READ>,
+constants are available: C<IO::AIO::PROT_NONE>, C<IO::AIO::PROT_READ>,
 C<IO::AIO::PROT_WRITE>, C<IO::AIO::PROT_EXEC>.
 
 On systems that do not implement C<mprotect>, this function returns

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=75378&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Sat Jun 11 09:32:59 2011
@@ -1,7 +1,4 @@
-libio-aio-perl (3.90-1) UNRELEASED; urgency=low
-
-  TODO: Decide whether it is a good idea to package libeio separately. Note
-  that currently it is used also by the nodejs package.
+libio-aio-perl (3.90-1) unstable; urgency=low
 
   [ Alessandro Ghedini ]
   * New upstream release
@@ -14,7 +11,7 @@
   * Removed unsupported build options
   * Added 'allows to' -> 'allows one to' to spelling patch
 
- -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 05 Jun 2011 15:34:14 +0200
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 11 Jun 2011 10:36:44 +0100
 
 libio-aio-perl (3.80-1) unstable; urgency=low
 




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