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
/
el.h
Age
Commit message (
Expand
)
Author
2011-07-29
pass -Wconversion
christos
2011-07-28
Rename key to keymacro to avoid conflicts with term.h. The renaming of term
christos
2011-07-28
term -> terminal
christos
2011-01-27
don't turn on editing if stdout is not a tty.
christos
2009-12-31
- Document and enable wide character support.
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-02-15
don't restart on EINTR, instead return NULL immediately. From Anon Ymous
christos
2006-12-15
add EL_GETFP, and EL_SETFP.
christos
2003-10-18
change allocation policy in el_push to allocate the string itself.
christos
2003-09-26
Implement enough of readline's 4.0 async mode to make gdb happy. This is
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
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-10-09
PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.
christos
2001-09-27
PR/14067: Anthony Mallet: Provide a programmatic way to set the read_char
christos
2001-01-06
el_line_t: make 'limit' const
jdolecek
2000-11-11
- add support for home and end keys.
christos
2000-09-04
convert to new style guide, which includes:
lukem
1999-11-12
- implement printing a right-side prompt. code derived from similar work
lukem
1998-07-29
* add more checks for NULL pointers in passed arguments
lukem
1997-12-20
Small optimization. Don't call isatty() on every invocation of el_gets, but
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd