summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
Commit message (Collapse)AuthorAgeFilesLines
* <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newerJames Raynard1997-10-191-2/+14
| | | | | | | version instead. Notes: svn path=/head/; revision=30578
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Turn this into legal texinfo. Since I don't know what the authorJordan K. Hubbard1997-01-131-8/+8
| | | | | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere. Notes: svn path=/head/; revision=21643
* Added section and entry annotations.Joshua Peck Macdonald1997-01-111-0/+3
| | | | Notes: svn path=/head/; revision=21511
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.Joerg Wunsch1996-11-162-2/+4
| | | | | | | | | | | | | | | We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas Notes: svn path=/head/; revision=19824
* Replace collate_range_cmp with its code (GNU variant)Andrey A. Chernov1996-10-311-4/+17
| | | | Notes: svn path=/head/; revision=19279
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-4/+3
| | | | Notes: svn path=/head/; revision=17935
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-122-7/+6
| | | | Notes: svn path=/head/; revision=17554
* Use collate for alpha character rangesAndrey A. Chernov1996-08-122-3/+20
| | | | Notes: svn path=/head/; revision=17549
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-072-2/+6
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* recording cvs-1.6 file deathPeter Wemm1995-12-306-6727/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
| | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. Notes: svn path=/head/; revision=9970
* Fix dependencies for regex.texi. It is constructed by merging a C headerBruce Evans1995-07-121-1/+1
| | | | | | | file with an info source file. Notes: svn path=/head/; revision=9498
* Remove trailing whitespace.Rodney W. Grimes1995-05-3025-841/+841
| | | | Notes: svn path=/head/; revision=8858
* Add cmp -s to beforeinstall targetAndrey A. Chernov1995-03-121-1/+2
| | | | Notes: svn path=/head/; revision=7043
* Install the include file in the same way that all other includes file areNate Williams1995-03-061-2/+2
| | | | | | | in the 'beforeinstall' target. Notes: svn path=/head/; revision=6926
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=5660
* Upgrade to code which should satisfy all things which we haveAndrey A. Chernov1995-01-113-746/+588
| | | | Notes: svn path=/head/; revision=5502
* Upgrade regex code to most recent that I foundAndrey A. Chernov1995-01-112-461/+765
| | | | | | | Version number still not changed Notes: svn path=/head/; revision=5499
* Changes for 8-bit ctypeAndrey A. Chernov1995-01-111-28/+19
| | | | Notes: svn path=/head/; revision=5497
* Add infopage installationAndrey A. Chernov1995-01-111-89/+5
| | | | Notes: svn path=/head/; revision=5494
* Install libregex.h with the correct owner, group and mode.Bruce Evans1994-09-151-2/+3
| | | | Notes: svn path=/head/; revision=2808
* Remove explicit specification of SHLIB major and minor nos.Geoff Rehmet1994-05-271-3/+1
| | | | Notes: svn path=/head/; revision=1583
* A perfectly good libgnuregex.a and you can't use it! No header was beingJordan K. Hubbard1994-05-191-1/+4
| | | | | | | installed. Do so now as gnuregex.h Notes: svn path=/head/; revision=1517
* No longer install the GNU regex.h include file.Nate Williams1994-01-291-5/+1
| | | | Notes: svn path=/head/; revision=1037
* Update shlib version to 1.0Scott Mace1993-12-281-2/+2
| | | | Notes: svn path=/head/; revision=917
* AddedPaul Richards1993-11-091-1/+4
| | | | | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0 Notes: svn path=/head/; revision=743
* Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the headerRodney W. Grimes1993-08-231-2/+2
| | | | | | | install commands to be consistent with other header files. Notes: svn path=/head/; revision=321
* Changed afterintall: target to beforeinstall: so that it is easy to getRodney W. Grimes1993-08-081-2/+2
| | | | | | | the regex.h header file installed. Notes: svn path=/head/; revision=254
* GNU Regex 0.12J.T. Conklin1993-07-3052-0/+28168
Notes: svn path=/head/; revision=218