History log of /freebsd-10.0-release/lib/libc/regex/grot/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


197234 15-Sep-2009 dds

Add two test cases from PR 130504.
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


176380 18-Feb-2008 kevlo

getopt(3) returns -1, not EOF.


167223 05-Mar-2007 delphij

Test cases for back references.

Obtained from: OpenBSD


132390 19-Jul-2004 tjr

Update paths to reg*.c and regex2.h. Add a target to build regex.h.


132389 19-Jul-2004 tjr

Update for removal of cclass.h. Trim some useless targets. Invoke mkh
with "sh mkh" so it works if the script is not executable.


132388 19-Jul-2004 tjr

Update for recent changes to struct re_guts. Disable printing the contents
of OANYOF sets for the moment.


132387 19-Jul-2004 tjr

Remove unused files.


92991 22-Mar-2002 obrien

Fix the style of the SCM ID's.
I believe have made all of libc .h's as consistent as possible.


92986 22-Mar-2002 obrien

Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.


92971 22-Mar-2002 obrien

Back out last commit (rev 1.2). I thought I caught this file in time
when deP'ing. But I guess not.


92905 21-Mar-2002 obrien

Remove __P() usage.


92889 21-Mar-2002 obrien

Remove 'register' keyword.


62872 10-Jul-2000 green

Actually make it so this Makefile can build grot.


62857 09-Jul-2000 dcs

Add a test case for one of the bugs found on the new additions to
regex(3).


62856 09-Jul-2000 dcs

Spencer's regex(3) test code.

Obtained from: BSD/OS