| Age | Commit message (Expand) | Author | Files | Lines |
| 1994-07-11 | Do the 4.4BSD sys_errlist modification for NetBSD also. | Charles Hannum | 1 | -1/+1 |
| 1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -3/+5 |
| 1994-03-25 | (putenv): Remove decl of unused variable STR_LEN. | Richard Kenner | 1 | -3/+0 |
| 1994-03-10 | (dup2): Catch dup() failure. Return correct value. | Richard Kenner | 1 | -3/+3 |
| 1994-03-10 | ([__MSDOS__]): Use #ifdef, not #if. | Richard Kenner | 1 | -2/+2 |
| 1994-02-06 | (sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined. | Jim Wilson | 1 | -0/+2 |
| 1993-12-23 | (main): When searching compiler directories, look for ld_suffix, not | Richard Kenner | 1 | -1/+3 |
| 1993-10-20 | (sys_errlist): Conditionalize declaration for BSD 4.4. | Jim Wilson | 1 | -2/+7 |
| 1993-10-03 | Fix typo. | Michael Meissner | 1 | -1/+1 |
| 1993-10-02 | Add prototypes to static declarations. | Richard Kenner | 1 | -42/+57 |
| 1993-09-11 | (main): Provide upward compatibility with old version | Doug Evans | 1 | -6/+27 |
| 1993-09-05 | collect2.c (our_file_name, [...]): deleted. | Doug Evans | 1 | -13/+73 |
| 1993-09-01 | collect2.c (is_ctor_dtor): Make sizeof argument match the string. | Mike Stump | 1 | -1/+1 |
| 1993-08-05 | (handler): Check whether c_file and o_file are 0. | Richard Stallman | 1 | -2/+2 |
| 1993-07-26 | (NAME__MAIN, SYMBOL__MAIN): Add default definitions. | Richard Stallman | 1 | -6/+18 |
| 1993-07-21 | Finish last change. | Richard Stallman | 1 | -2/+2 |
| 1993-07-21 | (is_ctor_dtor): Delete leading _'s from sym names | Richard Stallman | 1 | -2/+2 |
| 1993-07-10 | (main): Allocate COLLECT_NAME string with xmalloc. | Richard Stallman | 1 | -2/+1 |
| 1993-07-07 | Search for ld in the compiler directories. | Ian Lance Taylor | 1 | -3/+2 |
| 1993-07-07 | (fork_execute, scan_prog_file): Use "fork" in error | Jim Wilson | 1 | -2/+14 |
| 1993-07-04 | (error, fatal, fatal_perror): Say collect2, not collect. | Richard Stallman | 1 | -3/+3 |
| 1993-07-03 | (main): Give ld_file_name an initial value. | Doug Evans | 1 | -0/+2 |
| 1993-06-30 | (main): Don't look for `gld' or `TARGET-gld'. | Richard Stallman | 1 | -0/+6 |
| 1993-05-25 | (main): Use TARGET-gcc, not gcc-TARGET. | Richard Stallman | 1 | -18/+18 |
| 1993-05-21 | (main): For -debug, if ..._file_name is a null pointer, | Richard Stallman | 1 | -6/+12 |
| 1993-04-13 | (main, scan_prog_file): Don't call signal on signal names that aren't | Richard Kenner | 1 | -0/+12 |
| 1993-03-18 | (output_file): New static var. | Richard Stallman | 1 | -6/+12 |
| 1993-03-03 | (main): Use strlen, not sizeof, for our_file_name. | Richard Stallman | 1 | -1/+1 |
| 1993-02-26 | (is_ctor_dtor): Handle NO_DOT_IN_LABEL. | Richard Stallman | 1 | -0/+5 |
| 1993-02-11 | (find_a_file): Always reject "./ld". | Richard Kenner | 1 | -11/+13 |
| 1993-02-11 | (putenv): New function, copied from gcc.c. | Richard Kenner | 1 | -5/+69 |
| 1993-01-27 | Delete ISCOFF macro which was in #ifdef _AIX. | Richard Kenner | 1 | -6/+5 |
| 1993-01-26 | collect2.c (write_list_with_asm): Use `__asm__' instead of `asm', to avoid pr... | Brendan Kehoe | 1 | -1/+1 |
| 1993-01-26 | (find_a_file): First `access' test was backwards. | Richard Stallman | 1 | -2/+2 |
| 1993-01-22 | (our_file_name): New variable. | Richard Kenner | 1 | -2/+9 |
| 1993-01-18 | (choose_temp_base, main): Fix "off by one" errors in sizes of | Richard Kenner | 1 | -9/+9 |
| 1993-01-02 | (main): Look for `real-ld' after `gld', before `ld'. | Richard Stallman | 1 | -133/+311 |
| 1992-11-23 | (FREAD, FWRITE): Undef these macros if they were defined | Richard Stallman | 1 | -1/+2 |
| 1992-10-15 | (main): If COLLECT_GCC is a relative name, use it anyway. | Richard Stallman | 1 | -1/+4 |
| 1992-10-13 | (main): Only install a signal handler for signals that already have handlers. | Jim Wilson | 1 | -14/+12 |
| 1992-08-17 | Fix typo in last change. | Richard Stallman | 1 | -1/+1 |
| 1992-08-17 | (is_ctor_dtor): Don't collect cfront init fcns. | Richard Stallman | 1 | -0/+6 |
| 1992-07-28 | entered into RCS | Richard Stallman | 1 | -0/+19 |
| 1992-07-06 | *** empty log message *** | Charles Hannum | 1 | -1/+0 |
| 1992-06-30 | *** empty log message *** | Richard Stallman | 1 | -1/+6 |
| 1992-06-29 | *** empty log message *** | Mike Stump | 1 | -2/+5 |
| 1992-06-24 | *** empty log message *** | Richard Stallman | 1 | -1/+1 |
| 1992-06-18 | *** empty log message *** | Richard Stallman | 1 | -2/+2 |
| 1992-06-10 | *** empty log message *** | Michael Meissner | 1 | -1/+1 |
| 1992-06-05 | *** empty log message *** | Richard Stallman | 1 | -6/+6 |