summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
Commit message (Collapse)AuthorAgeFilesLines
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Commit msg for rev 1.20 should probably have added that gnu/lib/libregex wasobrien1999-04-031-1/+1
| | | | | the only lib that was using the SHLIB_* values from gnu/lib/Makefile.inc. Thus I simply added the to the Makefile here.
* Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.obrien1999-04-031-4/+7
| | | | | Since we aren't keeping all the GNU libs at the same versions, this is useless and causes us to build a shared libgcc, which we don't want to do.
* <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newerjraynard1997-10-191-2/+14
| | | | version instead.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Turn this into legal texinfo. Since I don't know what the authorjkh1997-01-131-8/+8
| | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere.
* Added section and entry annotations.jmacd1997-01-111-0/+3
|
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.joerg1996-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
* Replace collate_range_cmp with its code (GNU variant)ache1996-10-311-4/+17
|
* cmp -s || install -c ==> install -Cpeter1996-08-301-4/+3
|
* Convert to newly aded collate compare functionache1996-08-122-7/+6
|
* Use collate for alpha character rangesache1996-08-122-3/+20
|
* ``mv'' -> ``mv -f''wosch1996-05-072-2/+6
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* recording cvs-1.6 file deathpeter1995-12-306-6727/+0
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-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.
* Fix dependencies for regex.texi. It is constructed by merging a C headerbde1995-07-121-1/+1
| | | | file with an info source file.
* Remove trailing whitespace.rgrimes1995-05-3025-841/+841
|
* Add cmp -s to beforeinstall targetache1995-03-121-1/+2
|
* Install the include file in the same way that all other includes file arenate1995-03-061-2/+2
| | | | in the 'beforeinstall' target.
* Add doc to SUBDIRache1995-01-161-1/+3
|
* Upgrade to code which should satisfy all things which we haveache1995-01-113-746/+588
|
* Upgrade regex code to most recent that I foundache1995-01-112-461/+765
| | | | Version number still not changed
* Changes for 8-bit ctypeache1995-01-111-28/+19
|
* Add infopage installationache1995-01-111-89/+5
|
* Install libregex.h with the correct owner, group and mode.bde1994-09-151-2/+3
|
* Remove explicit specification of SHLIB major and minor nos.csgr1994-05-271-3/+1
|
* A perfectly good libgnuregex.a and you can't use it! No header was beingjkh1994-05-191-1/+4
| | | | installed. Do so now as gnuregex.h
* No longer install the GNU regex.h include file.nate1994-01-291-5/+1
|
* Update shlib version to 1.0smace1993-12-281-2/+2
|
* Addedpaul1993-11-091-1/+4
| | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0
* Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the headerrgrimes1993-08-231-2/+2
| | | | install commands to be consistent with other header files.
* Changed afterintall: target to beforeinstall: so that it is easy to getrgrimes1993-08-081-2/+2
| | | | the regex.h header file installed.
* GNU Regex 0.12conklin1993-07-3052-0/+28168
OpenPOWER on IntegriCloud