Root out files that don't really belong here and could in fact screwyou over if you happen to use git for FreeBSD development, as it isthe case with the unbound/.gitignore, which lits files that ar
Root out files that don't really belong here and could in fact screwyou over if you happen to use git for FreeBSD development, as it isthe case with the unbound/.gitignore, which lits files that areactually required for the buildworld.MFC after: 1 day
show more ...
The field modifier for trimming whitespaceis not `q' but `t'.
Fix build for architectures that define wchar_t as an unsigned int.Reported by: bz@
Upgrade libxo to 0.4.5.Local changes incorporated by 0.4.5: r284340Local changes retained: r276260, r282117Obtained from: https://github.com/Juniper/libxo
Unbreak libxo's handling of characters not representable in current localeThe xo_format_string_direct function loops forever never advancing theprocessed string pointer when it encounters a charac
Unbreak libxo's handling of characters not representable in current localeThe xo_format_string_direct function loops forever never advancing theprocessed string pointer when it encounters a character that makesmbrtowc fail. Make it emit '?' character instead, as it seems this iswhat the code intent was, sans bugs.Differential Revision: https://reviews.freebsd.org/D2802Reviewed by: marcel
Fix build breakage with GCC.Pointed out by: bz@
Upgrade libxo to 0.3.2.Obtained from: https://github.com/Juniper/libxo/tree/0.3.2Requested by: Phil Shafer <phil@juniper.net>This import incorporates local change 279966.Local change 276260 ha
Upgrade libxo to 0.3.2.Obtained from: https://github.com/Juniper/libxo/tree/0.3.2Requested 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.Differential Revision: https://reviews.freebsd.org/D2059Reviewed by: marcel@MFC after: 1 monthSponsored by: The FreeBSD Foundation
Upgrade libxo to 0.2.0.Obtained from: https://github.com/Juniper/libxoRequested by: Phil Shafer <phil@juniper.net>Revisions 276253 & 276273 were incorporated into 0.2.0.Revision 276260 has been
Upgrade libxo to 0.2.0.Obtained from: https://github.com/Juniper/libxoRequested 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_warnReported by: baptReviewed by: bapt, ngieDifferential Revision: https://reviews.freebsd.org/D1378
Escape Do to prevent mdoc(7) parser to get confused with the "Do" macroReported by: sjg
mdoc fixes
Upgrade libxo to 0.1.6.Summary of changes:1. Coverity defect fixesObtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
Upgrade libxo to 0.1.5Obtained from: https://github.com/Juniper/libxo
Add generated headers xoversion.h and xoconfig.h. These are the resultof configuring the source tree: % automake --add-missing % autoconf % ./configure
Import libxo 0.1.4Obtained from: https://github.com/Juniper/libxoSponsored by: Juniper Networks, Inc.
12