Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/10/2000 04:55:16
Module Name: basesrc
Committed By: jdolecek
Date: Fri Mar 10 12:55:16 UTC 2000
Modified Files:
basesrc/lib/libedit: readline.c
Log Message:
readline(): don't dereference NULL pointer if prompt is NULL
history_tokenize(): avoid stepping too far if backslash is last character
on the passed string
update some comments
This makes gdb \ escaping work reliably and fixes lib/9511 by Assar Westerlund.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/lib/libedit/readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.