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