svn commit: r357125 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/csv contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved lib/libxo lib/libxo/libxo usr.bi...

2020-01-25 Thread Phil Shafer
Author: phil Date: Sat Jan 25 21:16:45 2020 New Revision: 357125 URL: https://svnweb.freebsd.org/changeset/base/357125 Log: 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 "@n

svn commit: r355826 - head/lib/libxo head/lib/libxo/encoder/csv head/lib/libxo/libxo head/lib/libxo/tests head/lib/libxo/tests/encoder head/usr.bin/xo vendor/Juniper/libxo

2019-12-16 Thread Phil Shafer
Author: phil Date: Mon Dec 16 22:05:03 2019 New Revision: 355826 URL: https://svnweb.freebsd.org/changeset/base/355826 Log: Allow proper builds of libxo's CSV encoder: - Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile) - Add .WAIT target to delay encoder build til after libxo

svn commit: r354455 - in head: contrib/libxo contrib/libxo/libxo contrib/libxo/tests/core lib/libxo lib/libxo/encoder/csv usr.bin/xohtml

2019-11-07 Thread Phil Shafer
Author: phil Date: Thu Nov 7 18:06:44 2019 New Revision: 354455 URL: https://svnweb.freebsd.org/changeset/base/354455 Log: Import libxo-1.3.1: - handle argv[0] without '/' - add test case for argv[0] without '/' Modified: head/contrib/libxo/configure.ac head/contrib/libxo/libxo/libxo.c

svn commit: r354431 - head/lib/libxo

2019-11-06 Thread Phil Shafer
Author: phil Date: Thu Nov 7 07:09:28 2019 New Revision: 354431 URL: https://svnweb.freebsd.org/changeset/base/354431 Log: Back out encoder compilation to unbreak HEAD. Modified: head/lib/libxo/Makefile Modified: head/lib/libxo/Makefile ==

Re: svn commit: r354427 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder contrib/libxo/encoder/cbor contrib/libxo/encoder/csv contrib/libxo/encoder/test contrib/libxo/libxo contrib/lib

2019-11-06 Thread Phil Shafer via svn-src-head
On 7 Nov 2019, at 1:15, Li-Wen Hsu wrote: I'm not sure if this helps, but I found this error only happens in a clean build. It might have something to do with the dependency setting. Well at least that may explain why it snuck in: My import script does an "svn update", followed by a full buil

Re: svn commit: r354427 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder contrib/libxo/encoder/cbor contrib/libxo/encoder/csv contrib/libxo/encoder/test contrib/libxo/libxo contrib/lib

2019-11-06 Thread Phil Shafer via svn-src-head
On 6 Nov 2019, at 22:57, Phil Shafer wrote: > Import libxo-1.3.0: > - 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

svn commit: r354427 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder contrib/libxo/encoder/cbor contrib/libxo/encoder/csv contrib/libxo/encoder/test contrib/libxo/libxo contrib/libx...

2019-11-06 Thread Phil Shafer
oject's configure script +# +vers_cmd = "grep AC_INIT ../configure.ac | awk '{ print substr($2, 2, length($2) - 3);}'" +version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8") + # -- General configuration -

Re: svn commit: r345967 - head/contrib/libxo/libxo

2019-09-03 Thread Phil Shafer via svn-src-head
On 5 Apr 2019, at 16:23, Enji Cooper wrote: > Could you please add a test for this as well upstream? Yup, it's in the same libxo patch in GitHub. Thanks, Phil ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-sr

svn commit: r345967 - head/contrib/libxo/libxo

2019-09-03 Thread Phil Shafer
Author: phil Date: Fri Apr 5 19:42:54 2019 New Revision: 345967 URL: https://svnweb.freebsd.org/changeset/base/345967 Log: Emergency fix for NULL deref in xo_xml_leader_len Modified: head/contrib/libxo/libxo/libxo.c Modified: head/contrib/libxo/libxo/libxo.c

svn commit: r345859 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/po/pig_latin contrib/libxo/tes...

2019-09-03 Thread Phil Shafer
Author: phil Date: Wed Apr 3 21:55:39 2019 New Revision: 345859 URL: https://svnweb.freebsd.org/changeset/base/345859 Log: Import libxo-1.0.2 from 1.0.0: Add "continuation" flag, to allow multiple "xo" invocations in a single line of output (#58) Add --top-wrap to make top-lev

svn commit: r347207 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/xo lib/libxo usr.bin/xohtml

2019-05-06 Thread Phil Shafer
Author: phil Date: Mon May 6 20:20:21 2019 New Revision: 347207 URL: https://svnweb.freebsd.org/changeset/base/347207 Log: Import libxo-1.0.4: - Avoid NULL deref in xo_xml_leader_len (replacing local fix in rS345967) - update copyright dates - update test cases - fix uncommitted version

Re: svn commit: r345967 - head/contrib/libxo/libxo

2019-04-06 Thread Phil Shafer via svn-src-head
On 5 Apr 2019, at 16:23, Enji Cooper wrote: > Could you please add a test for this as well upstream? Yup, it's in the same libxo patch in GitHub. Thanks, Phil ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-

