]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - lib/libc/sys/open.2
Import libxo-1.4.0:
authorPhil Shafer <phil@FreeBSD.org>
Sat, 25 Jan 2020 21:16:45 +0000 (21:16 +0000)
committerPhil Shafer <phil@FreeBSD.org>
Sat, 25 Jan 2020 21:16:45 +0000 (21:16 +0000)
commit5c5819b2b6a94570e3519cffc3fac9dddd9d85e4
tree6e65c8512c45d0de62d5db29cfa74f02cf39dfb9
parent9cc711c9ff5e2028cc4518d742404cfcb6636421
parentd8c4a69b5b124faa2b1152bf5dcd92a416b03462
Import libxo-1.4.0:

    - Two changes to encoder options:
        encoder options may use plus or colon, but only one
        encoder names can be specified as "@name"
        This results in the syntax:

        df --libxo @csv:no-header:leafs=name.available-blocks /

    - If xo_set_program is called before xo_parse_args, honor the requested value
    - add xo_errorn* function; repair newline-adding-on-xo_error bug
    - test programs now use fixed name, since linux libtool prefixs "lt-"
    - Fix "horse butt" comment in source code
    - update test cases

PR: 242686
23 files changed:
contrib/libxo/configure.ac
contrib/libxo/doc/api.rst
contrib/libxo/doc/encoders.rst
contrib/libxo/doc/options.rst
contrib/libxo/encoder/csv/enc_csv.c
contrib/libxo/libxo/libxo.c
contrib/libxo/libxo/xo.h
contrib/libxo/libxo/xo_encoder.c
contrib/libxo/libxo/xo_encoder.h
contrib/libxo/tests/core/Makefile.am
contrib/libxo/tests/core/saved/test_02.H.out
contrib/libxo/tests/core/saved/test_02.HIPx.out
contrib/libxo/tests/core/saved/test_02.HP.out
contrib/libxo/tests/core/saved/test_02.J.out
contrib/libxo/tests/core/saved/test_02.JP.out
contrib/libxo/tests/core/saved/test_02.T.err
contrib/libxo/tests/core/saved/test_02.X.out
contrib/libxo/tests/core/saved/test_02.XP.out
contrib/libxo/tests/core/test_02.c
contrib/libxo/tests/core/test_12.c
lib/libxo/add.man
lib/libxo/libxo/xo_config.h
usr.bin/xohtml/xohtml.sh