Date: Thu, 19 Aug 1999 18:17:13 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> 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 Message-ID: <199908200117.SAA95646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908200117.SAA95646>
