summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2010-01-03rename historyw -> history_w for consistency.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-09-07apply apple patches from:christos
2009-07-22Fix memory leaks in error paths.christos
2009-04-08Fix off by one error reported by: Caleb Welton cwelton at greenplum dot comchristos
2009-03-31implement RL_PROMPT_{START,END}_IGNOREchristos
2009-02-21more size_t stuff.christos
2009-02-15pass lint on _LP64.christos
2009-02-12More fixes for existing portability stuff.sketch
2009-02-05add rl_set_promptchristos
2009-01-18fix -Wsign-compare issueslukem
2009-01-11- insert a space after the recognized string if it was an exact matchchristos
2008-04-29Convert to new 2 clause licensemartin
2008-04-05add EL_REFRESH for the benefit of readlinechristos
2008-04-04Add rl_forced_update_display() from Gerry Swislowchristos
2007-08-12patches from Axel Thimmchristos
2007-05-27Add rl_completion_matches, fix remove_historychristos
2006-11-24- Add more readline functions, enough for gdb-6.5christos
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