aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot
Commit message (Expand)AuthorAgeFilesLines
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Use SRCTOP where possible and use :H to manipulate .CURDIR to get rid ofEnji Cooper2017-01-171-1/+1
* Add -static to CFLAGS to unbreak the tests by using a libc.a withEnji Cooper2015-12-131-1/+1
* Fix -Wformat issues and minor whitespace issues in surrounding areasEnji Cooper2015-12-051-29/+25
* split.ih:Enji Cooper2015-12-053-4/+6
* Use `==` instead of `=` in the function comment above split(..) so mkh -pEnji Cooper2015-12-051-1/+1
* Use ANSI C function prototypes/definitions instead of K&R style onesEnji Cooper2015-12-051-16/+11
* Add missing headers and sort #includes per style(9)Enji Cooper2015-12-051-3/+5
* - Use ANSI C function prototypes/definitions instead of K&R style onesEnji Cooper2015-12-051-28/+12
* Fix -Wformat warnings by using the correct format qualifiersEnji Cooper2015-12-051-1/+1
* Add two test cases from PR 130504.Diomidis Spinellis2009-09-151-0/+3
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-181-1/+1
* Test cases for back references.Xin LI2007-03-051-0/+24
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.Tim J. Robbins2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhTim J. Robbins2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentsTim J. Robbins2004-07-191-38/+5
* Remove unused files.Tim J. Robbins2004-07-192-12/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-222-0/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-223-6/+9
* Back out last commit (rev 1.2). I thought I caught this file in timeDavid E. O'Brien2002-03-221-1/+1
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-213-42/+42
* Actually make it so this Makefile can build grot.Brian Feldman2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions toDaniel C. Sobral2000-07-091-0/+1
* Spencer's regex(3) test code.Daniel C. Sobral2000-07-098-0/+1727