From owner-cvs-gnu Sun Feb 9 06:10:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA17461 for cvs-gnu-outgoing; Sun, 9 Feb 1997 06:10:41 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA17453; Sun, 9 Feb 1997 06:10:36 -0800 (PST) Date: Sun, 9 Feb 1997 06:10:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199702091410.GAA17453@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/lib config.h_dist Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/09 06:10:35 Modified: gnu/usr.bin/man/lib config.h_dist Log: Reorder the default man sections. 2.2 candidate? Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/man/lib/config.h_dist From owner-cvs-gnu Thu Feb 13 13:10:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA08681 for cvs-gnu-outgoing; Thu, 13 Feb 1997 13:10:53 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA08670; Thu, 13 Feb 1997 13:10:51 -0800 (PST) Date: Thu, 13 Feb 1997 13:10:51 -0800 (PST) From: John-Mark Gurney Message-Id: <199702132110.NAA08670@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/patch Makefile inp.c patch.c pch.c util.c util.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/02/13 13:10:49 Modified: gnu/usr.bin/patch Makefile inp.c patch.c pch.c util.c util.h Log: Fix a problem with patch in that is will always default, even when the controlling terminal is closed. Now the function ask() will return 1 when th input is known to come from a file or terminal, or it will return 0 when ther was a read error. Modified the question "Skip patch?" so that on an error from ask it will skip the patch instead of looping. Closes PR#777 2.2 candidate Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/patch/Makefile 1.4 +6 -3 src/gnu/usr.bin/patch/inp.c 1.7 +6 -3 src/gnu/usr.bin/patch/patch.c 1.9 +10 -5 src/gnu/usr.bin/patch/pch.c 1.3 +9 -2 src/gnu/usr.bin/patch/util.c 1.3 +5 -2 src/gnu/usr.bin/patch/util.h From owner-cvs-gnu Thu Feb 13 13:16:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA09050 for cvs-gnu-outgoing; Thu, 13 Feb 1997 13:16:40 -0800 (PST) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA08863; Thu, 13 Feb 1997 13:14:55 -0800 (PST) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.4/8.7.3) id NAA18552; Thu, 13 Feb 1997 13:14:47 -0800 (PST) Date: Thu, 13 Feb 1997 13:14:47 -0800 (PST) Message-Id: <199702132114.NAA18552@vader.cs.berkeley.edu> To: jmg@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org In-reply-to: <199702132110.NAA08670@freefall.freebsd.org> (message from John-Mark Gurney on Thu, 13 Feb 1997 13:10:51 -0800 (PST)) Subject: Re: cvs commit: src/gnu/usr.bin/patch Makefile inp.c patch.c pch.c util.c util.h From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Closes PR#777 Thanks! Satoshi From owner-cvs-gnu Sat Feb 15 08:15:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00687 for cvs-gnu-outgoing; Sat, 15 Feb 1997 08:15:06 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00668; Sat, 15 Feb 1997 08:15:01 -0800 (PST) Date: Sat, 15 Feb 1997 08:15:01 -0800 (PST) From: Bruce Evans Message-Id: <199702151615.IAA00668@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/15 08:14:59 Modified: gnu/usr.bin/gdb/libiberty Makefile Log: Don't use the private version of vasprintf(). It doesn't understand "%%" in format strings and tends to dump core for "%%st". I needed "%%st" to fix the new gdb ... Don't use the private version of strerror() either. Use INTERNALLIB and INTERNALSTATICLIB instead of a private install rules NOPROFILE and NOPIC. This is only slightly cleaner. INTERNALLIB was previously only used in compatibility libraries (libgnumalloc etc.) and INTERNALSTATICLIB was previously unused. INTERNAL*LIB probably should be replaced by something like NOSTATICO together with NO{STATICO,PROFILE,PIC}INSTALL. Revision Changes Path 1.5 +4 -7 src/gnu/usr.bin/gdb/libiberty/Makefile From owner-cvs-gnu Sat Feb 15 08:24:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02289 for cvs-gnu-outgoing; Sat, 15 Feb 1997 08:24:56 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02270; Sat, 15 Feb 1997 08:24:52 -0800 (PST) Date: Sat, 15 Feb 1997 08:24:52 -0800 (PST) From: Bruce Evans Message-Id: <199702151624.IAA02270@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/15 08:24:51 Modified: gnu/usr.bin/gdb/libiberty Makefile Log: Oops, the last commit shouldn't have removed floatformat.c. Revision Changes Path 1.6 +1 -1 src/gnu/usr.bin/gdb/libiberty/Makefile From owner-cvs-gnu Sat Feb 15 08:56:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04168 for cvs-gnu-outgoing; Sat, 15 Feb 1997 08:56:02 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04142; Sat, 15 Feb 1997 08:55:59 -0800 (PST) Date: Sat, 15 Feb 1997 08:55:59 -0800 (PST) From: Bruce Evans Message-Id: <199702151655.IAA04142@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/15 08:55:58 Branch: gnu/usr.bin/gdb/libiberty RELENG_2_2 Modified: gnu/usr.bin/gdb/libiberty Makefile Log: YAMFC (don't use private versions of vasprintf(), strerror() or install rule). Revision Changes Path 1.3.2.2 +3 -6 src/gnu/usr.bin/gdb/libiberty/Makefile