summaryrefslogtreecommitdiff
path: root/lib/libedit/filecomplete.c
AgeCommit message (Expand)Author
2019-07-28PR/54415: Ricky Zhou: libedit stats completions for non-file completionschristos
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2019-04-20PR lib/54131 - declare the loop variable outside the for loopabhinav
2019-04-12PR/54117: Paavo Helde: Fix memory overrun: Account for the closing quotechristos
2019-03-31Perform quoting of filename completions when there are multiple matches as wellabhinav
2019-03-24Only quote the completion matches if we are doing filename completionabhinav
2018-05-04fix uninitializedchristos
2018-05-04Handle filename autocompletion when the cursor is at a backslash or quote cha...abhinav
2018-05-02Add '*' and '[' to the list of characters which need escaping during autocomp...abhinav
2017-10-27Add NULL check after doing memory allocation at a couple of placesabhinav
2017-10-15Add support for escaping special characters when doing filename completion.abhinav
2017-09-16Fix indentation (convert spaces to tab)abhinav
2017-04-21When doing filename autocompletion, append a trailing slash at the end of dir...abhinav
2016-10-31Fix file name auto completion in one specific case.abhinav
2016-04-11Char -> wchar_t from Ingo Schwarze.christos
2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos
2016-04-09Change some 0's to NULL's from Pedro Giffunichristos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-16More header cleanups from Ingo Schwarze.christos
2016-02-16more include file cleanup (Ingo Schwarze)christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos
2014-10-18callers's -> caller'sriz
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-06-05PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansionchristos
2011-09-16NULL does not need a cast, hereplunky
2011-08-16re-enable -Wconversionchristos
2011-07-29pass -Wconversionchristos
2011-07-29- fix unused paramschristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28fix unused variable warnings on systems without _r functionschristos
2011-07-28eliminate alloca for portabilitychristos
2010-12-06Improve previous to avoid changing the interface of an externallydholland
2010-12-02add const, from PR 44183.dholland
2010-12-02Fix up bodgy code for printing completion matches; it used to sometimesdholland
2010-11-15don't increment i twice in the loop. From Michael Byrneschristos
2010-06-01tidy up memory allocation and don't unnecessarily print "./" before names.christos
2010-01-18PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stackchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-12-28improve on the listing display by printing only one character after thechristos
2009-02-16fix sign compare issues.christos
2009-02-15pass lint on _LP64.christos
2009-01-26Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it whenapb
2009-01-11- insert a space after the recognized string if it was an exact matchchristos
2008-04-29Convert to new 2 clause licensemartin
2006-11-09don't use alloca with ssp.christos
2006-08-21Change to a 3 clause copyright after permission of the holders.christos
2005-08-03Fix reversed test; from Gerry Swislowchristos