summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/regex/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wunused warnings with variables used unlit code by adding appropriate ↵ngie2015-11-151-0/+4
| | | | | | | | | #ifdef guards around the variables MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-171-4/+4
| | | | | | | | | their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that use #if defined(__FreeBSD__) or #if defined(__NetBSD__) which are being left alone Requested by: bde, rpaulo Sponsored by: EMC / Isilon Storage Division
* Fix compilation errors with missing wide-type headers and fix compilationngie2014-10-121-0/+12
| | | | | | | warnings with -Wformat In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-021-0/+266
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud