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
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
2003-10-16
More libedit readline emulation functions from: Gerry Swislow
christos
2003-10-15
don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does not
christos
2003-10-09
PR/23107: Nathan Williams: ^D as the first char on the command line does
christos
2003-09-26
Implement enough of readline's 4.0 async mode to make gdb happy. This is
christos
2003-09-14
Match the stupid function pointer declarations with actual readline's 4.0.
christos
2003-09-14
make this compile.
christos
2003-09-14
- provide enough hooks to compile gdb-5.3
christos
2003-06-19
From michael@moria.de:
christos
2003-06-19
From michael@moria.de:
christos
2003-03-29
Consistently spell occurrence with two rs.
wiz
2003-03-10
null is not 0
christos
2003-03-10
include alloca.h for systems that need it.
christos
2003-01-21
fix directory descriptor leak [from michael at moria dot de]
christos
2002-10-27
remove unused variables.
christos
2002-10-27
vi mode and memory fixes from david laight.
christos
2002-10-27
don't crash in memory shortage conditions.
christos
2002-04-09
_rl_qsort_string_compare(): Fix casts. This makes gcc 3.2 happy,
thorpej
2002-03-18
Add a couple linted comment and enable WARNS=3
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
[next]