summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.David E. O'Brien2002-03-222-0/+2
| | | | | | | I believe have made all of libc .h's as consistent as possible. Notes: svn path=/head/; revision=92991
* Fix the style of the SCM ID's.David E. O'Brien2002-03-223-6/+9
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Back out last commit (rev 1.2). I thought I caught this file in timeDavid E. O'Brien2002-03-221-1/+1
| | | | | | | when deP'ing. But I guess not. Notes: svn path=/head/; revision=92971
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
| | | | Notes: svn path=/head/; revision=92905
* Remove 'register' keyword.David E. O'Brien2002-03-213-42/+42
| | | | Notes: svn path=/head/; revision=92889
* Actually make it so this Makefile can build grot.Brian Feldman2000-07-101-1/+8
| | | | Notes: svn path=/head/; revision=62872
* Add a test case for one of the bugs found on the new additions toDaniel C. Sobral2000-07-091-0/+1
| | | | | | | regex(3). Notes: svn path=/head/; revision=62857
* Spencer's regex(3) test code.Daniel C. Sobral2000-07-098-0/+1727
Obtained from: BSD/OS Notes: svn path=/head/; revision=62856