summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2003-12-05Tokenization function enhancements:lukem
2003-11-03Fix uninitialized variable.christos
2003-11-02From: Gerry Swislow gerry at certif dot comchristos
2003-11-01initialize ptr.christos
2003-10-27Make readline csh-like history work.christos
2003-10-19add rl_catch_signalschristos
2003-10-16More libedit readline emulation functions from: Gerry Swislowchristos
2003-10-15don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does notchristos
2003-10-09PR/23107: Nathan Williams: ^D as the first char on the command line doeschristos
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-09-14Match the stupid function pointer declarations with actual readline's 4.0.christos
2003-09-14make this compile.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2003-06-19From michael@moria.de:christos
2003-06-19From michael@moria.de:christos
2003-03-29Consistently spell occurrence with two rs.wiz
2003-03-10null is not 0christos
2003-03-10include alloca.h for systems that need it.christos
2003-01-21fix directory descriptor leak [from michael at moria dot de]christos
2002-10-27remove unused variables.christos
2002-10-27vi mode and memory fixes from david laight.christos
2002-10-27don't crash in memory shortage conditions.christos
2002-04-09_rl_qsort_string_compare(): Fix casts. This makes gcc 3.2 happy,thorpej
2002-03-18Add a couple linted comment and enable WARNS=3christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
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