<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libxo/add.man, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-01-25T21:16:45Z</updated>
<entry>
<title>Import libxo-1.4.0:</title>
<updated>2020-01-25T21:16:45Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2020-01-25T21:16:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5c5819b2b6a94570e3519cffc3fac9dddd9d85e4'/>
<id>urn:sha1:5c5819b2b6a94570e3519cffc3fac9dddd9d85e4</id>
<content type='text'>
    - 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
</content>
</entry>
<entry>
<title>Import libxo-1.3.1:</title>
<updated>2019-11-07T18:06:44Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-11-07T18:06:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=67322d1642c186afaa55f77d04ba2cd0eee03adf'/>
<id>urn:sha1:67322d1642c186afaa55f77d04ba2cd0eee03adf</id>
<content type='text'>
- handle argv[0] without '/'
- add test case for argv[0] without '/'
</content>
</entry>
<entry>
<title>Import libxo-1.3.0:</title>
<updated>2019-11-07T03:57:04Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-11-07T03:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=76afb20c58adb296f09857aed214b91464242264'/>
<id>urn:sha1:76afb20c58adb296f09857aed214b91464242264</id>
<content type='text'>
- move from "oxtradoc" to RST/Sphinx documentation
- new "csv" encoder, which allows path and leaf lists
- address warnings from PVS-Stdio tool
- add "xolint" detected errors to the documentation
</content>
</entry>
<entry>
<title>Import libxo-1.0.4:</title>
<updated>2019-05-06T20:20:21Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2019-05-06T20:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5e203a9ddb201fcc70a0fc796120a3262b89a5ad'/>
<id>urn:sha1:5e203a9ddb201fcc70a0fc796120a3262b89a5ad</id>
<content type='text'>
- Avoid NULL deref in xo_xml_leader_len (replacing local fix in rS345967)
- update copyright dates
- update test cases
- fix uncommitted version change

Submitted by:	phil
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Import libxo-0.9.0:</title>
<updated>2018-05-23T01:20:31Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2018-05-23T01:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=983afe3373c427a080f06dccec820b20891be186'/>
<id>urn:sha1:983afe3373c427a080f06dccec820b20891be186</id>
<content type='text'>
- Add xo_format_is_numeric() with improved logic to decide if format
  strings are numeric, so json output quotes them
- Convert docs to sphinx/rst
- update tests

Includes fix for PR 221676:
https://github.com/Juniper/libxo/commit/27d3021cc3cc8cfbe9ddee5930cd7a9afea8f68f#diff-5a0d468963477f7daedb8308c219dd80

PR:		 221676
MFC after:	5 days
</content>
</entry>
<entry>
<title>Update from libxo-0.8.1 to 0.8.4:</title>
<updated>2017-08-03T15:47:42Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2017-08-03T15:47:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837'/>
<id>urn:sha1:fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837</id>
<content type='text'>
  0.8.4:
    - void anchor width optimization when we have a custom formatter (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221130)
    - make "{[:/18}" do the right thing (also allows "{[:/%s}", wide ? 40 : 10)
    - Can't skip anchor formatting in non-display styles
    - add test case for {[:/18}
    - add upload-xohtml-files to 'make upload'
  0.8.3:
    - xohtml: Add "-w" option to pull support files from gh_pages
    - Add "upload-xohtml-files" target to publish support files in gh_pages/
    - add HISTORY/AUTHORS section to man pages
  0.8.2:
    - xohtml: Add div.units as standard CSS text
    - Don't treat values as format strings; they are not
    - add "-p" to "mkdir -p build" in setup.sh
    - add test case for {U:%%} (from df.c)
    - detect end-of-string in '%' and '' escaping
    - make xo_simple_field, for common simple cases
    - xohtml: nuke "n" in "echo" commands
    - rename "format" to "fmt" for consistency; same for "str" to "value"

Submitted by:	phil
</content>
</entry>
<entry>
<title>Import libxo-0.8.1 with official fix to today's build break.</title>
<updated>2017-06-09T03:32:49Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2017-06-09T03:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2f78413036dbd2525302e09a9457b32353a8e1ae'/>
<id>urn:sha1:2f78413036dbd2525302e09a9457b32353a8e1ae</id>
<content type='text'>
Submitted by:	phil
</content>
</entry>
<entry>
<title>Import libxo-0.8.0:</title>
<updated>2017-06-08T13:04:01Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2017-06-08T13:04:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f2b7bf8afcfd630e0fbd8417f1ce974de79feaf0'/>
<id>urn:sha1:f2b7bf8afcfd630e0fbd8417f1ce974de79feaf0</id>
<content type='text'>
 - addition of --libxo colors=xxxxx color map (so I never see "blue")
 - fix bugs from -fsanitize=address and =undefined
 - utf-8 changes (remove support fore 6 byte utf-8 values, which are "historical")
 - add comments
 - fix man pages
 - update test cases

Submitted by:	phil
Reviewed by:	sjg
Approved by:	sjg (mentor)
</content>
</entry>
<entry>
<title>Import libxo-0.7.2; add xo_options.7.</title>
<updated>2017-05-16T18:46:56Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2017-05-16T18:46:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8a6eceff3ce76a4bb9078f3fa710f51ab6671ca3'/>
<id>urn:sha1:8a6eceff3ce76a4bb9078f3fa710f51ab6671ca3</id>
<content type='text'>
Submitted by:	phil
Reviewed by:	sjg
Approved by:	sjg (mentor)
</content>
</entry>
<entry>
<title>Submitted by:	phil</title>
<updated>2016-05-29T01:43:28Z</updated>
<author>
<name>Phil Shafer</name>
<email>phil@FreeBSD.org</email>
</author>
<published>2016-05-29T01:43:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ee5cf11617a9b7f034d95c639bd4d27d1f09e848'/>
<id>urn:sha1:ee5cf11617a9b7f034d95c639bd4d27d1f09e848</id>
<content type='text'>
Reviewed by:	sjg (mentor)
Approved by:	sjg
</content>
</entry>
</feed>
