Subject: CVS commit: src/bin/sh
To: None <source-changes@netbsd.org>
From: Gregory McGarry <gmcgarry@netbsd.org>
List: source-changes
Date: 05/04/2003 01:05:25
Module Name:	src
Committed By:	gmcgarry
Date:		Sun May  4 01:05:25 UTC 2003

Modified Files:
	src/bin/sh: builtins.def histedit.c myhistedit.h sh.1

Log Message:
Add new builtin 'inputrc' which allows keybindings to be redefined
for the current shell.  From Arne H Juul in PR#10097.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/bin/sh/builtins.def
cvs rdiff -r1.27 -r1.28 src/bin/sh/histedit.c
cvs rdiff -r1.8 -r1.9 src/bin/sh/myhistedit.h
cvs rdiff -r1.64 -r1.65 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.