Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was generated by cvs2svn to compensate for changes in r146052, | tjr | 2005-05-10 | 1 | -26/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Update instructions to match recent import. | tjr | 2005-05-10 | 1 | -7/+13 |
| | |||||
* | Update build infrastructure for new GNU regex bits. | tjr | 2005-05-10 | 2 | -1/+13 |
| | |||||
* | Merge. Discard local bracket expression collating order patch, since | tjr | 2005-05-10 | 1 | -7847/+51 |
| | | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r146040, | tjr | 2005-05-10 | 6 | -20/+10796 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS. | tjr | 2005-05-10 | 7 | -7862/+10847 |
| | | |||||
* | | Style. | ru | 2004-09-19 | 1 | -8/+7 |
| | | |||||
* | | Be explicit about which regex.h file we are including. This reduces the | peter | 2004-09-16 | 1 | -3/+7 |
| | | | | | | | | need for hack workarounds in tools/lib32/build32.sh. | ||||
* | | Update to match recent import | ache | 2004-07-06 | 1 | -6/+4 |
| | | |||||
* | | Fix regression in new version of GNU regex code: bracket expressions | tjr | 2004-07-04 | 1 | -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). | ||||
* | | Merge local changes (addition of $FreeBSD$). | tjr | 2004-07-04 | 1 | -422/+2425 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r131543, | tjr | 2004-07-04 | 1 | -12/+36 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of GNU regex from GNU grep 2.5.1 (trimmed). | tjr | 2004-07-04 | 2 | -434/+2461 |
| | | |||||
* | | Change warning hint to be more useful | ache | 2004-02-25 | 1 | -1/+1 |
| | | |||||
* | | Add upgrade instructions | ache | 2004-02-25 | 1 | -0/+14 |
| | | |||||
* | | Upgrade to regex from grep 2.4.2 | ache | 2004-02-25 | 41 | -12865/+11 |
| | | |||||
* | | Merge conflicts | ache | 2004-02-25 | 2 | -1370/+1688 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r126209, | ache | 2004-02-25 | 1 | -0/+542 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2 | ache | 2004-02-25 | 3 | -1531/+2566 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1993-07-30 | 50 | -22730/+0 |
| | | | | | | | | 'VENDOR-libregex'. | ||||
* | | Allow to compile with non-GCC compiler. | obrien | 2004-02-19 | 1 | -1/+31 |
| | | |||||
* | | Install gnuregex.h as wrapper for gnu/regex.h (with warning) | ache | 2004-02-18 | 2 | -1/+6 |
| | | |||||
* | | Install regex.h under include/gnu | ache | 2004-02-16 | 1 | -1/+1 |
| | | |||||
* | | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -7/+4 |
| | | |||||
* | | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
| | | |||||
* | | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -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". | ||||
* | | -v must have a space between it and the variable. | obrien | 2001-11-01 | 1 | -1/+3 |
| | | | | | | | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) ) | ||||
* | | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | | |||||
* | | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 2 | -2/+2 |
| | | |||||
* | | Commit msg for rev 1.20 should probably have added that gnu/lib/libregex was | obrien | 1999-04-03 | 1 | -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. | obrien | 1999-04-03 | 1 | -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 newer | jraynard | 1997-10-19 | 1 | -2/+14 |
| | | | | | | | | version instead. | ||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | | |||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -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 author | jkh | 1997-01-13 | 1 | -8/+8 |
| | | | | | | | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere. | ||||
* | | Added section and entry annotations. | jmacd | 1997-01-11 | 1 | -0/+3 |
| | | |||||
* | | Disable the inclusion of the Posix regexp stuff into libgnuregexp. | joerg | 1996-11-16 | 2 | -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) | ache | 1996-10-31 | 1 | -4/+17 |
| | | |||||
* | | cmp -s || install -c ==> install -C | peter | 1996-08-30 | 1 | -4/+3 |
| | | |||||
* | | Convert to newly aded collate compare function | ache | 1996-08-12 | 2 | -7/+6 |
| | | |||||
* | | Use collate for alpha character ranges | ache | 1996-08-12 | 2 | -3/+20 |
| | | |||||
* | | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 2 | -2/+6 |
| | | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | ||||
* | | recording cvs-1.6 file death | peter | 1995-12-30 | 6 | -6727/+0 |
| | | |||||
* | | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -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 header | bde | 1995-07-12 | 1 | -1/+1 |
| | | | | | | | | file with an info source file. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 25 | -841/+841 |
| | | |||||
* | | Add cmp -s to beforeinstall target | ache | 1995-03-12 | 1 | -1/+2 |
| | | |||||
* | | Install the include file in the same way that all other includes file are | nate | 1995-03-06 | 1 | -2/+2 |
| | | | | | | | | in the 'beforeinstall' target. | ||||
* | | Add doc to SUBDIR | ache | 1995-01-16 | 1 | -1/+3 |
| | | |||||
* | | Upgrade to code which should satisfy all things which we have | ache | 1995-01-11 | 3 | -746/+588 |
| | |