summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
Commit message (Collapse)AuthorAgeFilesLines
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118375
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* -v must have a space between it and the variable.David E. O'Brien2001-11-011-1/+3
| | | | | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) ) Notes: svn path=/head/; revision=85807
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* Commit msg for rev 1.20 should probably have added that gnu/lib/libregex wasDavid E. O'Brien1999-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. Notes: svn path=/head/; revision=45276
* Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.David E. O'Brien1999-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. Notes: svn path=/head/; revision=45275
* <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