aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Increase MAX_LEN to 4096Andrey A. Chernov2007-08-191-1/+1
| | | | | | | It fix core dump with latest ghostscript-gpl port (too many items) Notes: svn path=/stable/6/; revision=171897
* MFC readline 5.2 patchset 002Rong-En Fan2007-04-172-4/+55
| | | | | | | | Approved by: delphij (mentor) OKed by: ache Notes: svn path=/stable/6/; revision=168800
* MFC: rev 1.58: ARM platform does setjmp/longjmp exceptions.David E. O'Brien2006-10-051-0/+3
| | | | | | | Approved by: re(KEN) Notes: svn path=/stable/6/; revision=163044
* ARM in its present state cannot handle the full LIB1ASMFUNCS and FP/DPBIT'sDavid E. O'Brien2006-10-051-3/+5
| | | | | | | | | so build a limited set. Approved by: re(KEN) Notes: svn path=/stable/6/; revision=163040
* demangle.h was removed in vendor sources sometime between 3.4.2 and 3.4.4.David E. O'Brien2006-09-051-1/+1
| | | | Notes: svn path=/stable/6/; revision=162052
* MFC: rev 1.8: update libsupc++ to include missing filesDavid E. O'Brien2006-09-051-5/+6
| | | | Notes: svn path=/stable/6/; revision=162047
* MFC: a lot of manpage fixes from HEAD.Giorgos Keramidas2005-09-241-2/+2
| | | | | | | Approved by: re (hrs) Notes: svn path=/stable/6/; revision=150500
* MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in orderColin Percival2005-08-192-0/+2
| | | | | | | | | to make this library build repeatably. Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=149260
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-226-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whose version has not already been bumped since RELENG_5 are being bumped. Revisions of files being MFC-ed: > Path Revision > src/gnu/lib/libdialog/Makefile 1.43 > src/gnu/lib/libg2c/Makefile 1.16 > src/gnu/lib/libobjc/Makefile 1.27 > src/gnu/lib/libreadline/Makefile.inc 1.12 > src/gnu/lib/libregex/Makefile 1.32 > src/gnu/lib/libstdc++/Makefile 1.56 > src/kerberos5/lib/Makefile.inc 1.7 > src/lib/Makefile.inc 1.3 > src/lib/libalias/Makefile 1.31 > src/lib/libarchive/Makefile 1.37 > src/lib/libbegemot/Makefile 1.3 > src/lib/libbluetooth/Makefile 1.2 > src/lib/libbsnmp/Makefile.inc 1.6 > src/lib/libbz2/Makefile 1.6 > src/lib/libc_r/Makefile 1.42 > src/lib/libcrypt/Makefile 1.36 > src/lib/libdevstat/Makefile 1.15 > src/lib/libdevstat/devstat.h 1.11 > src/lib/libedit/Makefile 1.29 > src/lib/libexpat/Makefile 1.5 > src/lib/libfetch/Makefile 1.45 > src/lib/libftpio/Makefile 1.14 > src/lib/libgpib/Makefile 1.2 > src/lib/libipsec/Makefile 1.17 > src/lib/libkiconv/Makefile 1.3 > src/lib/libmagic/Makefile 1.7 > src/lib/libmp/Makefile 1.10 > src/lib/libncp/Makefile 1.6 > src/lib/libncurses/Makefile 1.79 > src/lib/libnetgraph/Makefile 1.11 > src/lib/libngatm/Makefile 1.6 > src/lib/libopie/Makefile 1.21 > src/lib/libpam/Makefile.inc 1.17 > src/lib/libpthread/Makefile 1.54 > src/lib/libradius/Makefile 1.12 > src/lib/libsdp/Makefile 1.4 > src/lib/libsmb/Makefile 1.8 > src/lib/libtacplus/Makefile 1.7 > src/lib/libthr/Makefile 1.14 > src/lib/libthread_db/Makefile 1.6 > src/lib/libugidfw/Makefile 1.7 > src/lib/libusbhid/Makefile 1.10 > src/lib/libutil/Makefile 1.57 > src/lib/libvgl/Makefile 1.11 > src/lib/libwrap/Makefile 1.17 > src/lib/libypclnt/Makefile 1.13 > src/lib/msun/Makefile 1.72 > src/secure/lib/libcrypto/Makefile 1.74 > src/secure/lib/libssh/Makefile 1.35 > src/secure/lib/libssl/Makefile 1.22 > src/usr.sbin/bsnmpd/modules/Makefile.inc 1.10 Reviewed by: ru Approved by: re (scottl) Notes: svn path=/stable/6/; revision=148300
* 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
* | Turn on libobjc.so for all platforms on -current. It didn't work backPeter Wemm2005-05-011-12/+2
| | | | | | | | | | | | | | in 1996. Notes: svn path=/head/; revision=145739
* | Enforce style.Makefile(5).Tom Rhodes2005-04-222-2/+2
| | | | | | | | | | | | | | Glanced at by: ru (some time ago). Notes: svn path=/head/; revision=145413
* | Teach libstdc++ about frexpl() and ldexpl().David Schultz2005-03-261-2/+2
| | | | | | | | Notes: svn path=/head/; revision=144140
* | Fixed compilation warnings.Ruslan Ermilov2005-02-211-1/+2
| | | | | | | | Notes: svn path=/head/; revision=142189
* | Expand contractions.Ruslan Ermilov2005-02-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=141946
* | Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | | | | | Notes: svn path=/head/; revision=141846
* | More math functions.Alexander Kabaev2005-01-261-3/+3
| | | | | | | | | | | | | | Prodded by: stefanf Notes: svn path=/head/; revision=140864
* | We have floorl() now. Reflect this in the library config file.Alexander Kabaev2005-01-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=140861
* | Of all templates only lists need a special implmementation file compiledAlexander Kabaev2005-01-261-8/+9
| | | | | | | | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile. Notes: svn path=/head/; revision=140860
* | Sort sections.Ruslan Ermilov2005-01-181-10/+11
| | | | | | | | Notes: svn path=/head/; revision=140410
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building thisColin Percival2005-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Since the random seed is only used when handling files which do not have any externally-visible symbols, this change is not needed for any other libraries in the FreeBSD base system. Discussed on: freebsd-arch (in early November) Approved by: kan MFC after: 1 week Notes: svn path=/head/; revision=140372
* | Fix 'redraw' of checklist box. It is occurs in situation when size ofAlexey Zelkin2005-01-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | checklist box is strictly set via command line, but amount of checklist items less than height of checklist box. In this case bottom part of box was not redrawn (occurs when passing focus behind of 'Cancel' button while configuring any FreeBSD port OPTIONS) MFC after: 3 days Notes: svn path=/head/; revision=139669
* | NOHTML -> NO_HTMLRuslan Ermilov2004-12-211-1/+1
| | | | | | | | Notes: svn path=/head/; revision=139119
* | NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-214-10/+10
| | | | | | | | | | | | | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* | Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | | | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* | For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-243-4/+4
| | | | | | | | | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* | Replaced afterinstall: with FILES.Ruslan Ermilov2004-10-181-5/+2
| | | | | | | | Notes: svn path=/head/; revision=136666
* | Back out termcap -> ncurses change in LDADD/DPADDAndrey A. Chernov2004-10-181-2/+2
| | | | | | | | | | | | | | It expand functions scope too wide Notes: svn path=/head/; revision=136658
* | Upgrade to 5.0Andrey A. Chernov2004-10-181-1/+1
| | | | | | | | Notes: svn path=/head/; revision=136657
* | Upgrade to 5.0Andrey A. Chernov2004-10-182-8/+6
| | | | | | | | Notes: svn path=/head/; revision=136654
* | Update for 5.0Andrey A. Chernov2004-10-181-6/+23
| | | | | | | | Notes: svn path=/head/; revision=136653
* | Bump the library version numbers for the following libraries:Ken Smith2004-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be) Notes: svn path=/head/; revision=136027
* | We *need* the pic libobjc library for amd64. It is needed for ia64 asPeter Wemm2004-09-291-0/+5
| | | | | | | | | | | | | | | | | | well, but I'll let Marcel decide whether he wants to build a .so or not. Without this, building certain ports that use objc have fatal errors. Notes: svn path=/head/; revision=135944
* | 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
* | Fix a problem mentioned in the previous revision in a different,Ruslan Ermilov2004-09-101-3/+3
| | | | | | | | | | | | | | | | non-intrusive way. This should also fix the PowerPC build that broke due to this change. Notes: svn path=/head/; revision=135029
* | Add the .h files to the .o dependency lists so the .h's are created beforeDavid E. O'Brien2004-09-091-2/+2
| | | | | | | | | | | | | | trying to build the .o's. Notes: svn path=/head/; revision=135011
* | Add atomicity.cc to CLEANFILES.Ruslan Ermilov2004-09-011-0/+1
| | | | | | | | Notes: svn path=/head/; revision=134596
* | 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