summaryrefslogtreecommitdiff
path: root/lib/libedit/filecomplete.c
AgeCommit message (Expand)Author
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
2005-06-11PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().christos
2005-06-10Bug reported from Martin Dietze:christos
2005-05-18Make completion_matches non-static since readline wants it.christos
2005-05-12PR/30215: Kouichirou Hiratsuka: /bin/sh dumps core with tabcompletechristos
2005-05-09Use getpwuid_r(getuid(), ...) to expand ~/....dsl
2005-05-07gdb directly calls filename_completion_function()dsl
2005-05-07Separate out the filename completion functions from the readline() code.dsl