summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wformat warnings by using the correct format qualifiersEnji Cooper2015-12-051-1/+1
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291832
* Update for recent changes to struct re_guts. Disable printing the contentsTim J. Robbins2004-07-191-38/+5
| | | | | | | of OANYOF sets for the moment. Notes: svn path=/head/; revision=132388
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Remove 'register' keyword.David E. O'Brien2002-03-211-14/+14
| | | | Notes: svn path=/head/; revision=92889
* Spencer's regex(3) test code.Daniel C. Sobral2000-07-091-0/+244
Obtained from: BSD/OS Notes: svn path=/head/; revision=62856