NetBSD-Bugs archive

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

PR/54510 CVS commit: src/lib/libedit



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

From: "Abhinav Upadhyay" <abhinav%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54510 CVS commit: src/lib/libedit
Date: Sun, 8 Sep 2019 05:50:59 +0000

 Module Name:	src
 Committed By:	abhinav
 Date:		Sun Sep  8 05:50:58 UTC 2019
 
 Modified Files:
 	src/lib/libedit: filecomplete.c
 	src/lib/libedit/TEST: test_filecompletion.c
 
 Log Message:
 PR lib/54510: Fix file completion inside quotes which broke in rev 1.53
 
 While there also fix handling character appending in the file completions when
 inside quotes. For example when inside a quote, if the completion is a directory then
 append a '/' but don't close the quote. On the other hand when inside a quote if the
 completion is a file name and it is the only match then we can close the quote.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.57 -r1.58 src/lib/libedit/filecomplete.c
 cvs rdiff -u -r1.4 -r1.5 src/lib/libedit/TEST/test_filecompletion.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