index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
readline
Age
Commit message (
Expand
)
Author
2019-06-07
PR/54280: rl_completer_quote_characters should be const for readline compat
christos
2019-02-15
PR/53983: Jonathan Perkins: Fix types for readline compatibility
christos
2018-12-02
Add a couple more readline compat functions.
christos
2018-06-09
Provide more compatibility with readline headers; now python-3.6.5 works
christos
2017-09-01
PR/51517: Jay West: Tty settings not restored on exit
christos
2016-10-28
export rl_done
christos
2016-08-24
more compatible with readline history functions.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-15
OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reyk
christos
2015-06-02
remove duplicate declaration
christos
2015-06-02
Adjust API to a more modern readline (Ryo Onodera)
christos
2015-05-26
- fix types of rl_completion_entry_function and rl_add_defun
christos
2013-05-28
expose rl_catch_signals and explain what we are doing.
christos
2012-05-15
Add rl_completion_word_break_hook from:
christos
2010-09-16
unbreak readline history.
christos
2010-08-04
provide rl_on_newline
christos
2009-09-07
apply apple patches from:
christos
2009-08-31
delete defined(sun), it could be invaded in the user namespace. Suggested
christos
2009-08-30
use __sun || sun instead of _SunOS, from Jess Thrysoee
christos
2009-07-09
add stdio.h since we are using FILE. From Grant Erickson
christos
2009-03-31
implement RL_PROMPT_{START,END}_IGNORE
christos
2009-02-12
More fixes for existing portability stuff.
sketch
2009-02-05
add rl_set_prompt
christos
2008-04-29
Convert to new 2 clause license
martin
2008-04-04
Add rl_forced_update_display() from Gerry Swislow
christos
2007-08-12
patches from Axel Thimm
christos
2007-05-27
Add rl_completion_matches, fix remove_history
christos
2006-11-24
- Add more readline functions, enough for gdb-6.5
christos
2006-08-21
Change to a 3 clause copyright after permission of the holders.
christos
2005-07-14
PR/30747: David N. Williams: libedit is missing remove_history()
christos
2005-06-11
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().
christos
2005-06-10
tilde expand should take a const argument.
christos
2005-05-27
Sync the alternative readline interface with reality:
agc
2005-04-12
PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_over
christos
2004-09-08
make rl_inhibit_completion visible.
christos
2004-01-17
portability fixes.
christos
2003-10-27
Make readline csh-like history work.
christos
2003-10-16
More libedit readline emulation functions from: Gerry Swislow
christos
2003-09-26
Implement enough of readline's 4.0 async mode to make gdb happy. This is
christos
2003-09-15
Include "sys/ttydefaults.h" to get standard definition of "CTRL" macro
tron
2003-09-15
kludge around CTRL redef.
christos
2003-09-14
Match the stupid function pointer declarations with actual readline's 4.0.
christos
2003-09-14
Avoid pre-ansi warning.
christos
2003-09-14
- provide enough hooks to compile gdb-5.3
christos
2003-08-03
Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of
lukem
2002-08-19
More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
lukem
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-12-12
Readability cleanups; MKfoo=no -> NOfoo.
tv
2001-05-16
Use relative path for symlink target so that it won't point outside of tree.
enami
2001-05-14
Back off previous and do differently:
jdolecek
[next]