aboutsummaryrefslogtreecommitdiff
path: root/contrib/libxo/libxo
Commit message (Collapse)AuthorAgeFilesLines
* The field modifier for trimming whitespaceHajimu UMEMOTO2015-11-061-2/+2
| | | | | | | is not `q' but `t'. Notes: svn path=/head/; revision=290445
* Fix build for architectures that define wchar_t as an unsigned int.Marcel Moolenaar2015-08-241-2/+2
| | | | | | | Reported by: bz@ Notes: svn path=/head/; revision=287114
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-2440-1776/+5559
| | | | | | | | | | Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo Notes: svn path=/head/; revision=287111
* Unbreak libxo's handling of characters not representable in current localeAlexander Kabaev2015-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 Notes: svn path=/head/; revision=284340
* Fix build breakage with GCC.Marcel Moolenaar2015-04-271-1/+1
| | | | | | | Pointed out by: bz@ Notes: svn path=/head/; revision=282117
* Upgrade libxo to 0.3.2.Marcel Moolenaar2015-04-2711-106/+999
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=282100
* Mark xo_err(3), xo_errx(3), and xo_errc(3) as __dead2.Edward Tomasz Napierala2015-03-131-3/+3
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2059 Reviewed by: marcel@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=279966
* Upgrade libxo to 0.2.0.Marcel Moolenaar2015-01-1924-584/+1923
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=277353
* Output strerror from xo_warnAlfred Perlstein2014-12-271-3/+1
| | | | | | | | | | Reported by: bapt Reviewed by: bapt, ngie Differential Revision: https://reviews.freebsd.org/D1378 Notes: svn path=/head/; revision=276273
* Escape Do to prevent mdoc(7) parser to get confused with the "Do" macroBaptiste Daroussin2014-12-261-2/+2
| | | | | | | Reported by: sjg Notes: svn path=/head/; revision=276260
* mdoc fixesBaptiste Daroussin2014-12-263-5/+5
| | | | Notes: svn path=/head/; revision=276253
* Upgrade libxo to 0.1.6.Marcel Moolenaar2014-11-183-17/+26
| | | | | | | | | | Summary of changes: 1. Coverity defect fixes Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6 Notes: svn path=/head/; revision=274672
* Upgrade libxo to 0.1.5Marcel Moolenaar2014-11-113-17/+24
| | | | | | | Obtained from: https://github.com/Juniper/libxo Notes: svn path=/head/; revision=274405
* Add generated headers xoversion.h and xoconfig.h. These are the resultMarcel Moolenaar2014-10-232-0/+237
| | | | | | | | | | of configuring the source tree: % automake --add-missing % autoconf % ./configure Notes: svn path=/head/; revision=273563
* Import libxo 0.1.4Marcel Moolenaar2014-10-2324-0/+7337
Obtained from: https://github.com/Juniper/libxo Sponsored by: Juniper Networks, Inc. Notes: svn path=/head/; revision=273562