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.c
Age
Commit message (
Expand
)
Author
2014-01-21
... if called prior to using_history(). This needed to be worked around
christos
2013-08-28
get rid of PATH_MAX.
christos
2013-05-28
expose rl_catch_signals and explain what we are doing.
christos
2013-01-13
explicitly pass (void *)0 instead of NULL.
christos
2012-10-12
Add trailing NULL's to the varargs functions as required. (John Spencer)
christos
2012-07-12
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
christos
2012-06-05
don't crash if add_history is called from an empty line. Called from
christos
2012-05-15
define the new variable
christos
2012-05-15
Add rl_completion_word_break_hook from:
christos
2012-03-21
Use C89 functions definitions.
matt
2011-11-18
Add missing *
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
- fix unused params
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
handle systems without getpwent_r
christos
2011-07-28
use vis.h from .
christos
2010-09-16
unbreak readline history.
christos
2010-08-28
setup a callback to be invoked on resize buffers so that readline can
christos
2010-08-04
provide rl_on_newline
christos
2010-04-15
From Jess Thrysoee
christos
2010-01-03
rename historyw -> history_w for consistency.
christos
2009-12-30
Fix wide build, test it, but don't turn it on yet.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-09-07
apply apple patches from:
christos
2009-07-22
Fix memory leaks in error paths.
christos
2009-04-08
Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com
christos
2009-03-31
implement RL_PROMPT_{START,END}_IGNORE
christos
2009-02-21
more size_t stuff.
christos
2009-02-15
pass lint on _LP64.
christos
2009-02-12
More fixes for existing portability stuff.
sketch
2009-02-05
add rl_set_prompt
christos
2009-01-18
fix -Wsign-compare issues
lukem
2009-01-11
- insert a space after the recognized string if it was an exact match
christos
2008-04-29
Convert to new 2 clause license
martin
2008-04-05
add EL_REFRESH for the benefit of readline
christos
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
2006-07-23
PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.
christos
2006-03-25
remove if/free block checking known condition
rtr
2006-03-21
Coverity CID 2743: Not really a memory leak, but make it obvious that we
christos
2006-03-18
Lint comment.
christos
2006-03-18
Coverity CID 1666: Plug memory leak.
christos
2006-03-18
Coverity CID 1667: Plug memory leak
christos
2006-03-18
Coverity CID 1662: Memory leak.
christos
2006-03-06
use the tty chars for reprint and eof instead of hard-coded ^R and ^D
christos
[next]