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
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
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
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
==
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
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
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 -
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
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
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
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
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-
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
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
>> +++ 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;
>> -
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
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
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
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
arning":
{"message":"two more warnings"},"count":10,"test":4, "error": {"message":"Shut
'er down, Clancey! She's a-pumpin' mud! <>!,\"!<>\n"}}}
+{"top": {"data": {&q
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
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
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
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
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
"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
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
@@ 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
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
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
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
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/
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/
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
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
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
36 matches
Mail list logo