diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/libstddjb/djbunix.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
3 files changed, 13 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index f702f1c..f456a5d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment </li> <h3> Download </h3> <ul> - <li> The current released version of skalibs is <a href="skalibs-2.3.5.2.tar.gz">2.3.5.2</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.3.6.0.tar.gz">2.3.6.0</a>. </li> <li> Alternatively, you can checkout a copy of the skalibs git repository: <pre> git clone git://git.skarnet.org/skalibs </pre> </li> </ul> diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index d8de94e..18e3def 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -588,6 +588,12 @@ number of read bytes. If that number is not <em>n</em>, errno is set to EPIPE. </p> <p> +<code> int openreadnclose_nb (char const *file, char *s, unsigned int n) </code> <br /> +Like <tt>openreadnclose</tt>, but can fail with EAGAIN if the file cannot be +immediately read (for instance if it's a named pipe or other special file). +</p> + +<p> <code> int openreadfileclose (char const *file, stralloc *sa, unsigned int n) </code> <br /> Reads at most <em>n</em> bytes from file <em>file</em> into the *<em>sa</em> stralloc, which is grown (if needed) to <em>just</em> accommodate the file diff --git a/doc/upgrade.html b/doc/upgrade.html index 9311332..bc7b6f3 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.6.0 </h2> + +<ul> + <li> New function: <tt>openreadnclose_nb</tt>. </li> +</ul> + <h2> in 2.3.5.2 </h2> <ul> |