Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | Put the a.out as and ld to rest in the Attic, finally! | Miod Vallat | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-06-03 | 2 terms | Marc Espie | |
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller | |
2002-09-07 | ansification of ld | Marco S Hyman | |
* normalized the signatures of the functions passed to each_file() and each_full_file(). In most cases that meant adding a void *dummy. In one case it changed an int to a void*, but the arg was only checked for zero/not-zero so the change was not significant. * removes unused code and structures. * makes sure printf args match their format. * got rid of some of the gcc -Wall warnings OK deraadt@ | |||
2002-07-19 | convert functions from K&R style to prototype style. | Marco S Hyman | |
Function arg types have not yet been fixed. OK fgs@, espie@ | |||
2002-07-15 | space to tab cleanup. Nothing but whitespace changes in this commit. | Marco S Hyman | |
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie | |
them. | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-04-17 | Let ldd scan shared libraries. Since it doesn't load them, it doesn't | Marc Espie | |
use the hint cache nor anything, but at least it shows what dependencies exist. | |||
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-07-31 | comma splice | Paul Janzen | |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
1999-05-21 | Be more specific about dynamic libraries: ldd does not know how to handle | Marc Espie | |
them, but they should be `reasonable' objects to pass to it. Otherwise, collect2 will get confused if the gcc driver is used to build dynamic libraries. | |||
1998-04-28 | use Xr more often | Theo de Raadt | |
1998-03-26 | RCS id cleanup | Niklas Hallqvist | |
1997-09-14 | exit 1, not count, because if count > 127... or if count == 255+1 | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1996-12-07 | avoid __LDPGSZ | Theo de Raadt | |
1996-10-08 | Attempt at cleanup. | michaels | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |