]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import libxo 1.3.0
authorPhil Shafer <phil@FreeBSD.org>
Thu, 7 Nov 2019 03:46:17 +0000 (03:46 +0000)
committerPhil Shafer <phil@FreeBSD.org>
Thu, 7 Nov 2019 03:46:17 +0000 (03:46 +0000)
commit0922e92a305ac1fd58f814909bbaf2f9fed56552
tree18a216e3ddbb93d26f724bd060cea02c4d728c19
parent9e479b34558cf3511b48949f314de96011a16895
Import libxo 1.3.0
102 files changed:
Makefile.am
README.md
configure.ac
doc/Makefile.am
doc/api.rst
doc/conf.py
doc/encoders.rst [new file with mode: 0644]
doc/faq.rst
doc/field-formatting.rst
doc/field-modifiers.rst
doc/field-roles.rst
doc/index.rst
doc/libxo-manual.html [deleted file]
doc/libxo.txt [deleted file]
doc/options.rst
doc/top-link.html.in [new file with mode: 0644]
doc/xo.rst
doc/xohtml.rst
doc/xolint.rst
doc/xopo.rst
encoder/Makefile.am
encoder/cbor/enc_cbor.c
encoder/csv/Makefile.am [new file with mode: 0644]
encoder/csv/enc_csv.c [new file with mode: 0644]
encoder/test/enc_test.c
libxo/add.man.in
libxo/libxo.c
libxo/xo_buf.h
libxo/xo_encoder.c
libxo/xo_encoder.h
tests/core/Makefile.am
tests/core/saved/test_01.E.out
tests/core/saved/test_01.Ecsv1.err [new file with mode: 0644]
tests/core/saved/test_01.Ecsv1.out [new file with mode: 0644]
tests/core/saved/test_01.Ecsv2.err [new file with mode: 0644]
tests/core/saved/test_01.Ecsv2.out [new file with mode: 0644]
tests/core/saved/test_01.Ecsv3.err [new file with mode: 0644]
tests/core/saved/test_01.Ecsv3.out [new file with mode: 0644]
tests/core/saved/test_01.H.out
tests/core/saved/test_01.HIPx.out
tests/core/saved/test_01.HP.out
tests/core/saved/test_01.J.out
tests/core/saved/test_01.JP.out
tests/core/saved/test_01.T.out
tests/core/saved/test_01.X.out
tests/core/saved/test_01.XP.out
tests/core/saved/test_02.E.err
tests/core/saved/test_02.E.out
tests/core/saved/test_02.H.err
tests/core/saved/test_02.HIPx.err
tests/core/saved/test_02.HP.err
tests/core/saved/test_02.J.err
tests/core/saved/test_02.JP.err
tests/core/saved/test_02.T.err
tests/core/saved/test_02.X.err
tests/core/saved/test_02.XP.err
tests/core/saved/test_03.E.out
tests/core/saved/test_04.E.out
tests/core/saved/test_05.E.out
tests/core/saved/test_06.E.out
tests/core/saved/test_07.E.out
tests/core/saved/test_08.E.out
tests/core/saved/test_09.E.out
tests/core/saved/test_10.E.out
tests/core/saved/test_11.E.out
tests/core/saved/test_12.E.err
tests/core/saved/test_12.E.out
tests/core/saved/test_12.H.err
tests/core/saved/test_12.HIPx.err
tests/core/saved/test_12.HP.err
tests/core/saved/test_12.J.err
tests/core/saved/test_12.JP.err
tests/core/saved/test_12.T.err
tests/core/saved/test_12.X.err
tests/core/saved/test_12.XP.err
tests/core/test_01.c
tests/core/test_02.c
tests/core/test_03.c
tests/core/test_08.c
tests/core/test_09.c
tests/core/test_10.c
tests/core/test_11.c
tests/core/test_12.c
tests/gettext/gt_01.c
tests/gettext/saved/gt_01.H.out
tests/gettext/saved/gt_01.HIPx.out
tests/gettext/saved/gt_01.HP.out
tests/gettext/saved/gt_01.J.out
tests/gettext/saved/gt_01.JP.out
tests/gettext/saved/gt_01.T.out
tests/gettext/saved/gt_01.X.out
tests/gettext/saved/gt_01.XP.out
tests/xo/saved/xo_02.H.err
tests/xo/saved/xo_02.HIPx.err
tests/xo/saved/xo_02.HP.err
tests/xo/saved/xo_02.J.err
tests/xo/saved/xo_02.JP.err
tests/xo/saved/xo_02.T.err
tests/xo/saved/xo_02.X.err
tests/xo/saved/xo_02.XP.err
xo/xo.c
xolint/xolint.pl