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
/
readline.c
Age
Commit message (
Expand
)
Author
2001-01-10
fix partial completion - we failed to refresh screen in that case
jdolecek
2001-01-05
depoison the pure editline code from readline compatibility hacks.
christos
2001-01-05
Standard location of readline headers is /usr/include/readline/, so install
jdolecek
2001-01-04
fix lint problems.
christos
2001-01-01
Add support for rl_completion_append_character and rl_special_prefixes.
jdolecek
2001-01-01
history_tokenize(): fix one off-by-one bug
jdolecek
2000-12-31
rl_display_match_list():
jdolecek
2000-12-23
completion_matches(): fix a off-by-one bug, fix variable name typo
jdolecek
2000-09-04
convert to new style guide, which includes:
lukem
2000-03-10
Fix _rl_compat_sub() to really honour 'globally' flag instead
jdolecek
2000-03-10
readline(): don't dereference NULL pointer if prompt is NULL
jdolecek
1999-07-03
don't try to free() something allocated with alloca() in rl_complete_internal().
lukem
1999-07-02
More trailing white space.
simonb
1999-06-12
Make this compile under linux
christos
1998-12-12
many problems; variables hidden by others, size_t <-> confusion
christos
1998-05-20
Adjust to the libedit api changes.
christos
1997-11-12
el_gets() takes an int *, not a size_t *.
thorpej
1997-10-23
Const de-poisoning :-( Unfortunately the default gnu readline does not
christos
1997-10-23
PR/4301: Jaromir Dolecek. Add gnu-readline wrapper for editline.
christos