Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | Upgrade regex code to most recent that I found | ache | 1995-01-11 | 2 | -461/+765 | |
| | | | | | | | | Version number still not changed | |||||
* | | Changes for 8-bit ctype | ache | 1995-01-11 | 1 | -28/+19 | |
| | | ||||||
* | | Add infopage installation | ache | 1995-01-11 | 1 | -89/+5 | |
| | | ||||||
* | | Install libregex.h with the correct owner, group and mode. | bde | 1994-09-15 | 1 | -2/+3 | |
| | | ||||||
* | | Remove explicit specification of SHLIB major and minor nos. | csgr | 1994-05-27 | 1 | -3/+1 | |
| | | ||||||
* | | A perfectly good libgnuregex.a and you can't use it! No header was being | jkh | 1994-05-19 | 1 | -1/+4 | |
| | | | | | | | | installed. Do so now as gnuregex.h | |||||
* | | No longer install the GNU regex.h include file. | nate | 1994-01-29 | 1 | -5/+1 | |
| | | ||||||
* | | Update shlib version to 1.0 | smace | 1993-12-28 | 1 | -2/+2 | |
| | | ||||||
* | | Added | paul | 1993-11-09 | 1 | -1/+4 | |
| | | | | | | | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0 | |||||
* | | Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header | rgrimes | 1993-08-23 | 1 | -2/+2 | |
| | | | | | | | | install commands to be consistent with other header files. | |||||
* | | Changed afterintall: target to beforeinstall: so that it is easy to get | rgrimes | 1993-08-08 | 1 | -2/+2 | |
|/ | | | | the regex.h header file installed. | |||||
* | GNU Regex 0.12 | conklin | 1993-07-30 | 52 | -0/+28168 | |