Subject: CVS commit: [netbsd-3] src/lib/libedit/readline
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/28/2005 14:02:20
Module Name: src
Committed By: tron
Date: Sat May 28 14:02:20 UTC 2005
Modified Files:
src/lib/libedit/readline [netbsd-3]: readline.h
Log Message:
Pull up revision 1.14 (requested by agc in ticket #353):
Sync the alternative readline interface with reality:
+ the rl_callback_handler_install takes a pointer to a void function
which has one char * argument (it's called that way in the readline
emulation source, otherwise there's no way to pass the line buffer
to the function which processes the line when EOL is encountered)
+ provide a prototype for that function signature and use it
Makes the callback readline interface work now.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/lib/libedit/readline/readline.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.