summaryrefslogtreecommitdiff
path: root/lib/libedit/filecomplete.c
AgeCommit message (Expand)Author
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