summaryrefslogtreecommitdiff
path: root/lib/libedit/readline/readline.h
AgeCommit message (Expand)Author
2013-05-28expose rl_catch_signals and explain what we are doing.christos
2012-05-15Add rl_completion_word_break_hook from:christos
2010-09-16unbreak readline history.christos
2010-08-04provide rl_on_newlinechristos
2009-09-07apply apple patches from:christos
2009-08-31delete defined(sun), it could be invaded in the user namespace. Suggestedchristos
2009-08-30use __sun || sun instead of _SunOS, from Jess Thrysoeechristos
2009-07-09add stdio.h since we are using FILE. From Grant Ericksonchristos
2009-03-31implement RL_PROMPT_{START,END}_IGNOREchristos
2009-02-12More fixes for existing portability stuff.sketch
2009-02-05add rl_set_promptchristos
2008-04-29Convert to new 2 clause licensemartin
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
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-10tilde expand should take a const argument.christos
2005-05-27Sync the alternative readline interface with reality:agc
2005-04-12PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_overchristos
2004-09-08make rl_inhibit_completion visible.christos
2004-01-17portability fixes.christos
2003-10-27Make readline csh-like history work.christos
2003-10-16More libedit readline emulation functions from: Gerry Swislowchristos
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-09-15Include "sys/ttydefaults.h" to get standard definition of "CTRL" macrotron
2003-09-15kludge around CTRL redef.christos
2003-09-14Match the stupid function pointer declarations with actual readline's 4.0.christos
2003-09-14Avoid pre-ansi warning.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-05Standard location of readline headers is /usr/include/readline/, so installjdolecek