summaryrefslogtreecommitdiff
path: root/lib/libcompat/regexp
Commit message (Collapse)AuthorAgeFilesLines
* Trim down libcompat by removing <regexp.h>.Ed Schouten2010-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. Notes: svn path=/head/; revision=205146
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
| | | | Notes: svn path=/head/; revision=165906
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131504
* Add section number with .Xr. .Xr -> .Vt changes.Philippe Charnier2003-06-081-4/+4
| | | | Notes: svn path=/head/; revision=116026
* Remove 'register' keyword.David E. O'Brien2002-03-212-61/+69
| | | | Notes: svn path=/head/; revision=92913
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Remove text saying "this is available from the compatibility library,Ben Smithurst2000-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 Notes: svn path=/head/; revision=68994
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+2
| | | | Notes: svn path=/head/; revision=68575
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Bad reference to exit(2) changed to exit(3).Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49759
* 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
* kill the undeadPeter Wemm1997-07-131-21/+0
| | | | Notes: svn path=/head/; revision=27369
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-0/+21
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27181
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-031-0/+21
| | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27180
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-26/+16
| | | | Notes: svn path=/head/; revision=24640
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21907
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-1/+18
| | | | Notes: svn path=/head/; revision=19278
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-4/+5
| | | | Notes: svn path=/head/; revision=17553
* Use collate info for alpha character rangesAndrey A. Chernov1996-08-121-8/+13
| | | | | | | 8bit cleanup Notes: svn path=/head/; revision=17536
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-21/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8870
* My libcompat cleanup.Joerg Wunsch1995-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 Notes: svn path=/head/; revision=7742
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-278-0/+1869
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573