summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
2003-01-04spellingTheo de Raadt
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
2002-11-06Fix obnoxious makeinfo warnings during build.Miod Vallat
2002-05-28Fix *.texinfo warnings in gnu/.Mike Pechkin
espie@ request and OK
2002-04-19create include dir first.Marc Espie
2002-03-25bring in prototypesTheo de Raadt
2002-02-18deal with unsigned char issuesTheo de Raadt
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-10allow building with NOMAN= in /etc/mk.confJason Wright
2001-08-27fix description so it is aligned with other entries surrounding itBrad Smith
-- Ok'd by millert@
2001-03-25Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently ITodd C. Miller
was on drugs earlier.
2001-03-23explicitly generate info files via "all" target like we do forTodd C. Miller
cleandir. This is not the prettiest of things but it does work.
2001-03-18for "make cleandir" clean out the doc stuff tooTodd C. Miller
2001-03-18Deal with history_filename() returning NULL. Missing part if last commit.Todd C. Miller
2001-03-18If $HOME is not set do *not* use '.' for the history file.Todd C. Miller
2001-03-18Local patches:Todd C. Miller
remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset
2001-03-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2001-03-18Add BSD Makefiles, shlib_version and a pre-generated config.h forTodd C. Miller
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree.
2001-03-18GNU readline-4.1Todd C. Miller
2000-12-11another piece of GPL software gone.Niels Provos
2000-02-04Allow spaces in CCNiklas Hallqvist
1999-09-24Cleaning up my tree...Marc Espie
1999-05-26old libg++, replaced by part of egcs.Marc Espie
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-03-04Build info files from all: as they should beNiklas Hallqvist
1999-02-11support non-ELF build environmentsTheo de Raadt
1998-12-05NOMAN fixeskstailey
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-09-20Append "-idirafter ${DESTDIR}/usr/include/g++" to CPPFLAGS if DESTDIR isTodd C. Miller
specified so we can find gcc-installed c++ includes. dm@openbsd.org
1998-09-10clean up some files 'make distclean' on the GNU Makefile does not clean upTodd C. Miller
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