summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2006-08-21Change to a 3 clause copyright after permission of the holders.christos
2006-07-23PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.christos
2006-03-25remove if/free block checking known conditionrtr
2006-03-21Coverity CID 2743: Not really a memory leak, but make it obvious that wechristos
2006-03-18Lint comment.christos
2006-03-18Coverity CID 1666: Plug memory leak.christos
2006-03-18Coverity CID 1667: Plug memory leakchristos
2006-03-18Coverity CID 1662: Memory leak.christos
2006-03-06use the tty chars for reprint and eof instead of hard-coded ^R and ^Dchristos
2006-02-13PR/32817: Magnus Svensson: write_history and read_history returncode is notchristos
2006-02-12Partial rl_getc_function support from Jess Thrysoee.christos
2005-07-14PR/30747: David N. Williams: libedit is missing remove_history()christos
2005-06-11PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().christos
2005-06-10Bug reported from Martin Dietze:christos
2005-05-27Use the correct type for the stored callback functionagc
2005-05-27Sync the alternative readline interface with reality:agc
2005-05-07Separate out the filename completion functions from the readline() code.dsl
2005-04-19check for pwd != NULL, fix a missed getpwnam.christos
2005-04-12PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_overchristos
2005-04-02use getpwent_rchristos
2005-03-10Always update the position variables before the map function is called.christos
2005-03-09set UNBUFFERED again after you do the line callback so that the new linechristos
2004-09-08cut out the middle-man and use el_insertstr() directly.christos
2004-02-27Better fix for rl_prep_terminal() from Gerry Swislow.christos
2004-01-17portability fixes.christos
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