From owner-cvs-gnu Mon Apr 22 13:25:15 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04927 for cvs-gnu-outgoing; Mon, 22 Apr 1996 13:25:15 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04889 Mon, 22 Apr 1996 13:25:00 -0700 (PDT) Date: Mon, 22 Apr 1996 13:25:00 -0700 (PDT) From: John Polstra Message-Id: <199604222025.NAA04889@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/xditview Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/04/22 13:24:59 Modified: gnu/usr.bin/groff/xditview Makefile Log: Add a couple of needed X11 libraries. Discovered when trying to build a static version. Revision Changes Path 1.7 +3 -2 src/gnu/usr.bin/groff/xditview/Makefile From owner-cvs-gnu Mon Apr 22 18:25:29 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA10431 for cvs-gnu-outgoing; Mon, 22 Apr 1996 18:25:29 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA10404 Mon, 22 Apr 1996 18:25:06 -0700 (PDT) Date: Mon, 22 Apr 1996 18:25:06 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604230125.SAA10404@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/22 18:25:05 Modified: gnu/lib/libdialog checklist.c radiolist.c Log: Cosmetic tweaks. Revision Changes Path 1.22 +12 -4 src/gnu/lib/libdialog/checklist.c 1.23 +1 -0 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Wed Apr 24 14:20:48 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26431 for cvs-gnu-outgoing; Wed, 24 Apr 1996 14:20:48 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26397 Wed, 24 Apr 1996 14:20:21 -0700 (PDT) Date: Wed, 24 Apr 1996 14:20:21 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604242120.OAA26397@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cpio util.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/24 14:20:20 Modified: gnu/usr.bin/cpio util.c Log: Change "Found end of tape. Load next tape ..." messages to say "volume" instead of tape. Running cpio off of /dev/fd0 and having it say "give me the next tape" is kind of ludicrous.. :-) Revision Changes Path 1.3 +2 -2 src/gnu/usr.bin/cpio/util.c From owner-cvs-gnu Wed Apr 24 16:31:19 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09902 for cvs-gnu-outgoing; Wed, 24 Apr 1996 16:31:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09888 Wed, 24 Apr 1996 16:31:11 -0700 (PDT) Date: Wed, 24 Apr 1996 16:31:11 -0700 (PDT) From: John Polstra Message-Id: <199604242331.QAA09888@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/04/24 16:31:11 Modified: gnu/usr.bin/ld ld.c Log: When a local symbol that would normally be eliminated by "-x" or "-X" must survive, because of references from relocations, don't qualify the symbol name with the name of the input file. This saves some string space. It makes libc_pic.a about 2.4% smaller. Adapted from a suggestion by Bruce Evans. Revision Changes Path 1.32 +12 -1 src/gnu/usr.bin/ld/ld.c From owner-cvs-gnu Wed Apr 24 18:50:30 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA29038 for cvs-gnu-outgoing; Wed, 24 Apr 1996 18:50:30 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28986 Wed, 24 Apr 1996 18:50:20 -0700 (PDT) Date: Wed, 24 Apr 1996 18:50:20 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604250150.SAA28986@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/24 18:50:19 Modified: gnu/lib/libdialog checklist.c radiolist.c Log: alloca() was being called with highly bogus arguments due to brain fade. Fixed. Revision Changes Path 1.23 +1 -1 src/gnu/lib/libdialog/checklist.c 1.24 +1 -1 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Thu Apr 25 06:34:51 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA09667 for cvs-gnu-outgoing; Thu, 25 Apr 1996 06:34:51 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA09636 Thu, 25 Apr 1996 06:34:39 -0700 (PDT) Date: Thu, 25 Apr 1996 06:34:39 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604251334.GAA09636@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c menubox.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/25 06:34:39 Modified: gnu/lib/libdialog checklist.c menubox.c radiolist.c Log: Allow some post-fire actions to be combined in ways that weren't possible before. Revision Changes Path 1.24 +4 -4 src/gnu/lib/libdialog/checklist.c 1.22 +1 -1 src/gnu/lib/libdialog/menubox.c 1.25 +4 -11 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Thu Apr 25 10:27:39 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23543 for cvs-gnu-outgoing; Thu, 25 Apr 1996 10:27:39 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23496 Thu, 25 Apr 1996 10:27:21 -0700 (PDT) Date: Thu, 25 Apr 1996 10:27:21 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604251727.KAA23496@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c menubox.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/25 10:27:20 Modified: gnu/lib/libdialog checklist.c menubox.c radiolist.c Log: More custom hackery to deal with issues discovered in sysinstall. Revision Changes Path 1.25 +5 -6 src/gnu/lib/libdialog/checklist.c 1.23 +4 -5 src/gnu/lib/libdialog/menubox.c 1.26 +5 -6 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Fri Apr 26 18:52:25 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17898 for cvs-gnu-outgoing; Fri, 26 Apr 1996 18:52:25 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17880 Fri, 26 Apr 1996 18:52:17 -0700 (PDT) Date: Fri, 26 Apr 1996 18:52:17 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604270152.SAA17880@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/26 18:52:16 Modified: gnu/lib/libdialog checklist.c radiolist.c Log: Fix a bogon with ok/cancel callback usage. Revision Changes Path 1.26 +8 -8 src/gnu/lib/libdialog/checklist.c 1.27 +16 -18 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Sat Apr 27 00:09:49 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02582 for cvs-gnu-outgoing; Sat, 27 Apr 1996 00:09:49 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02564 Sat, 27 Apr 1996 00:09:43 -0700 (PDT) Date: Sat, 27 Apr 1996 00:09:43 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604270709.AAA02564@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog menubox.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/27 00:09:43 Modified: gnu/lib/libdialog menubox.c Log: Fix what I just broke with DITEM_LEAVE_MENU Revision Changes Path 1.24 +1 -1 src/gnu/lib/libdialog/menubox.c From owner-cvs-gnu Sat Apr 27 19:13:22 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25441 for cvs-gnu-outgoing; Sat, 27 Apr 1996 19:13:22 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25415 Sat, 27 Apr 1996 19:13:10 -0700 (PDT) Date: Sat, 27 Apr 1996 19:13:10 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604280213.TAA25415@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog checklist.c menubox.c radiolist.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/27 19:13:09 Modified: gnu/lib/libdialog checklist.c menubox.c radiolist.c Log: Fix the OK/Cancel accellerator bogon I introduced a few days back. Revision Changes Path 1.27 +1 -1 src/gnu/lib/libdialog/checklist.c 1.25 +1 -1 src/gnu/lib/libdialog/menubox.c 1.28 +1 -1 src/gnu/lib/libdialog/radiolist.c From owner-cvs-gnu Sat Apr 27 21:06:14 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02701 for cvs-gnu-outgoing; Sat, 27 Apr 1996 21:06:14 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02684 Sat, 27 Apr 1996 21:06:08 -0700 (PDT) Date: Sat, 27 Apr 1996 21:06:08 -0700 (PDT) From: Bill Paul Message-Id: <199604280406.VAA02684@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/27 21:06:07 Modified: gnu/usr.sbin Makefile Log: Remove yp_mkdb; it's going away. Uhm, guys? This Makefile doesn't build anything anymore. The isdn stuff under here isn't compiled. Is this normal? Revision Changes Path 1.4 +2 -2 src/gnu/usr.sbin/Makefile From owner-cvs-gnu Sat Apr 27 21:08:29 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02898 for cvs-gnu-outgoing; Sat, 27 Apr 1996 21:08:29 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02872 Sat, 27 Apr 1996 21:08:23 -0700 (PDT) Date: Sat, 27 Apr 1996 21:08:23 -0700 (PDT) From: Bill Paul Message-Id: <199604280408.VAA02872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/yp_mkdb Makefile yp_mkdb.8 yp_mkdb.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/27 21:08:23 Removed: gnu/usr.sbin/yp_mkdb Makefile yp_mkdb.8 yp_mkdb.c Log: Toss the GNU yp_mkdb into the attic.