From f268a8871a061395633d943e6f177fa8f8008963 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 25 Sep 2021 19:48:26 +0000 Subject: Axe iobuffer Signed-off-by: Laurent Bercot --- doc/libstddjb/index.html | 1 - doc/libstddjb/iobuffer.html | 28 ---------------------------- doc/upgrade.html | 1 + 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 doc/libstddjb/iobuffer.html (limited to 'doc') diff --git a/doc/libstddjb/index.html b/doc/libstddjb/index.html index e10482e..1a5e0dc 100644 --- a/doc/libstddjb/index.html +++ b/doc/libstddjb/index.html @@ -68,7 +68,6 @@ wrappers around I/O functions, extra I/O functions
  • skalibs/genwrite.h: interface to generic writes either to strallocs or to buffers
  • skalibs/getpeereid.h: the getpeereid() system call
  • skalibs/iopause.h: the skalibs event loop selection function
  • -
  • skalibs/iobuffer.h: optimized data transfer from a fd to another
  • skalibs/lolstdio.h: printf-like functions writing into buffers or bufallocs
  • diff --git a/doc/libstddjb/iobuffer.html b/doc/libstddjb/iobuffer.html deleted file mode 100644 index 340fd1f..0000000 --- a/doc/libstddjb/iobuffer.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - skalibs: the iobuffer header - - - - - - -

    -libstddjb
    -libskarnet
    -skalibs
    -Software
    -skarnet.org -

    - -

    The skalibs/iobuffer.h header

    - -

    - TODO: write this documentation page. (Sorry!) -

    - - - diff --git a/doc/upgrade.html b/doc/upgrade.html index 36a5598..4d5856e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,6 +22,7 @@
  • libbiguint removed.
  • Obsolete skalibs/environ.h and skalibs/getpeereid.h headers removed.
  • rc4 and md5 functions removed.
  • +
  • iobuffer removed. fd_cat() and fd_catn() changed signatures.
  • All *_t types renamed without the _t suffix, in order to preserve POSIX namespace.
  • subgetopt() renamed to lgetopt().
  • -- cgit 1.4.1