Nemo BufIO Library (libbufio) - Changes

Changes of the third generation of the I/O routines.

This package is a replacement for Nemo DJBIO Library.

    3.0 - UNRELEASED

    This release contains a major API change and rename of library, code optimisations and other fixes. Particular emphasis is on cross platform compatibility.

    Version Notes
    • API change Renamed djbio data structure to bufio.
    • API change Renamed djbio_*() routines to bufio_*().
    • New bufio_put0() - put a NULL character into the output stream.
    • Changed commands() - able to handle comments (lines starting with '#'), empty lines and tab characters.
    • Changed Incorporate changes as a result of the API change.
    • Changed Incorporate changes from base library.
    • Fixed bufio_put(3) - include function declarations of routines: bufio_bput(3), bufio_bputs(3), and bufio_bputsa(3).
    • Removed iopause* - exported to Nemo DJB Library
    • Removed socket* - exported to Nemo DJB Library
    • Removed timeoutio* - exported to Nemo DJB Library
    • Requires Nemo DJB Library v3.0 or later.