summaryrefslogtreecommitdiffstats
path: root/contrib/libxo
Commit message (Collapse)AuthorAgeFilesLines
* Root out files that don't really belong here and could in fact screwsobomax2016-02-021-46/+0
| | | | | | | | you over if you happen to use git for FreeBSD development, as it is the case with the unbound/.gitignore, which lits files that are actually required for the buildworld. MFC after: 1 day
* The field modifier for trimming whitespaceume2015-11-061-2/+2
| | | | is not `q' but `t'.
* Fix build for architectures that define wchar_t as an unsigned int.marcel2015-08-241-2/+2
| | | | Reported by: bz@
* Upgrade libxo to 0.4.5.marcel2015-08-24171-2337/+11993
| | | | | | | Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo
* Unbreak libxo's handling of characters not representable in current localekan2015-06-131-1/+2
| | | | | | | | | | The xo_format_string_direct function loops forever never advancing the processed string pointer when it encounters a character that makes mbrtowc fail. Make it emit '?' character instead, as it seems this is what the code intent was, sans bugs. Differential Revision: https://reviews.freebsd.org/D2802 Reviewed by: marcel
* Fix build breakage with GCC.marcel2015-04-271-1/+1
| | | | Pointed out by: bz@
* Upgrade libxo to 0.3.2.marcel2015-04-2757-1265/+4293
| | | | | | | | Obtained from: https://github.com/Juniper/libxo/tree/0.3.2 Requested by: Phil Shafer <phil@juniper.net> This import incorporates local change 279966. Local change 276260 has been merged-in.
* Mark xo_err(3), xo_errx(3), and xo_errc(3) as __dead2.trasz2015-03-131-3/+3
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2059 Reviewed by: marcel@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Upgrade libxo to 0.2.0.marcel2015-01-1982-714/+4080
| | | | | | | | Obtained from: https://github.com/Juniper/libxo Requested by: Phil Shafer <phil@juniper.net> Revisions 276253 & 276273 were incorporated into 0.2.0. Revision 276260 has been merged-in.
* Output strerror from xo_warnalfred2014-12-271-3/+1
| | | | | | | Reported by: bapt Reviewed by: bapt, ngie Differential Revision: https://reviews.freebsd.org/D1378
* Escape Do to prevent mdoc(7) parser to get confused with the "Do" macrobapt2014-12-261-2/+2
| | | | Reported by: sjg
* mdoc fixesbapt2014-12-263-5/+5
|
* Upgrade libxo to 0.1.6.marcel2014-11-185-32/+57
| | | | | | | Summary of changes: 1. Coverity defect fixes Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
* Upgrade libxo to 0.1.5marcel2014-11-1111-22/+45
| | | | Obtained from: https://github.com/Juniper/libxo
* Add generated headers xoversion.h and xoconfig.h. These are the resultmarcel2014-10-232-0/+237
| | | | | | | of configuring the source tree: % automake --add-missing % autoconf % ./configure
* Import libxo 0.1.4marcel2014-10-23204-0/+37851
Obtained from: https://github.com/Juniper/libxo Sponsored by: Juniper Networks, Inc.
OpenPOWER on IntegriCloud