summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-3/+0
| | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
| | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+22
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-274-3056/+0
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+1
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Merge from headsjg2013-09-0510-11465/+47
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Remove info pagesbapt2015-01-024-3056/+0
| |/ |/|
* | Connect libgnuregex 2.17 to the build.jkim2013-06-0510-11465/+47
|/
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* - Bump share library version which were missed in last bumprafan2007-06-181-1/+1
| | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith)
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* This commit was generated by cvs2svn to compensate for changes in r146052,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Update build infrastructure for new GNU regex bits.tjr2005-05-102-1/+13
|
* Merge. Discard local bracket expression collating order patch, sincetjr2005-05-101-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,tjr2005-05-106-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.tjr2005-05-107-7862/+10847
| |
* | Style.ru2004-09-191-8/+7
| |
* | Be explicit about which regex.h file we are including. This reduces thepeter2004-09-161-3/+7
| | | | | | | | need for hack workarounds in tools/lib32/build32.sh.
* | Update to match recent importache2004-07-061-6/+4
| |
* | Fix regression in new version of GNU regex code: bracket expressionstjr2004-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).
* | Merge local changes (addition of $FreeBSD$).tjr2004-07-041-422/+2425
| |
* | This commit was generated by cvs2svn to compensate for changes in r131543,tjr2004-07-041-12/+36
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU regex from GNU grep 2.5.1 (trimmed).tjr2004-07-042-434/+2461
| |
* | Change warning hint to be more usefulache2004-02-251-1/+1
| |
* | Add upgrade instructionsache2004-02-251-0/+14
| |
* | Upgrade to regex from grep 2.4.2ache2004-02-2541-12865/+11
| |
* | Merge conflictsache2004-02-252-1370/+1688
| |
* | This commit was generated by cvs2svn to compensate for changes in r126209,ache2004-02-251-0/+542
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2ache2004-02-253-1531/+2566
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1993-07-3050-22730/+0
| | | | | | | | 'VENDOR-libregex'.
* | Allow to compile with non-GCC compiler.obrien2004-02-191-1/+31
| |
* | Install gnuregex.h as wrapper for gnu/regex.h (with warning)ache2004-02-182-1/+6
| |
* | Install regex.h under include/gnuache2004-02-161-1/+1
| |
* | Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
| |
* | Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
| |
* | Added new bsd.incs.mk which handles installing of header filesru2002-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".
* | -v must have a space between it and the variable.obrien2001-11-011-1/+3
| | | | | | | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) )
* | $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
| |
OpenPOWER on IntegriCloud