aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-155-9/+13
* If a library is found in the hints file, but the library doesn't exist,John Polstra1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14444-458/+470
* Back out previous fix. It was bogus.Jordan K. Hubbard1997-01-131-10/+4
* Install a dir file if one doesn't exist. This seems the most likelyJordan K. Hubbard1997-01-131-3/+10
* Turn this into legal texinfo. Since I don't know what the authorJordan K. Hubbard1997-01-131-8/+8
* Sort cross references.Wolfram Schneider1997-01-135-14/+16
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.John Polstra1997-01-121-4/+3
* Patch up the readline info building. This one is a bit of a problemPeter Wemm1997-01-124-12/+33
* Don't conflict with INFODIR?=${SHAREDIR}/info from the system MakefilesPeter Wemm1997-01-121-5/+5
* Make this (hopefully) build now. There was no dir entry.Peter Wemm1997-01-121-2/+4
* Fix path to readline docs, since it's now in contribPeter Wemm1997-01-121-1/+1
* Disconnect the doc subdir until somebody fixes this. I don't see how thisPeter Wemm1997-01-121-2/+2
* Correct typos and spelling errors.John Polstra1997-01-121-5/+5
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-23/+54
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerJohn Polstra1997-01-121-2/+2
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-2/+21
* Changes to make ld demangle C++ symbol names before printingJoshua Peck Macdonald1997-01-117-1048/+94
* Same.Joshua Peck Macdonald1997-01-112-2/+5
* Same. This wasn't installed before either.Joshua Peck Macdonald1997-01-111-1/+3
* Same.Joshua Peck Macdonald1997-01-111-1/+5
* Same. This wasn't even in the old dir file.Joshua Peck Macdonald1997-01-111-1/+3
* Same.Joshua Peck Macdonald1997-01-112-1/+2
* Same deal.Joshua Peck Macdonald1997-01-111-0/+2
* Same deal.Joshua Peck Macdonald1997-01-111-1/+5
* Same thing.Joshua Peck Macdonald1997-01-111-0/+2
* Forgot a TAB.Joshua Peck Macdonald1997-01-111-1/+1
* Same thing.Joshua Peck Macdonald1997-01-111-0/+3
* Getting tired of writing same thing.Joshua Peck Macdonald1997-01-111-0/+2
* Added section and entry annotations.Joshua Peck Macdonald1997-01-111-0/+3
* Add missing info section name.Joshua Peck Macdonald1997-01-111-0/+1
* Add the missing annotations.Joshua Peck Macdonald1997-01-111-12/+6
* Add the missing annotations.Joshua Peck Macdonald1997-01-111-1/+6
* Clearing out the old stuff, its all in contrib now.Joshua Peck Macdonald1997-01-1178-48330/+95
* For "ldd -v", print shared object dependencies that were specified asJohn Polstra1997-01-101-3/+6
* Fix some file descriptor leaks. Closes PR# 2392.Mike Pritchard1997-01-092-12/+16
* Typo, "%d" -> "%s". This caused tar to print things likeSatoshi Asami1997-01-071-1/+1
* Remove bogus redeclaration of setenv().Jordan K. Hubbard1997-01-071-2/+4
* Fix bogosity with gdb documentation path.Jordan K. Hubbard1997-01-071-1/+1
* Add -f to lnAndrey A. Chernov1997-01-061-3/+3
* Use contrib version nowAndrey A. Chernov1997-01-0548-23013/+52
* Use ${COPY} instead of -C for installing non-source files. crt*.oBruce Evans1997-01-011-2/+2
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-016-11/+11
* Fix spelling error in manpage.Steven Wallace1996-12-261-2/+2
* Pull the fix from rev 1.31.2.1; i've accidentally committed it toJoerg Wunsch1996-12-261-1/+0
* Remove a couple of private malloc() implementations, one of whichPoul-Henning Kamp1996-12-236-1033/+4
* Even more buffer overflow fixesAndrey A. Chernov1996-12-192-51/+52
* Fix many buffer overflows, sprintf -> snprintfAndrey A. Chernov1996-12-181-27/+25
* Fix my popen fix: conditionalize saving/restoring of euidAndrey A. Chernov1996-12-181-12/+18
* Drop man priveledges before popen and restore them after it, becauseAndrey A. Chernov1996-12-181-0/+12