Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/31/2000 11:50:32
Module Name: basesrc
Committed By: jdolecek
Date: Sun Dec 31 09:50:32 UTC 2000
Modified Files:
basesrc/lib/libedit: readline.c
Log Message:
rl_display_match_list():
* pad entries shorter than 'max' by spaces correctly
* fix off-by-one error which caused extra newline to be printed
if the list fit exactly to a screen
* fix typo in _rl_qsort_string_compare, which caused the list to not
be sorted after all
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libedit/readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.