index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
filecomplete.c
Age
Commit message (
Expand
)
Author
2010-01-18
PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stack
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-12-28
improve on the listing display by printing only one character after the
christos
2009-02-16
fix sign compare issues.
christos
2009-02-15
pass lint on _LP64.
christos
2009-01-26
Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when
apb
2009-01-11
- insert a space after the recognized string if it was an exact match
christos
2008-04-29
Convert to new 2 clause license
martin
2006-11-09
don't use alloca with ssp.
christos
2006-08-21
Change to a 3 clause copyright after permission of the holders.
christos
2005-08-03
Fix reversed test; from Gerry Swislow
christos
2005-06-11
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().
christos
2005-06-10
Bug reported from Martin Dietze:
christos
2005-05-18
Make completion_matches non-static since readline wants it.
christos
2005-05-12
PR/30215: Kouichirou Hiratsuka: /bin/sh dumps core with tabcomplete
christos
2005-05-09
Use getpwuid_r(getuid(), ...) to expand ~/....
dsl
2005-05-07
gdb directly calls filename_completion_function()
dsl
2005-05-07
Separate out the filename completion functions from the readline() code.
dsl