From owner-cvs-gnu Mon Jan 20 11:37:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA20977 for cvs-gnu-outgoing; Mon, 20 Jan 1997 11:37:16 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA20970; Mon, 20 Jan 1997 11:37:15 -0800 (PST) Date: Mon, 20 Jan 1997 11:37:15 -0800 (PST) From: John Polstra Message-Id: <199701201937.LAA20970@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/20 11:37:14 Branch: gnu/usr.bin/ld/rtld RELENG_2_2 Modified: gnu/usr.bin/ld/rtld rtld.c Log: Merge bug fix from main branch 1.43 -> 1.44: If a library is found in the hints file, but the library doesn't exist, ignore the hint. Revision Changes Path 1.40.2.1 +5 -1 src/gnu/usr.bin/ld/rtld/rtld.c From owner-cvs-gnu Tue Jan 21 10:16:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA03436 for cvs-gnu-outgoing; Tue, 21 Jan 1997 10:16:06 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA03427; Tue, 21 Jan 1997 10:16:04 -0800 (PST) Date: Tue, 21 Jan 1997 10:16:04 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701211816.KAA03427@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/cc_int Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/21 10:16:04 Modified: gnu/usr.bin/cc/cc_int Makefile Log: Remove incorrect use of double-negative since it means the same thing to make but perhaps not to the human reading it. Revision Changes Path 1.13 +2 -2 src/gnu/usr.bin/cc/cc_int/Makefile From owner-cvs-gnu Thu Jan 23 16:07:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21808 for cvs-gnu-outgoing; Thu, 23 Jan 1997 16:07:14 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21799; Thu, 23 Jan 1997 16:07:10 -0800 (PST) Date: Thu, 23 Jan 1997 16:07:10 -0800 (PST) From: John Polstra Message-Id: <199701240007.QAA21799@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c support.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/23 16:07:08 Modified: gnu/usr.bin/ld ld.c support.c Log: Use xmalloc instead of malloc in two places, so that out-of-memory conditions will be detected. Submitted by: Philippe Charnier Revision Changes Path 1.39 +1 -1 src/gnu/usr.bin/ld/ld.c 1.3 +1 -1 src/gnu/usr.bin/ld/support.c From owner-cvs-gnu Sat Jan 25 23:48:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24976 for cvs-gnu-outgoing; Sat, 25 Jan 1997 23:48:32 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24965; Sat, 25 Jan 1997 23:48:27 -0800 (PST) Date: Sat, 25 Jan 1997 23:48:27 -0800 (PST) From: Mike Pritchard Message-Id: <199701260748.XAA24965@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/25 23:48:25 Branch: gnu/usr.bin/rcs/rlog RELENG_2_2 Modified: gnu/usr.bin/rcs/rlog rlog.1 Log: YAMFC: from rev 1.6: re-document the "-v" option. Revision Changes Path 1.4.2.1 +5 -1 src/gnu/usr.bin/rcs/rlog/rlog.1