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
2019-07-28
PR/54415: Ricky Zhou: libedit stats completions for non-file completions
christos
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2019-04-20
PR lib/54131 - declare the loop variable outside the for loop
abhinav
2019-04-12
PR/54117: Paavo Helde: Fix memory overrun: Account for the closing quote
christos
2019-03-31
Perform quoting of filename completions when there are multiple matches as well
abhinav
2019-03-24
Only quote the completion matches if we are doing filename completion
abhinav
2018-05-04
fix uninitialized
christos
2018-05-04
Handle filename autocompletion when the cursor is at a backslash or quote cha...
abhinav
2018-05-02
Add '*' and '[' to the list of characters which need escaping during autocomp...
abhinav
2017-10-27
Add NULL check after doing memory allocation at a couple of places
abhinav
2017-10-15
Add support for escaping special characters when doing filename completion.
abhinav
2017-09-16
Fix indentation (convert spaces to tab)
abhinav
2017-04-21
When doing filename autocompletion, append a trailing slash at the end of dir...
abhinav
2016-10-31
Fix file name auto completion in one specific case.
abhinav
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-04-09
Change some 0's to NULL's from Pedro Giffuni
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from Ingo Schwarze.
christos
2016-02-16
more include file cleanup (Ingo Schwarze)
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2014-10-18
callers's -> caller's
riz
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-06-05
PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansion
christos
2011-09-16
NULL does not need a cast, here
plunky
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
- fix unused params
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
fix unused variable warnings on systems without _r functions
christos
2011-07-28
eliminate alloca for portability
christos
2010-12-06
Improve previous to avoid changing the interface of an externally
dholland
2010-12-02
add const, from PR 44183.
dholland
2010-12-02
Fix up bodgy code for printing completion matches; it used to sometimes
dholland
2010-11-15
don't increment i twice in the loop. From Michael Byrnes
christos
2010-06-01
tidy up memory allocation and don't unnecessarily print "./" before names.
christos
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
[next]