From owner-cvs-all Sat Sep 26 05:30:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27752 for cvs-all-outgoing; Sat, 26 Sep 1998 05:30:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27745; Sat, 26 Sep 1998 05:30:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12643; Sat, 26 Sep 1998 05:29:58 -0700 (PDT) Date: Sat, 26 Sep 1998 05:29:58 -0700 (PDT) Message-Id: <199809261229.FAA12643@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libdialog tree.c tree.h Makefile dialog.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/26 05:29:58 PDT Modified files: gnu/lib/libdialog Makefile dialog.h Added files: gnu/lib/libdialog tree.c tree.h Log: Add some new functionality which I promised to add over a year a go and shamefully dropped on the floor. I need to add it now since it does a minor number bump, but otherwise the current functionality of libdialog is unchanged (in all its evil glory) and the change is non-intrusive. Submitted by: "Anatoly A. Orehovsky" Revision Changes Path 1.22 +3 -3 src/gnu/lib/libdialog/Makefile 1.20 +46 -0 src/gnu/lib/libdialog/dialog.h