summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-217-7/+7
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* This commit was generated by cvs2svn to compensate for changes in r146052,Tim J. Robbins2005-05-101-26/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146053
* Update instructions to match recent import.Tim J. Robbins2005-05-101-7/+13
| | | | Notes: svn path=/head/; revision=146050
* Update build infrastructure for new GNU regex bits.Tim J. Robbins2005-05-102-1/+13
| | | | Notes: svn path=/head/; revision=146044
* Merge. Discard local bracket expression collating order patch, sinceTim J. Robbins2005-05-101-7847/+51
| | | | | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled. Notes: svn path=/head/; revision=146043
* This commit was generated by cvs2svn to compensate for changes in r146040,Tim J. Robbins2005-05-106-20/+10796
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146041
| * Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.vendor/libregex/fedora-glibc-2.3.4-21Tim J. Robbins2005-05-107-7862/+10847
| | | | | | | | | | Notes: svn path=/vendor/libregex/dist/; revision=146040 svn path=/vendor/libregex/fedora-glibc-2.3.4-21/; revision=146042; tag=vendor/libregex/fedora-glibc-2.3.4-21
* | Style.Ruslan Ermilov2004-09-191-8/+7
| | | | | | | | Notes: svn path=/head/; revision=135463
* | Be explicit about which regex.h file we are including. This reduces thePeter Wemm2004-09-161-3/+7
| | | | | | | | | | | | | | need for hack workarounds in tools/lib32/build32.sh. Notes: svn path=/head/; revision=135286
* | Update to match recent importAndrey A. Chernov2004-07-061-6/+4
| | | | | | | | Notes: svn path=/head/; revision=131663
* | Fix regression in new version of GNU regex code: bracket expressionsTim J. Robbins2004-07-041-14/+19
| | | | | | | | | | | | | | | | | | like [X-Y] should match all characters between X-Y according to the locale's collating order, not by binary value. For now, this only fixes the !MBS_SUPPORT case (which is the default). Notes: svn path=/head/; revision=131547
* | Merge local changes (addition of $FreeBSD$).Tim J. Robbins2004-07-041-422/+2425
| | | | | | | | Notes: svn path=/head/; revision=131546
* | This commit was generated by cvs2svn to compensate for changes in r131543,Tim J. Robbins2004-07-041-12/+36
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=131544
| * Import of GNU regex from GNU grep 2.5.1 (trimmed).vendor/libregex/from-grep-2.5.1Tim J. Robbins2004-07-042-434/+2461
| | | | | | | | | | Notes: svn path=/vendor/libregex/dist/; revision=131543 svn path=/vendor/libregex/from-grep-2.5.1/; revision=131545; tag=vendor/libregex/from-grep-2.5.1
* | Change warning hint to be more usefulAndrey A. Chernov2004-02-251-1/+1
| | | | | | | | Notes: svn path=/head/; revision=126224
* | Add upgrade instructionsAndrey A. Chernov2004-02-251-0/+14
| | | | | | | | Notes: svn path=/head/; revision=126215
* | Upgrade to regex from grep 2.4.2Andrey A. Chernov2004-02-2541-12865/+11
| | | | | | | | Notes: svn path=/head/; revision=126213
* | Merge conflictsAndrey A. Chernov2004-02-252-1370/+1688
| | | | | | | | Notes: svn path=/head/; revision=126212
* | This commit was generated by cvs2svn to compensate for changes in r126209,Andrey A. Chernov2004-02-251-0/+542
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=126210
| * Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2vendor/libregex/from-grep-2.4.2Andrey A. Chernov2004-02-253-0/+6473
| | | | | Notes: svn path=/vendor/libregex/dist/; revision=126209 svn path=/vendor/libregex/from-grep-2.4.2/; revision=126211; tag=vendor/libregex/from-grep-2.4.2
* Allow to compile with non-GCC compiler.David E. O'Brien2004-02-191-1/+31
| | | | Notes: svn path=/head/; revision=126022
* Install gnuregex.h as wrapper for gnu/regex.h (with warning)Andrey A. Chernov2004-02-182-1/+6
| | | | Notes: svn path=/head/; revision=125978
* Install regex.h under include/gnuAndrey A. Chernov2004-02-161-1/+1
| | | | Notes: svn path=/head/; revision=125893
* 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