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.c
Age
Commit message (
Expand
)
Author
2002-11-12
Avoid strict alias warning.
thorpej
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2002-02-03
Don't use HAVE_ yet.
christos
2002-02-03
Fix a warning.
christos
2001-11-08
Remove an unused variable.
mycroft
2001-11-02
If term_init() fails, cleanup and return NULL. This avoids other lossage.
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-09-24
va_{start,end} audit:
wiz
2001-01-05
depoison the pure editline code from readline compatibility hacks.
christos
2000-11-11
- add support for home and end keys.
christos
2000-09-04
convert to new style guide, which includes:
lukem
2000-08-02
make xxgdb and a gdb linked with libedit's readline emulation work
chuck
2000-06-28
Only look in home directory for .editrc. (Discussed with Christos.)
sommerfeld
2000-05-15
don't dump core on empty files.
christos
1999-11-12
- implement printing a right-side prompt. code derived from similar work
lukem
1999-09-21
* in el_source():
lukem
1999-07-02
More trailing white space.
simonb
1998-12-12
delint
christos
1998-09-28
fix core-dump caused by maps not being initialized before tty is called.
christos
1998-07-29
* add more checks for NULL pointers in passed arguments
lukem
1998-05-20
el_init takes a third stream argument and add el_beep.
christos
1997-12-20
Small optimization. Don't call isatty() on every invocation of el_gets, but
christos
1997-07-06
Fix compiler warnings.
christos
1997-04-24
Handle properly the case where the last line in the sourced file does
christos
1997-04-11
Portability fixes:
christos
1997-03-20
Fix potential stack overflow; from Keith Bostic.
christos
1997-01-17
fix el_source() - a block needed braces around it (the indenting fooled me)
lukem
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd