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
/
read.c
Age
Commit message (
Expand
)
Author
2003-10-18
change allocation policy in el_push to allocate the string itself.
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-13
Fix something that's been annoying me for a while...
mycroft
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
From michael@moria.de:
christos
2002-11-20
Fix problem with previous patches that broke vi history.
christos
2002-11-15
PR/18995: David Laight: libedit fixes for posix conformant sh
christos
2002-10-27
vi mode and memory fixes from david laight.
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-09-27
PR/14067: Anthony Mallet: Provide a programmatic way to set the read_char
christos
2001-01-10
Enlarge editline buffers as needed to support arbitrary length lines.
jdolecek
2000-11-11
- add support for home and end keys.
christos
2000-09-04
convert to new style guide, which includes:
lukem
2000-01-19
PR/9243: Kevin Schoedel: libedit ignores repeat count
christos
1999-10-04
remove some lint
lukem
1999-08-08
minor tweak to previous fix: don't spuriously truncate final newline
sommerfeld
1999-08-02
Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)
sommerfeld
1999-07-02
More trailing white space.
simonb
1999-01-11
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
kleink
1998-12-12
delint
christos
1998-06-01
* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. this
lukem
1998-01-21
fix compile errors if FIONREAD is defined. noted by
lukem
1997-12-20
Small optimization. Don't call isatty() on every invocation of el_gets, but
christos
1997-10-26
Make el_gets() work when the input is not a tty.
christos
1997-07-06
Fix compiler warnings.
christos
1997-04-11
Portability fixes:
christos
1997-01-14
Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire input
lukem
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd