aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/regex/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123Enji Cooper2017-01-141-5/+2
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312126
* Consolidate __NetBSD__ #ifdefEnji Cooper2017-01-111-2/+0
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=311926
* Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs toEnji Cooper2015-11-151-12/+10
| | | | | | | | | | | | | mute -Wunused-but-set-variable warnings with gcc dealing with the function calls X-MFC with: r290847 MFC after: 1 week Reported by: gcc Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290869
* Fix -Wunused warnings with variables used unlit code by adding appropriate ↵Enji Cooper2015-11-151-0/+4
| | | | | | | | | | | | #ifdef guards around the variables MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290847
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-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 Notes: svn path=/head/; revision=274626
* Fix compilation errors with missing wide-type headers and fix compilationEnji Cooper2014-10-121-0/+12
| | | | | | | | | | warnings with -Wformat In collaboration with: pho Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=273011
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-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 Notes: svn path=/head/; revision=272458