summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-07-20 20:12:23 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-07-20 20:12:23 +0000
commita2898b9f8a33713c1718408237dd6517344da3b6 (patch)
tree91ddce086ffec43d83c050168eeca779cbaa0747 /doc
parenta1811ef52374d28346eb554930bd40f885fbed22 (diff)
downloadskalibs-a2898b9f8a33713c1718408237dd6517344da3b6.tar.xz
- fd_close fix
- add openreadnclose_nb - rc for 2.3.6.0
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/libstddjb/djbunix.html6
-rw-r--r--doc/upgrade.html6
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>