summaryrefslogtreecommitdiff
path: root/lib/libc/regex/regex.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-2/+2
| | | | Notes: svn path=/stable/4/; revision=87904
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-5/+3
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC: man(7) -> mdoc(7).Ruslan Ermilov2001-01-121-266/+433
| | | | Notes: svn path=/stable/4/; revision=70973
* MFC:Daniel C. Sobral2000-07-311-5/+0
| | | | | | | | | | | | | | | | | | | | | | | engine.c: 1.6 through 1.9 regcomp.c: 1.14 through 1.23 regex.3: 1.5 regex2.h: 1.4 and 1.5 regfree.c: 1.2 and 1.3 Improve search heuristics by: 1. Using Boyer-Moore algorithm for search the "must" string when those strings are at least 4 characters in length. 2. Use the point at which the must string was found to compute the earliest possible point at which the pattern may be found, if possible. Correct the BUGS section of the man page. PR: 15561 PR: 14342 Notes: svn path=/stable/4/; revision=64043
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+3
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+538
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573