]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import to 0.6.1
authorphil <phil@FreeBSD.org>
Fri, 15 Apr 2016 18:46:15 +0000 (18:46 +0000)
committerphil <phil@FreeBSD.org>
Fri, 15 Apr 2016 18:46:15 +0000 (18:46 +0000)
commitec6357ca208a98134a4c3a92b27cc6f8036a057f
treea8954be7f37694064eb0351a1cd9919c64c26cf8
parenta723f9781d16f16c6f7af1cc7c6118663291ba0b
parentf46a90ac38b5c37ca11e2f3abca36be64182ef03
Import to 0.6.1
  0.5.0:
    document "trim" modifier
    add xo_emit_field functions
    Add xo_set_file{,_h} functions
    Fix LIBXO_* variables; add -L and -I as needed
    add --disable-silent-rules and an explicit make; s/PACKAGE-NAME/PACKAGE_NAME/; add /download/ to 'url'
    fix silliness where xo_flush_h emitted closing tag (html); make the caller (xo_message) do it
    flush after transitions; fix flush call in xo_do_emit
    mkdir the version-specific packaging dir
    use "XO_" instead of LIBXO_

  0.6.0:
    Add --with-retain-size to set the size (in bits) of the retain hash buckets
    Add The Argument Modifier ({a:})
    Add retain and no-retain to --libxo
    autoconf: Add test for monitor.h
    Document quote heuristic
    go deep with nroff backslashes
    Use "ULL" for 32 bit check
    add xo_retain_clear and xo_retain_clear_all
    docs: combine two 'handles' section; move command line argument section
    handle GETTEXT when msgfmt isn't where it's supposed to be (FreeBSD)
    make 'retain' a flag (XOEF_RETAIN) instead of a role; it's simpler, and doesn't feel as tacky. "{R:}" was painful to document, which means it's painful to use.
    new xo_emit_f functions
    nuke some unused UNUSEDs
    test code: path must be static
    update test cases

  0.6.1:
    fix version number (missed a commit during new-release)

Reviewed by: sjg
Approved by: sjg (mentor)
47 files changed:
contrib/libxo/Makefile.am
contrib/libxo/configure.ac
contrib/libxo/doc/libxo-manual.html
contrib/libxo/doc/libxo.txt
contrib/libxo/encoder/cbor/enc_cbor.c
contrib/libxo/libxo-config.in
contrib/libxo/libxo/libxo.c
contrib/libxo/libxo/xo.h
contrib/libxo/libxo/xo_emit_f.3
contrib/libxo/libxo/xo_format.5
contrib/libxo/libxo/xo_parse_args.3
contrib/libxo/packaging/libxo.pc.in
contrib/libxo/packaging/libxo.rb.base.in
contrib/libxo/tests/core/Makefile.am
contrib/libxo/tests/core/saved/test_01.E.out
contrib/libxo/tests/core/saved/test_01.H.out
contrib/libxo/tests/core/saved/test_01.HIPx.out
contrib/libxo/tests/core/saved/test_01.HP.out
contrib/libxo/tests/core/saved/test_01.J.out
contrib/libxo/tests/core/saved/test_01.JP.out
contrib/libxo/tests/core/saved/test_01.T.out
contrib/libxo/tests/core/saved/test_01.X.out
contrib/libxo/tests/core/saved/test_01.XP.out
contrib/libxo/tests/core/saved/test_12.E.err
contrib/libxo/tests/core/saved/test_12.E.out
contrib/libxo/tests/core/saved/test_12.H.err
contrib/libxo/tests/core/saved/test_12.H.out
contrib/libxo/tests/core/saved/test_12.HIPx.err
contrib/libxo/tests/core/saved/test_12.HIPx.out
contrib/libxo/tests/core/saved/test_12.HP.err
contrib/libxo/tests/core/saved/test_12.HP.out
contrib/libxo/tests/core/saved/test_12.J.err
contrib/libxo/tests/core/saved/test_12.J.out
contrib/libxo/tests/core/saved/test_12.JP.err
contrib/libxo/tests/core/saved/test_12.JP.out
contrib/libxo/tests/core/saved/test_12.T.err
contrib/libxo/tests/core/saved/test_12.T.out
contrib/libxo/tests/core/saved/test_12.X.err
contrib/libxo/tests/core/saved/test_12.X.out
contrib/libxo/tests/core/saved/test_12.XP.err
contrib/libxo/tests/core/saved/test_12.XP.out
contrib/libxo/tests/core/test_01.c
contrib/libxo/tests/core/test_02.c
contrib/libxo/tests/core/test_12.c
contrib/libxo/tests/gettext/gt_01.c
lib/libxo/add.man
lib/libxo/xo_config.h