svn commit: r345967 - head/contrib/libxo/libxo

2019-04-05 Thread Phil Shafer
Author: phil Date: Fri Apr 5 19:42:54 2019 New Revision: 345967 URL: https://svnweb.freebsd.org/changeset/base/345967 Log: Emergency fix for NULL deref in xo_xml_leader_len Modified: head/contrib/libxo/libxo/libxo.c Modified: head/contrib/libxo/libxo/libxo.c

svn commit: r345859 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/po/pig_latin contrib/libxo/tes...

2019-04-03 Thread Phil Shafer
Author: phil Date: Wed Apr 3 21:55:39 2019 New Revision: 345859 URL: https://svnweb.freebsd.org/changeset/base/345859 Log: Import libxo-1.0.2 from 1.0.0: Add "continuation" flag, to allow multiple "xo" invocations in a single line of output (#58) Add --top-wrap to make top-lev

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-10 Thread Phil Shafer
>> +++ head/sbin/ipfw/ipfw2.c Thu Aug 9 12:46:30 2018(r337536) >> @@ -3271,9 +3271,11 @@ ipfw_delete(char *av[]) >> exitval = do_cmd(IP_FW_NAT_DEL, &i, sizeof i); >> if (exitval) { >> exitval = EX_UNAVAILABLE; >> -

svn commit: r334068 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/doc/_static contrib/libxo/doc/_templates contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved con...

2018-05-22 Thread Phil Shafer
Author: phil Date: Wed May 23 01:20:31 2018 New Revision: 334068 URL: https://svnweb.freebsd.org/changeset/base/334068 Log: Import libxo-0.9.0: - Add xo_format_is_numeric() with improved logic to decide if format strings are numeric, so json output quotes them - Convert docs to sphinx/rs

svn commit: r333600 - in head/contrib/elftoolchain: elfcopy readelf

2018-05-13 Thread Phil Shafer
Author: phil Date: Mon May 14 05:21:18 2018 New Revision: 333600 URL: https://svnweb.freebsd.org/changeset/base/333600 Log: Handle thread-local storage (TLS) segments correctly when copying (objcopy) and displaying (readelf) them. PR: 227552 Submitted by: kaiw (maintainer) R

svn commit: r322019 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/xo contrib/libxo/tests/xo/saved contri...

2017-08-03 Thread Phil Shafer
ate text, XML, JSON, and HTML outputlibxo-manual Modified: head/contrib/libxo/libxo/libxo.3 == --- head/contrib/libxo/libxo/libxo.3Thu Aug 3 15:43:29 2017 (r322018) +++ head/contrib/libxo/libxo/libxo.3Thu Aug

svn commit: r320521 - head/lib/libxo/tests

2017-06-30 Thread Phil Shafer
Author: phil Date: Fri Jun 30 23:53:40 2017 New Revision: 320521 URL: https://svnweb.freebsd.org/changeset/base/320521 Log: Fix functional_test.sh to use --libxo options instead of the deprecated LIBXO_OPTIONS environment variable. Submitted by: phil Modified: head/lib/libxo/tests/func

svn commit: r319999 - in head: contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/xohtml usr.bin/xohtml usr.bin/xolint usr.bin/xopo

2017-06-15 Thread Phil Shafer
arning": {"message":"two more warnings"},"count":10,"test":4, "error": {"message":"Shut 'er down, Clancey! She's a-pumpin' mud! <>!,\"!<>\n"}}} +{"top": {"data": {&q

svn commit: r319892 - head/bin/df

2017-06-12 Thread Phil Shafer
Author: phil Date: Tue Jun 13 05:38:40 2017 New Revision: 319892 URL: https://svnweb.freebsd.org/changeset/base/319892 Log: Use {T:Capacity} for header so html output looks tidy Submitted by: phil Approved by: sjg Modified: head/bin/df/df.c Modified: head/bin/df/df.c

svn commit: r319731 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo lib/libxo

2017-06-08 Thread Phil Shafer
Author: phil Date: Fri Jun 9 03:32:49 2017 New Revision: 319731 URL: https://svnweb.freebsd.org/changeset/base/319731 Log: Import libxo-0.8.1 with official fix to today's build break. Submitted by: phil Modified: head/contrib/libxo/configure.ac head/contrib/libxo/doc/libxo-manual.html

Re: svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved con

2017-06-08 Thread Phil Shafer
Cy Schubert writes: >/home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of >typedef 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition] >typedef uint8_t xo_color_t; Apologies. My compiles under macosx and fb11 didn't hit this. It's fixed now. I'll reimport a li

svn commit: r319709 - head/contrib/libxo/libxo

2017-06-08 Thread Phil Shafer
Author: phil Date: Thu Jun 8 17:00:40 2017 New Revision: 319709 URL: https://svnweb.freebsd.org/changeset/base/319709 Log: remove xo_color_t dup typedef Modified: head/contrib/libxo/libxo/libxo.c Modified: head/contrib/libxo/libxo/libxo.c

svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved cont...

2017-06-08 Thread Phil Shafer
Author: phil Date: Thu Jun 8 13:04:01 2017 New Revision: 319694 URL: https://svnweb.freebsd.org/changeset/base/319694 Log: Import libxo-0.8.0: - addition of --libxo colors=x color map (so I never see "blue") - fix bugs from -fsanitize=address and =undefined - utf-8 changes (remove

Re: svn commit: r318364 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/saved contrib/libxo/xo lib/li

2017-05-16 Thread Phil Shafer
"Ngie Cooper (yaneurabeya)" writes: >> URL: https://svnweb.freebsd.org/changeset/base/318364 >Relnotes: yes >Also, what does this upgrade entail, in terms of new features/risk? It's all documentation and minor fixes (213478, 204651). There is also a fix for using "int"s to keep buffer offsets (#5

svn commit: r318364 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/saved contrib/libxo/xo lib/lib...

2017-05-16 Thread Phil Shafer
Author: phil Date: Tue May 16 18:46:56 2017 New Revision: 318364 URL: https://svnweb.freebsd.org/changeset/base/318364 Log: Import libxo-0.7.2; add xo_options.7. Submitted by: phil Reviewed by: sjg Approved by: sjg (mentor) Added: head/contrib/libxo/libxo/xo_options.7 - copied

svn commit: r303341 - head/share/misc

2016-07-26 Thread Phil Shafer
@@ peadar [label="Peter Edwards\npeadar@Fre peter [label="Peter Wemm\npe...@freebsd.org\n1995/07/04"] peterj [label="Peter Jeremy\npet...@freebsd.org\n2012/09/14"] pfg [label="Pedro Giffuni\n...@freebsd.org\n2011/12/01"] -phil [label="Phil Shafer\np...@free

svn commit: r300925 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved lib/libxo

2016-05-29 Thread Phil Shafer
Author: phil Date: Sun May 29 01:43:28 2016 New Revision: 300925 URL: https://svnweb.freebsd.org/changeset/base/300925 Log: Submitted by: phil Reviewed by: sjg (mentor) Approved by: sjg Modified: head/contrib/libxo/configure.ac head/contrib/libxo/doc/libxo-manual.html head/contrib/l

svn commit: r300912 - head/contrib/libxo/libxo

2016-05-28 Thread Phil Shafer
head/contrib/libxo/libxo/xo_format.5Sat May 28 19:39:15 2016 (r300912) @@ -7,7 +7,7 @@ .\" # LICENSE. .\" # Phil Shafer, July 2014 .\" -.Dd November 6, 2015 +.Dd December 4, 2014 .Dt LIBXO 3 .Os .Sh NAME Modified: head/contrib/lib

svn commit: r298083 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/libxo contrib/libxo/packaging contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib...

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 18:46:15 2016 New Revision: 298083 URL: https://svnweb.freebsd.org/changeset/base/298083 Log: 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

svn commit: r298067 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved lib/libxo

2016-04-15 Thread Phil Shafer
Author: phil Date: Fri Apr 15 15:50:13 2016 New Revision: 298067 URL: https://svnweb.freebsd.org/changeset/base/298067 Log: import libxo-0.4.7 Fix bug w/ {e:} in html, where no default encoding format was built docs: "t" == "trim" (typo) (cf svn commit: r290445 - head/contrib/libxo/

svn commit: r297894 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/m4 lib/libxo

2016-04-12 Thread Phil Shafer
Author: phil Date: Tue Apr 12 23:30:56 2016 New Revision: 297894 URL: https://svnweb.freebsd.org/changeset/base/297894 Log: Merge libxo 0.4.6 Reviewed by: sjg Approved by: sjg (mentor) Added: head/contrib/libxo/.gitignore - copied unchanged from r297891, vendor/Juniper/libxo/dist/

svn commit: r296967 - in head: contrib/libxo/libxo lib/libxo

2016-03-19 Thread Phil Shafer
Author: phil Date: Wed Mar 16 23:50:41 2016 New Revision: 296967 URL: https://svnweb.freebsd.org/changeset/base/296967 Log: Move generated file from contrib to build directory. Reviewed by: obrien Approved by: sjg Added: head/lib/libxo/xo_config.h - copied unchanged from r296966

svn commit: r296179 - head/share/misc

2016-02-28 Thread Phil Shafer
Author: phil Date: Mon Feb 29 04:50:24 2016 New Revision: 296179 URL: https://svnweb.freebsd.org/changeset/base/296179 Log: Add entries for Phil Shafer (phil@) Differential Revision: https://reviews.freebsd.org/D5246 Approved by: sjg (mentor) Modified: head/share/misc/committers

Re: svn commit: r290445 - head/contrib/libxo/libxo

2015-11-06 Thread Phil Shafer
Garrett Cooper writes: >> The field modifier for trimming whitespace >> is not `q' but `t'. > >Could you please submit this change upstream to the libxo github project? Got it (d907e99..e263360 in 'develop' branch). Thanks, Phil ___ svn-src-head@free