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
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
2006-02-13
PR/32817: Magnus Svensson: write_history and read_history returncode is not
christos
2006-02-12
Partial rl_getc_function support from Jess Thrysoee.
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
Bug reported from Martin Dietze:
christos
2005-05-27
Use the correct type for the stored callback function
agc
2005-05-27
Sync the alternative readline interface with reality:
agc
2005-05-07
Separate out the filename completion functions from the readline() code.
dsl
2005-04-19
check for pwd != NULL, fix a missed getpwnam.
christos
2005-04-12
PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_over
christos
2005-04-02
use getpwent_r
christos
2005-03-10
Always update the position variables before the map function is called.
christos
2005-03-09
set UNBUFFERED again after you do the line callback so that the new line
christos
2004-09-08
cut out the middle-man and use el_insertstr() directly.
christos
2004-02-27
Better fix for rl_prep_terminal() from Gerry Swislow.
christos
2004-01-17
portability fixes.
christos
2003-12-05
Tokenization function enhancements:
lukem
2003-11-03
Fix uninitialized variable.
christos
2003-11-02
From: Gerry Swislow gerry at certif dot com
christos
2003-11-01
initialize ptr.
christos
2003-10-27
Make readline csh-like history work.
christos
2003-10-19
add rl_catch_signals
christos
[next]