From owner-freebsd-commit Sat Dec 23 07:22:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14101 for freebsd-commit-outgoing; Sat, 23 Dec 1995 07:22:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14091 for cvs-all-outgoing; Sat, 23 Dec 1995 07:22:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14080 for cvs-gnu-outgoing; Sat, 23 Dec 1995 07:22:23 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14069 Sat, 23 Dec 1995 07:22:17 -0800 (PST) Date: Sat, 23 Dec 1995 07:22:17 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199512231522.HAA14069@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog Makefile checklist.c dialog.h dialog.priv.h kernel.c menubox.c radiolist.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 95/12/23 07:22:13 Branch: gnu/lib/libdialog RELENG_2_1_0 Modified: gnu/lib/libdialog Makefile checklist.c dialog.h dialog.priv.h kernel.c menubox.c radiolist.c Log: Merge from HEAD. I need this stuff for sysinstall. Revision Changes Path 1.12.4.1 +4 -2 src/gnu/lib/libdialog/Makefile 1.11.4.1 +255 -144 src/gnu/lib/libdialog/checklist.c 1.12.4.1 +35 -6 src/gnu/lib/libdialog/dialog.h 1.7.4.1 +6 -3 src/gnu/lib/libdialog/dialog.priv.h 1.22.4.1 +2 -2 src/gnu/lib/libdialog/kernel.c 1.12.4.1 +118 -63 src/gnu/lib/libdialog/menubox.c 1.11.4.1 +228 -139 src/gnu/lib/libdialog/radiolist.c