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
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
2001-01-10
fix partial completion - we failed to refresh screen in that case
jdolecek
2001-01-05
depoison the pure editline code from readline compatibility hacks.
christos
2001-01-05
Standard location of readline headers is /usr/include/readline/, so install
jdolecek
2001-01-04
fix lint problems.
christos
2001-01-01
Add support for rl_completion_append_character and rl_special_prefixes.
jdolecek
2001-01-01
history_tokenize(): fix one off-by-one bug
jdolecek
2000-12-31
rl_display_match_list():
jdolecek
2000-12-23
completion_matches(): fix a off-by-one bug, fix variable name typo
jdolecek
2000-09-04
convert to new style guide, which includes:
lukem
2000-03-10
Fix _rl_compat_sub() to really honour 'globally' flag instead
jdolecek
2000-03-10
readline(): don't dereference NULL pointer if prompt is NULL
jdolecek
1999-07-03
don't try to free() something allocated with alloca() in rl_complete_internal().
lukem
1999-07-02
More trailing white space.
simonb
1999-06-12
Make this compile under linux
christos
1998-12-12
many problems; variables hidden by others, size_t <-> confusion
christos
1998-05-20
Adjust to the libedit api changes.
christos
1997-11-12
el_gets() takes an int *, not a size_t *.
thorpej
1997-10-23
Const de-poisoning :-( Unfortunately the default gnu readline does not
christos
1997-10-23
PR/4301: Jaromir Dolecek. Add gnu-readline wrapper for editline.
christos