| Commit message (Expand) | Author | Age | Files | Lines |
| * | Understand `--' to end processing of command options. | Wolfram Schneider | 1997-04-19 | 1 | -5/+5 |
| * | Fixed `make depend' and related bogons. LDFLAGS was used for | Bruce Evans | 1997-04-16 | 1 | -10/+2 |
| * | Fixed synopsis. There was a missing arg, 3 args with the wrong type, | Bruce Evans | 1997-04-13 | 1 | -12/+22 |
| * | Don't create anything on the disk if -O (aka --to-stdout) was given. | Joerg Wunsch | 1997-04-13 | 1 | -1/+4 |
| * | Close PR#3118 | Jordan K. Hubbard | 1997-04-13 | 1 | -1/+1 |
| * | Don't descend into the perl directory if it isn't there (eg: cvsup | Peter Wemm | 1997-04-12 | 1 | -2/+6 |
| * | Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A | Bruce Evans | 1997-04-11 | 1 | -2/+10 |
| * | Make depend rely on config.h | Jordan K. Hubbard | 1997-04-11 | 1 | -1/+1 |
| * | Fixed bogus existence test related to searching for a nearby obj | Bruce Evans | 1997-04-10 | 2 | -12/+4 |
| * | Fixed bogus existence test related to searching for a nearby obj | Bruce Evans | 1997-04-10 | 1 | -6/+1 |
| * | Fixed bogus existence test related to searching for a nearby obj | Bruce Evans | 1997-04-10 | 1 | -6/+1 |
| * | Fixed bogus existence test related to searching for a nearby obj | Bruce Evans | 1997-04-10 | 1 | -18/+9 |
| * | Oops. Missed the Complex number add case of code generation.. :-] | Peter Wemm | 1997-04-09 | 1 | -4/+4 |
| * | Fixed bugs involving paths: | Bruce Evans | 1997-04-07 | 1 | -0/+11 |
| * | Fixed bugs involving paths: | Bruce Evans | 1997-04-07 | 5 | -76/+36 |
| * | Attempt to patch up gdb so that it has a chance of working with the new | Peter Wemm | 1997-04-07 | 8 | -6/+716 |
| * | Bmake Makefile for building info files for GNU cpio. | David E. O'Brien | 1997-04-03 | 1 | -0/+15 |
| * | Bmake Makefiles for GNU cpio. | David E. O'Brien | 1997-04-03 | 1 | -0/+24 |
| * | Make way for FreeBSD files with CPIO bits in src/contrib/cpio | David E. O'Brien | 1997-04-03 | 43 | -11621/+0 |
| * | Remove a doubled word. Closes PR# 3163. | Mike Pritchard | 1997-04-01 | 1 | -1/+0 |
| * | Toast dummy lchown(), it's in libc now. | Peter Wemm | 1997-03-31 | 2 | -28/+1 |
| * | YAMF22 | Jordan K. Hubbard | 1997-03-29 | 1 | -2/+2 |
| * | generate c-exp.c, f-exp.c and m2-exp.c with yacc rather than using | Peter Wemm | 1997-03-29 | 2 | -4/+10 |
| * | Protect against multiple inclusion (All the CFLAGS+= items make the cc | Peter Wemm | 1997-03-29 | 1 | -1/+4 |
| * | Support the ".p2align" directive, which is standard in newer versions | John Polstra | 1997-03-29 | 1 | -1/+2 |
| * | Change a "=" to "?=" to make it easier to override the binary format | John Polstra | 1997-03-28 | 1 | -3/+3 |
| * | FreeBSD modifications and notes for GNU cpio. | David E. O'Brien | 1997-03-26 | 1 | -0/+10 |
| * | Add a new "-f" option to the linker, to print the resolved paths | John Polstra | 1997-03-22 | 3 | -5/+43 |
| * | Make makewhatis(1) happy. | Wolfram Schneider | 1997-03-21 | 1 | -4/+2 |
| * | Fix initstate() cast to match Lite2 | Andrey A. Chernov | 1997-03-17 | 1 | -2/+2 |
| * | fix compilation warnings in patch... (with slight modification) | John-Mark Gurney | 1997-03-17 | 5 | -6/+34 |
| * | Remove unnecessary chmod()'s. This should likely go in other branches. | Guido van Rooij | 1997-03-15 | 1 | -3/+1 |
| * | delete the LINKS line (link gdb to kgdb) by popular demand. | Gary Jennejohn | 1997-03-15 | 2 | -6/+2 |
| * | Support german mdoc man pages (currently no german mdoc man page exists). | Wolfram Schneider | 1997-03-14 | 1 | -3/+3 |
| * | Support german Linux/GNU man pages. | Wolfram Schneider | 1997-03-13 | 1 | -2/+2 |
| * | add LINKS line to Makefile to automatically produce a link to kgdb | Gary Jennejohn | 1997-03-12 | 4 | -2/+20 |
| * | Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h | Peter Wemm | 1997-03-11 | 1 | -2/+2 |
| * | Fix the getopt() prototype to match the system one. | Peter Wemm | 1997-03-11 | 1 | -1/+1 |
| * | Build under Lite2 includes | Peter Wemm | 1997-03-11 | 1 | -1/+1 |
| * | Fix srandom arg type according to Lite2 | Andrey A. Chernov | 1997-03-11 | 1 | -2/+2 |
| * | Fixed style bugs in install rule (afterinstall -> beforeinstall, etc). | Bruce Evans | 1997-03-09 | 1 | -7/+3 |
| * | Fix a number of typos, one of which is part of PR# 2917. | Mike Pritchard | 1997-03-09 | 1 | -4/+4 |
| * | Don't use a dot in the chown commands. In fact, don't use any commands | Bruce Evans | 1997-03-08 | 1 | -20/+15 |
| * | Fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@. | Bruce Evans | 1997-03-08 | 1 | -5/+5 |
| * | Bugfix for man pages created by perlpod(1). | Wolfram Schneider | 1997-03-01 | 1 | -1/+2 |
| * | Plug an old security hole: suidperl didn't honor MNT_NOSUID. | Joerg Wunsch | 1997-03-01 | 2 | -2/+23 |
| * | Fix various overflows for items longer then menu width. | Andrey A. Chernov | 1997-02-28 | 1 | -4/+6 |
| * | Don't set the umask until after we have processed the arguments | Mike Pritchard | 1997-02-25 | 1 | -1/+1 |
| * | Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just in | Peter Wemm | 1997-02-23 | 2 | -56/+8 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 281 | -290/+290 |