summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/grot
Commit message (Collapse)AuthorAgeFilesLines
* Add -static to CFLAGS to unbreak the tests by using a libc.a withngie2015-12-131-1/+1
| | | | | | | | | the xlocale private symbols exposed which aren't exposed publicly via the DSO PR: 191354 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix -Wformat issues and minor whitespace issues in surrounding areasngie2015-12-051-29/+25
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* split.ih:ngie2015-12-053-4/+6
| | | | | | | | | - Create automatically generated include header for split.c main.c: - Use function definitions from debug.ih and split.ih instead of externs Sponsored by: EMC / Isilon Storage Division
* Use `==` instead of `=` in the function comment above split(..) so mkh -pngie2015-12-051-1/+1
| | | | | | | exposes split(..). MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-16/+11
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add missing headers and sort #includes per style(9)ngie2015-12-051-3/+5
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Use ANSI C function prototypes/definitions instead of K&R style onesngie2015-12-051-28/+12
| | | | | | | - Add a missing return type for main(..) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix -Wformat warnings by using the correct format qualifiersngie2015-12-051-1/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add two test cases from PR 130504.dds2009-09-151-0/+3
| | | | | | | | | | An additional one coming from http://www.research.att.com/~gsf/testregex/ was not added; at some point the entire AT&T regression test harness should be imported here. But that would also mean commitment to fix the uncovered errors. PR: 130504 Submitted by: Chris Kuklewicz
* getopt(3) returns -1, not EOF.kevlo2008-02-181-1/+1
|
* Test cases for back references.delphij2007-03-051-0/+24
| | | | Obtained from: OpenBSD
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.tjr2004-07-191-1/+3
|
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhtjr2004-07-191-34/+6
| | | | with "sh mkh" so it works if the script is not executable.
* Update for recent changes to struct re_guts. Disable printing the contentstjr2004-07-191-38/+5
| | | | of OANYOF sets for the moment.
* Remove unused files.tjr2004-07-192-12/+0
|
* Fix the style of the SCM ID's.obrien2002-03-222-0/+2
| | | | I believe have made all of libc .h's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-223-6/+9
| | | | I believe have made all of libc .c's as consistent as possible.
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
| | | | when deP'ing. But I guess not.
* Remove __P() usage.obrien2002-03-211-1/+1
|
* Remove 'register' keyword.obrien2002-03-213-42/+42
|
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
|
* Add a test case for one of the bugs found on the new additions todcs2000-07-091-0/+1
| | | | regex(3).
* Spencer's regex(3) test code.dcs2000-07-098-0/+1727
Obtained from: BSD/OS
OpenPOWER on IntegriCloud