summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp
Commit message (Collapse)AuthorAgeFilesLines
* Trim down libcompat by removing <regexp.h>.ed2010-03-147-1870/+0
| | | | | | | | | | | | | | | Erwin ran an exp-run with libcompat and <regexp.h> removed. It turns out the regexp library is almost entirely unused. In fact, it looks like it is sometimes used by accident. Because these function names clash with libc's <regex.h>, some application use both <regex.h> and libcompat, which means they link against the wrong regex library. This commit removes the regexp library and reimplements re_comp() and re_exec() using <regex.h>. It seems the grammar of the regular expressions accepted by these functions is similar to POSIX EREs. After this commit, 1 low-profile port will be broken, but the maintainer already has a patch for it sitting in his mailbox.
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
|
* Expand contractions.ru2005-02-131-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* Add section number with .Xr. .Xr -> .Vt changes.charnier2003-06-081-4/+4
|
* Remove 'register' keyword.obrien2002-03-212-61/+69
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove text saying "this is available from the compatibility library,ben2000-11-211-1/+2
| | | | | | | | | libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add .Bf -symbolic around the text saying "this is obsolete" in re_comp.3. PR: 22675 Submitted by: Mike Meyer <mwm@mired.org> Reviewed by: sheldonh
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Bad reference to exit(2) changed to exit(3).chris1999-08-141-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* kill the undeadpeter1997-07-131-21/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-031-0/+21
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-031-0/+21
| | | | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch.
| * recording cvs-1.6 file deathpeter1995-12-301-21/+0
| |
* | Speedup in case locale not usedache1997-04-041-26/+16
| |
* | Sort cross references.wosch1997-01-201-1/+1
| |
* | Replace collate_range_cmp call with its codeache1996-10-311-1/+18
| |
* | Convert to newly aded collate compare functionache1996-08-121-4/+5
| |
* | Use collate info for alpha character rangesache1996-08-121-8/+13
| | | | | | | | 8bit cleanup
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-21/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Remove trailing whitespace.rgrimes1995-05-301-4/+4
| |
* | My libcompat cleanup.joerg1995-04-101-0/+2
|/ | | | | | | | | | | | | | | o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-278-0/+1869
OpenPOWER on IntegriCloud