summaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-102/+0
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-092-6/+6
* Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused onlyBruce Evans1998-12-271-7/+15
* Removed rotten, unused implicit rules. The ld -O in one might have beenBruce Evans1998-12-271-14/+1
* Add support for building on MIPS based systems.Warner Losh1998-12-162-2/+16
* libg++ and libstdc++ also have internal calls to libm. Programs using thePeter Wemm1998-10-112-2/+10
* Replace use of non-standard ld -O with a ld -o / mv combination as usedPeter Wemm1998-10-061-7/+13
* Add documentation for new tree functions.Jordan K. Hubbard1998-10-022-8/+73
* Add missing free().Jordan K. Hubbard1998-09-301-1/+2
* Add examples for tree functions.Jordan K. Hubbard1998-09-296-2/+346
* Add support for saved trees.Jordan K. Hubbard1998-09-292-4/+111
* Update tree function and remove gratuitous .h file.Jordan K. Hubbard1998-09-282-48/+79
* Unbump the minor number; guess this doesn't happen in the ELF worldJordan K. Hubbard1998-09-281-2/+2
* Add some new functionality which I promised to add over a year a go andJordan K. Hubbard1998-09-264-3/+1035
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherWarner Losh1998-09-101-1/+1
* Use size of structure rather than hard coded 256 in readlink. This changeWarner Losh1998-09-091-1/+1
* Document why the library is still not being build as shared.Martin Cracauer1998-09-091-2/+2
* Fixed munging of the SUBDIR list in rev.1.16-1.18.Bruce Evans1998-09-021-4/+2
* All libs build on alpha now.Doug Rabson1998-08-311-6/+2
* Get definition of va_list from <stdarg.h>.Doug Rabson1998-08-311-1/+2
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-302-4/+4
* Change the aux field type to long instead of int so that it is largeJohn Birrell1998-08-201-1/+1
* Use a different hack for building libgcc2: `XCC= ${CC}' instead ofBruce Evans1998-07-081-37/+19
* Spelling corrections.Joseph Koshy1998-06-061-2/+2
* Don't blow away parts of the sourcetree on a 'make clean'. This wasEivind Eklund1998-05-241-4/+4
* Change the order of the include paths so that the architecture specificJohn Birrell1998-05-152-6/+6
* This was broken for ELF builds.Doug Rabson1998-04-301-1/+1
* Upgrade to 2.2Andrey A. Chernov1998-04-282-3/+10
* Support building of libgcc.a without building all of gcc. This isBruce Evans1998-03-231-15/+34
* Don't use beforedepend to complicate and break things. The usualBruce Evans1998-03-201-140/+65
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,Bruce Evans1998-03-122-6/+8
* Don't add streambuf.cc to SRCS twice.Bruce Evans1998-02-251-2/+2
* Just one of these libs left to port to alpha.John Birrell1998-02-191-5/+5
* Modify for MACHINE_ARCH support instead of assuming just x86.John Birrell1998-01-252-20/+83
* Avoid building x86 specific libraries on Alpha.John Birrell1998-01-101-2/+8
* <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newerJames Raynard1997-10-191-2/+14
* Fix improperly re-entrant code which caused the menu spammage we'veJordan K. Hubbard1997-10-122-37/+25
* _G_VTABLE_LABLE_PREFIX is different between ELF and a.outPeter Wemm1997-09-201-0/+6
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
* Insert hooks for building under elf.Peter Wemm1997-08-291-2/+16
* Backed out previous commit. mp.h is installed from libmp and should notBruce Evans1997-08-211-3/+1
* during the ,beforeinstall' target mp.h has to be installed as wellAndreas Klemm1997-08-171-1/+3
* Upgrade to 2.1Andrey A. Chernov1997-06-072-21/+144
* Add ${DESTDIR} in front of absolute paths.Satoshi Asami1997-05-232-4/+4
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.John Polstra1997-05-062-4/+2
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,Bruce Evans1997-04-131-12/+22
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-102-12/+4
* Oops. Missed the Complex number add case of code generation.. :-]Peter Wemm1997-04-091-4/+4
* YAMF22Jordan K. Hubbard1997-03-291-2/+2
* Fix various overflows for items longer then menu width.Andrey A. Chernov1997-02-281-4/+6