Subject: PR/22846 CVS commit: src/bin/ksh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, jmmv@menta.net>
From: Christian Biere <cbiere@netbsd.org>
List: netbsd-bugs
Date: 01/28/2007 20:25:02
The following reply was made to PR bin/22846; it has been noted by GNATS.

From: Christian Biere <cbiere@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/22846 CVS commit: src/bin/ksh
Date: Sun, 28 Jan 2007 20:20:26 +0000 (UTC)

 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.