From owner-cvs-gnu Sun Oct 27 13:51:27 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA18077 for cvs-gnu-outgoing; Sun, 27 Oct 1996 13:51:27 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA18054; Sun, 27 Oct 1996 13:51:03 -0800 (PST) Date: Sun, 27 Oct 1996 13:51:03 -0800 (PST) From: Joerg Wunsch <joerg> Message-Id: <199610272151.NAA18054@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/bison/data Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/27 13:51:02 Modified: gnu/usr.bin/bison/data Makefile Log: Added ${DESTDIR} to the install target so bison.{simple,hairy} will also appear in our releases. ;) Forgotten by: peter Revision Changes Path 1.2 +5 -3 src/gnu/usr.bin/bison/data/Makefile From owner-cvs-gnu Tue Oct 29 10:45:46 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA15694 for cvs-gnu-outgoing; Tue, 29 Oct 1996 10:45:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA15672; Tue, 29 Oct 1996 10:45:22 -0800 (PST) Date: Tue, 29 Oct 1996 10:45:22 -0800 (PST) From: Peter Wemm <peter> Message-Id: <199610291845.KAA15672@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldd ldd.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/29 10:45:21 Modified: gnu/usr.bin/ld/ldd ldd.c Log: oops, uninitialised variable.. -v mode depended on stack contents. Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920 Revision Changes Path 1.8 +2 -2 src/gnu/usr.bin/ld/ldd/ldd.c From owner-cvs-gnu Tue Oct 29 13:52:47 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26888 for cvs-gnu-outgoing; Tue, 29 Oct 1996 13:52:47 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26863; Tue, 29 Oct 1996 13:52:26 -0800 (PST) Date: Tue, 29 Oct 1996 13:52:26 -0800 (PST) From: Gary Jennejohn <gj> Message-Id: <199610292152.NAA26863@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gj 96/10/29 13:52:25 Modified: gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h Log: changes to gdb to: 1) add Garrett Wollman's trap frame resolving mods 2) make the `proc' command (kernel debugging) really work 3) allow use of a pid with the `proc' command (previously you had to provide the address of the proc structure) Unfortunately, the `proc' command won't work while doing remote debugging. Revision Changes Path 1.11 +189 -6 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c 1.5 +19 -4 src/gnu/usr.bin/gdb/gdb/kcorelow.c 1.5 +8 -4 src/gnu/usr.bin/gdb/gdb/tm.h From owner-cvs-gnu Tue Oct 29 21:55:58 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03127 for cvs-gnu-outgoing; Tue, 29 Oct 1996 21:55:58 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-41.rdcy01.pacbell.net [206.170.5.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA03119; Tue, 29 Oct 1996 21:55:47 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id VAA00582; Tue, 29 Oct 1996 21:55:44 -0800 (PST) Message-Id: <199610300555.VAA00582@precipice.shockwave.com> To: Gary Jennejohn <gj@freefall.freebsd.org> cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h In-reply-to: Your message of "Tue, 29 Oct 1996 13:52:26 PST." <199610292152.NAA26863@freefall.freebsd.org> Date: Tue, 29 Oct 1996 21:55:43 -0800 From: Paul Traina <pst@shockwave.com> Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please make appropriate changes to the gdb-4.16 port, as gdb-4.13 is about to die. From: Gary Jennejohn <gj@freefall.freebsd.org> Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h gj 96/10/29 13:52:25 Modified: gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h Log: changes to gdb to: 1) add Garrett Wollman's trap frame resolving mods 2) make the `proc' command (kernel debugging) really work 3) allow use of a pid with the `proc' command (previously you had to provide the address of the proc structure) Unfortunately, the `proc' command won't work while doing remote debugging. Revision Changes Path 1.11 +189 -6 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c 1.5 +19 -4 src/gnu/usr.bin/gdb/gdb/kcorelow.c 1.5 +8 -4 src/gnu/usr.bin/gdb/gdb/tm.h From owner-cvs-gnu Wed Oct 30 21:14:56 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA26913 for cvs-gnu-outgoing; Wed, 30 Oct 1996 21:14:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA26878; Wed, 30 Oct 1996 21:14:33 -0800 (PST) Date: Wed, 30 Oct 1996 21:14:33 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310514.VAA26878@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libregex regex.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 21:14:31 Modified: gnu/lib/libregex regex.c Log: Replace collate_range_cmp with its code (GNU variant) Revision Changes Path 1.8 +17 -4 src/gnu/lib/libregex/regex.c From owner-cvs-gnu Wed Oct 30 23:36:22 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06408 for cvs-gnu-outgoing; Wed, 30 Oct 1996 23:36:22 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06394; Wed, 30 Oct 1996 23:36:12 -0800 (PST) Date: Wed, 30 Oct 1996 23:36:12 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310736.XAA06394@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/sort sort.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:36:11 Modified: gnu/usr.bin/sort sort.c Log: Replace collate_range_cmp call by its code (GNU version) Revision Changes Path 1.9 +16 -0 src/gnu/usr.bin/sort/sort.c From owner-cvs-gnu Wed Oct 30 23:41:38 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06621 for cvs-gnu-outgoing; Wed, 30 Oct 1996 23:41:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06603; Wed, 30 Oct 1996 23:41:28 -0800 (PST) Date: Wed, 30 Oct 1996 23:41:28 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310741.XAA06603@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep dfa.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:41:28 Modified: gnu/usr.bin/grep dfa.c Log: Replace collate_range_cmp call with its code (GNU version) Revision Changes Path 1.6 +17 -3 src/gnu/usr.bin/grep/dfa.c From owner-cvs-gnu Wed Oct 30 23:45:30 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06784 for cvs-gnu-outgoing; Wed, 30 Oct 1996 23:45:30 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06770; Wed, 30 Oct 1996 23:45:20 -0800 (PST) Date: Wed, 30 Oct 1996 23:45:20 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310745.XAA06770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/awk dfa.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:45:19 Modified: gnu/usr.bin/awk dfa.c Log: Replace collate_range_cmp call with its code (GNU version) Revision Changes Path 1.6 +17 -3 src/gnu/usr.bin/awk/dfa.c From owner-cvs-gnu Thu Oct 31 00:01:26 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07461 for cvs-gnu-outgoing; Thu, 31 Oct 1996 00:01:26 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07446; Thu, 31 Oct 1996 00:01:18 -0800 (PST) Date: Thu, 31 Oct 1996 00:01:18 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310801.AAA07446@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/man glob.c man.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/31 00:01:17 Modified: gnu/usr.bin/man/man glob.c man.c Log: Localize it Revision Changes Path 1.4 +23 -0 src/gnu/usr.bin/man/man/glob.c 1.21 +6 -0 src/gnu/usr.bin/man/man/man.c From owner-cvs-gnu Thu Oct 31 00:03:43 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07559 for cvs-gnu-outgoing; Thu, 31 Oct 1996 00:03:43 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07534; Thu, 31 Oct 1996 00:03:29 -0800 (PST) Date: Thu, 31 Oct 1996 00:03:29 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610310803.AAA07534@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/man strdup.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/31 00:03:28 Removed: gnu/usr.bin/man/man strdup.c Log: Remove unused file From owner-cvs-gnu Thu Oct 31 06:44:33 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11713 for cvs-gnu-outgoing; Thu, 31 Oct 1996 06:44:33 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11695; Thu, 31 Oct 1996 06:44:26 -0800 (PST) Date: Thu, 31 Oct 1996 06:44:26 -0800 (PST) From: "Andrey A. Chernov" <ache> Message-Id: <199610311444.GAA11695@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/sort sort.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/31 06:44:25 Modified: gnu/usr.bin/sort sort.c Log: Uncomment static from collate_range_cmp, no more in locale.h Revision Changes Path 1.10 +1 -1 src/gnu/usr.bin/sort/sort.c From owner-cvs-gnu Sat Nov 2 19:33:22 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18390 for cvs-gnu-outgoing; Sat, 2 Nov 1996 19:33:22 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18204; Sat, 2 Nov 1996 19:31:38 -0800 (PST) Date: Sat, 2 Nov 1996 19:31:38 -0800 (PST) From: Steve Price <steve> Message-Id: <199611030331.TAA18204@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/dc dc.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/11/02 19:31:37 Modified: gnu/usr.bin/dc dc.c Log: Don't allow filenames specified on the commandline to be directories. Revision Changes Path 1.4 +8 -1 src/gnu/usr.bin/dc/dc.c From owner-cvs-gnu Sat Nov 2 19:56:50 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA20130 for cvs-gnu-outgoing; Sat, 2 Nov 1996 19:56:50 -0800 (PST) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [204.214.4.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA19985; Sat, 2 Nov 1996 19:55:02 -0800 (PST) Received: from bonsai.hiwaay.net by fly.HiWAAY.net; (8.8.2/1.1.8.2/21Sep95-1003PM) id VAA27207; Sat, 2 Nov 1996 21:54:34 -0600 (CST) Message-ID: <327C1768.446B9B3D@hiwaay.net> Date: Sat, 02 Nov 1996 21:54:16 -0600 From: Steve Price <sprice@hiwaay.net> X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/dc dc.c References: <199611030331.TAA18204@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Price wrote: > > steve 96/11/02 19:31:37 > > Modified: gnu/usr.bin/dc dc.c > Log: > Don't allow filenames specified on the commandline > to be directories. > > Revision Changes Path > 1.4 +8 -1 src/gnu/usr.bin/dc/dc.c Ha! This is the last time that 'dc ..' dumps core for me because of a SIGBUS error. It won't make be type any slower or make me a better typer for that matter, but it will cut down my frustration level a few notches. :) Steve From owner-cvs-gnu Sat Nov 2 20:23:15 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21465 for cvs-gnu-outgoing; Sat, 2 Nov 1996 20:23:15 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA21409; Sat, 2 Nov 1996 20:21:20 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id PAA05261; Sun, 3 Nov 1996 15:17:25 +1100 Date: Sun, 3 Nov 1996 15:17:25 +1100 From: Bruce Evans <bde@zeta.org.au> Message-Id: <199611030417.PAA05261@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, sprice@HiWAAY.net Subject: Re: cvs commit: src/gnu/usr.bin/dc dc.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: gnu/usr.bin/dc dc.c >> Log: >> Don't allow filenames specified on the commandline >> to be directories. >> >> Revision Changes Path >> 1.4 +8 -1 src/gnu/usr.bin/dc/dc.c > >Ha! This is the last time that 'dc ..' dumps core for >me because of a SIGBUS error. It won't make be type any >slower or make me a better typer for that matter, but it >will cut down my frustration level a few notches. :) I don't approve. Directories just contain data from the point of view of dc, and the bug is that it crashes for some data. `cat .. | dc' failed correctly for all the ".."s that I tried. Bruce From owner-cvs-gnu Sat Nov 2 21:25:20 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24108 for cvs-gnu-outgoing; Sat, 2 Nov 1996 21:25:20 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24065; Sat, 2 Nov 1996 21:23:48 -0800 (PST) Date: Sat, 2 Nov 1996 21:23:48 -0800 (PST) From: "Jordan K. Hubbard" <jkh> Message-Id: <199611030523.VAA24065@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/libiberty Makefile vasprintf.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/02 21:23:47 Branch: gnu/usr.bin/gdb/libiberty RELENG_2_1_0 Modified: gnu/usr.bin/gdb/libiberty Makefile Removed: gnu/usr.bin/gdb/libiberty vasprintf.c Log: Moved to libc, as with -current. Revision Changes Path 1.2.4.3 +1 -1 src/gnu/usr.bin/gdb/libiberty/Makefile From owner-cvs-gnu Sat Nov 2 21:35:50 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24982 for cvs-gnu-outgoing; Sat, 2 Nov 1996 21:35:50 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24812; Sat, 2 Nov 1996 21:34:03 -0800 (PST) Date: Sat, 2 Nov 1996 21:34:03 -0800 (PST) From: "Jordan K. Hubbard" <jkh> Message-Id: <199611030534.VAA24812@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++/libiberty vasprintf.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/02 21:34:01 Branch: gnu/lib/libg++/libiberty RELENG_2_1_0 Removed: gnu/lib/libg++/libiberty vasprintf.c Log: Remove extraneous copies of vasprintf().