Subject: CVS commit: src/bin/ksh
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/28/2007 20:20:26
Module Name: src
Committed By: cbiere
Date: Sun Jan 28 20:20:25 UTC 2007
Modified Files:
src/bin/ksh: edit.c eval.c
Log Message:
* Escape '?', '[', ']' like other meta characters.
* Partial fix for completion when '[' is in the way.
* Addresses PR bin/22846.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/bin/ksh/edit.c
cvs rdiff -r1.8 -r1.9 src/bin/ksh/eval.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.