From owner-cvs-all Thu Aug 19 18:17:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B3BB15318; Thu, 19 Aug 1999 18:17:13 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95646; Thu, 19 Aug 1999 18:17:13 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199908200117.SAA95646@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 19 Aug 1999 18:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include histedit.h src/lib/libedit Makefile editline.3 el.c el.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/08/19 18:17:13 PDT Modified files: include histedit.h lib/libedit Makefile editline.3 el.c el.h Log: Add 2 functions: el_data_set() and el_data_get() which do what you would expect. (Allow user data to be associated with an EditLine context). As this changes no existing interfaces and doesn't alter any structs visable to the user I've been told that its not necessary to bump the version of the library. Revision Changes Path 1.4 +4 -1 src/include/histedit.h 1.15 +2 -1 src/lib/libedit/Makefile 1.7 +13 -1 src/lib/libedit/editline.3 1.6 +20 -0 src/lib/libedit/el.c 1.3 +2 -0 src/lib/libedit/el.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message