summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
1998-08-07Do not build the libiberty version of vasprintf, use the version that isDale S. Rahn
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing.
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-06-07make includes supportTodd C. Miller
1998-06-07$(INSTALL) not installTodd C. Miller
1998-03-19Make Makefile.bsd=wrapper match Makefile.inNiklas Hallqvist
1998-03-08In "make includes" don't try to install a file called '*.h'Todd C. Miller
1998-03-07add dummy.h to CLEANFILESTodd C. Miller
1998-03-07This probably should not have made it into the libg++-2.8.0 tarball.Todd C. Miller
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03Files from libg++ 2.8.0 that cvs erroneously placed in the trunk.Todd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-02-03Just update from newer version included with binutils.Todd C. Miller
1998-02-03Fix formatting so makewahtis.sed can deal, noted by TheoTodd C. Miller
1997-11-19Fixed building on a read-only src-tree.Artur Grabowski
1997-11-04GLOBAL_AUTCONF_CACHEkstailey
1997-10-13Use generic .c vers until asm fixed (PPC)Per Fogelstrom
1997-10-05Make it compile on vax. -mojMats O Jansson
1997-09-20Support for building libgmp only if something has changed.Tobias Weingartner
This helps me with not having root re-build libgmp every- time I install the system.
1997-08-27DOH! did I not revert this yesterday? our gcc can't deal with correctNiklas Hallqvist
C++ code :-(
1997-08-26Updated to Cygnus versions (egcs uncovered many bugs)Niklas Hallqvist
1997-08-26getline template badly instantiated, found by compiling with egcsNiklas Hallqvist
1997-08-03mips needs -call_shared to as for asm codePer Fogelstrom
1997-07-28Use the config.guess we have elsewhere, brings us arc supportNiklas Hallqvist
1997-07-28support mvme68k; also change all m68k architectures to be -unknown-Theo de Raadt
1997-07-10add a bunch of ${config_shell} or $(SHELL) so that also libgmp configuresThomas Graichen
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable
1997-06-30remove: insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.sokstailey
1997-06-28It was in the fucking wrapper, too!Jason Downs
Texinfo updates the dir node, NOT individual packages!
1997-06-28Don't attempt to edit a dir file that doesn't exist yet!Jason Downs
1997-06-25make install work first timeNiels Provos
1997-06-24add libgmpNiels Provos
1997-06-24import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on.Niels Provos
1997-06-06fix a problem where make works once and fails on a second try due to some ↵grr
symlink already existing
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-01-19work around linker problems on the mips (explicitely link withThomas Graichen
-ltermlib)
1996-10-27link against -lcurses until ld is fixedTheo de Raadt
1996-09-26pefo sez: constructors are not working with shared libs; -DNOPIC for mips hereTheo de Raadt
1996-09-22ld is broken when handling weak symbols in shared libararies. This isetheisen
a quick workaround to allow libg++ to build. WARNING: If you use libg++, you must EXPLICIDLY link against libcurses, even if you don't use curses.
1996-08-20R.I.P.Thorsten Lockert
1996-07-31rely on mtreeTheo de Raadt
1996-07-31We want to build libg++ even in OpenBSD/alphaNiklas Hallqvist
1996-07-26Don't try to install man pages if NOMAN is defined, it will not work!Mats O Jansson
1996-06-03Make this compile with both BSD curses and ncursesThorsten Lockert
1996-06-03do not build special files for clean, cleandir, or objTheo de Raadt
1996-05-22A possible make recursion case blown awayNiklas Hallqvist
1996-05-19The former build assumed either no separate objdirs, or objdir links to aNiklas Hallqvist
separate equivalent hierarchy. There are two cases where this does not hold: 1. When the objdirs are real directories in the src tree, i.e. not links. 2. When OBJMACHINE is set. Fix these remaining cases.