NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44183 CVS commit: src/lib/libedit



The following reply was made to PR lib/44183; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44183 CVS commit: src/lib/libedit
Date: Thu, 2 Dec 2010 04:35:17 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Thu Dec  2 04:35:17 UTC 2010
 
 Modified Files:
        src/lib/libedit: filecomplete.c
 
 Log Message:
 Fix up bodgy code for printing completion matches; it used to sometimes
 skip entries, print (null), run off the end of the array, or occasionally
 receive SIGSEGV, and now will, hopefully at least, do none of that.
 
 Based in part on the patch in PR 44183 from Sergio Acereda; I also
 did some tidyup and fixed it to print top-to-bottom first like ls(1).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/lib/libedit/filecomplete.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index