summaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* MFC: rev 1.40: Replaced afterinstall: with FILES.David E. O'Brien2005-03-021-5/+2
| | | | Notes: svn path=/stable/5/; revision=142985
* MFC: revs 1.9-10: More math functions.David E. O'Brien2005-03-021-4/+4
| | | | Notes: svn path=/stable/5/; revision=142983
* MFC: rev 1.54: Add debug_list.cc to the list of files to compile.David E. O'Brien2005-03-021-8/+9
| | | | Notes: svn path=/stable/5/; revision=142982
* MFC: rev 1.52: Add atomicity.cc to CLEANFILES.David E. O'Brien2005-03-021-0/+1
| | | | Notes: svn path=/stable/5/; revision=142981
* Sync with HEAD.David E. O'Brien2005-03-021-12/+13
| | | | Notes: svn path=/stable/5/; revision=142980
* MFC: rev 1.24: tweak adding the .h to the .o dependency lists.David E. O'Brien2005-03-021-1/+1
| | | | Notes: svn path=/stable/5/; revision=142979
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-133-3/+3
| | | | | | | any fake value. Notes: svn path=/stable/5/; revision=141786
* MFC revision 1.53:Colin Percival2005-01-241-0/+1
| | | | | | | | | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Notes: svn path=/stable/5/; revision=140746
* MFC: rev 1.40, fix redraw of checklist box while specifiyng manual dialogAlexey Zelkin2005-01-101-0/+9
| | | | | | | size Notes: svn path=/stable/5/; revision=139990
* MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. ThePeter Wemm2004-11-291-1/+6
| | | | | | | | | | original reason libobjc.so was disabled has almost been lost in time. PR: 71674 Submitted by: Pete French <pete@twisted.org.uk> Notes: svn path=/stable/5/; revision=138210
* MFC: make libgnuregex not depend on -I overrides that conflict with thePeter Wemm2004-10-061-9/+12
| | | | | | | | | build32.sh script. Approved by: re (kensmith, scottl) Notes: svn path=/stable/5/; revision=136202
* MFC: Bump of library version numbers for:Ken Smith2004-10-011-1/+1
| | | | | | | | | | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} Versions of effected files being MFC-ed from commit done to HEAD: Revision Changes Path 1.367 +15 -0 src/UPDATING 1.10 +1 -1 src/gnu/lib/libreadline/Makefile.inc 1.19 +1 -1 src/lib/libopie/Makefile 1.34 +1 -1 src/lib/libpcap/Makefile 1.52 +1 -0 src/lib/msun/Makefile Approved by: re (scottl) Notes: svn path=/stable/5/; revision=136030
* Add libgcov, a runtime support library for binaries compiled for basicAlexander Kabaev2004-08-142-1/+46
| | | | | | | block profiling. Notes: svn path=/head/; revision=133707
* Add missing patch which was forgotten during GCC 3.4.2 import. libgcc.aAlexander Kabaev2004-08-041-4/+2
| | | | | | | | | | | gets most of it content back now, when symbols from LIB2FUNCS are actually compiled. Noticed by: Steve Kargl <gk at troutmask dot apl dot washington dot edu> Pointy hat to: kan Notes: svn path=/head/; revision=133103
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-287-553/+661
| | | | Notes: svn path=/head/; revision=132751
* We generate this file from config.h automatically.Alexander Kabaev2004-07-281-1227/+0
| | | | Notes: svn path=/head/; revision=132750
* 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-421/+2424
| | | | 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-433/+2460
| | | | | | | | | | 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
* | Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-34/+68
| | | | | | | | Notes: svn path=/head/; revision=131490
* | Removed trailing whitespace.Ruslan Ermilov2004-07-021-9/+9
| | | | | | | | Notes: svn path=/head/; revision=131472
* | What is CVS doing to me??David E. O'Brien2004-04-211-1/+1
| | | | | | | | Notes: svn path=/head/; revision=128527
* | Add missing unique bits from libI77 v3.3.3's config.h.in.David E. O'Brien2004-04-201-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | The GCC developers separated out the configure header between libU77 and libI77 and FreeBSD didn't keep up with the change. So now this header needs to be a superset of both sublib's configuration specification. Notably this commit causes ftruncate(), fseeko(), and ftello() to be used. PR: 22635 Notes: svn path=/head/; revision=128481
* | Updated config.h for f77 3.3.3.David E. O'Brien2004-04-201-0/+21
| | | | | | | | Notes: svn path=/head/; revision=128479
* | Add "subscribe out of range" support.David E. O'Brien2004-04-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=128475
* | Just pass -DCRT_BEGIN as an option to mkdep(1), no need to overrideRuslan Ermilov2004-03-061-1/+1
| | | | | | | | | | | | | | the entire command. Notes: svn path=/head/; revision=126688
* | Test data before using it.Eric Melville2004-02-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | Of course, libdialog is still chock-full of similar bugs, but it's been multiple years and no one has any better suggestions so the bugs will just be dealt with case-by-case. PR: 28221 Notes: svn path=/head/; revision=126257
* | 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-1365/+1683
| | | | | | | | 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
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-052-4/+4
| | | | Notes: svn path=/head/; revision=125503
* Correct the atomicity.h fallback path on architectures which do notAlexander Kabaev2004-01-061-1/+1
| | | | | | | define their own. Notes: svn path=/head/; revision=124189
* Do not install files which are not part of GCC 3.3.x anymore.Alexander Kabaev2004-01-051-3/+3
| | | | Notes: svn path=/head/; revision=124153
* Upgrade to 4.3Andrey A. Chernov2003-08-313-16/+68
| | | | Notes: svn path=/head/; revision=119616
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
| | | | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. Notes: svn path=/head/; revision=119017
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118375
* Including dynamically generated osreldate.h wasn't such a goodAlexander Kabaev2003-07-131-0/+1
| | | | | | | | | | | idea after all. Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h will avoid including sys/param.h if __FreeBSD_version is already defined. Notes: svn path=/head/; revision=117496
* Update bmake bits to build GCC 3.3.1-prerelease.Alexander Kabaev2003-07-112-31/+43
| | | | Notes: svn path=/head/; revision=117429
* Update for GCC 3.3.1-pre.Alexander Kabaev2003-07-112-24/+96
| | | | Notes: svn path=/head/; revision=117428
* Add unwind-c.c file required for -fexceptions in C sources.Alexander Kabaev2003-07-111-2/+2
| | | | Notes: svn path=/head/; revision=117425
* Change CFLAGS to more closely follow options used when GCC is builtAlexander Kabaev2003-07-111-1/+2
| | | | | | | from stock FSF sources. Notes: svn path=/head/; revision=117424
* Catch up with bsd.lib.mk,v 1.143.Ruslan Ermilov2003-06-302-19/+0
| | | | Notes: svn path=/head/; revision=117082