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
/
readline.h
Age
Commit message (
Expand
)
Author
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
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-01-05
Standard location of readline headers is /usr/include/readline/, so install
jdolecek