summaryrefslogtreecommitdiff
path: root/lib/libedit/readline.c
AgeCommit message (Expand)Author
2014-01-21... if called prior to using_history(). This needed to be worked aroundchristos
2013-08-28get rid of PATH_MAX.christos
2013-05-28expose rl_catch_signals and explain what we are doing.christos
2013-01-13explicitly pass (void *)0 instead of NULL.christos
2012-10-12Add trailing NULL's to the varargs functions as required. (John Spencer)christos
2012-07-12PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()christos
2012-06-05don't crash if add_history is called from an empty line. Called fromchristos
2012-05-15define the new variablechristos
2012-05-15Add rl_completion_word_break_hook from:christos
2012-03-21Use C89 functions definitions.matt
2011-11-18Add missing *christos
2011-08-16re-enable -Wconversionchristos
2011-07-29pass -Wconversionchristos
2011-07-29- fix unused paramschristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28handle systems without getpwent_rchristos
2011-07-28use vis.h from .christos
2010-09-16unbreak readline history.christos
2010-08-28setup a callback to be invoked on resize buffers so that readline canchristos
2010-08-04provide rl_on_newlinechristos
2010-04-15From Jess Thrysoeechristos
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