summaryrefslogtreecommitdiff
path: root/lib/libedit/readline
AgeCommit message (Expand)Author
2019-06-07PR/54280: rl_completer_quote_characters should be const for readline compatchristos
2019-02-15PR/53983: Jonathan Perkins: Fix types for readline compatibilitychristos
2018-12-02Add a couple more readline compat functions.christos
2018-06-09Provide more compatibility with readline headers; now python-3.6.5 workschristos
2017-09-01PR/51517: Jay West: Tty settings not restored on exitchristos
2016-10-28export rl_donechristos
2016-08-24more compatible with readline history functions.christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-15OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reykchristos
2015-06-02remove duplicate declarationchristos
2015-06-02Adjust API to a more modern readline (Ryo Onodera)christos
2015-05-26- fix types of rl_completion_entry_function and rl_add_defunchristos
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
2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem
2002-08-19More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-05-16Use relative path for symlink target so that it won't point outside of tree.enami
2001-05-14Back off previous and do differently:jdolecek