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
/
term.c
Age
Commit message (
Expand
)
Author
2006-11-24
- Add more readline functions, enough for gdb-6.5
christos
2006-03-18
Fix compilation.
christos
2006-03-18
Coverity CID 1668: Plug memory leak.
christos
2006-03-18
Coverity CID 806: Prevent NULL deref
christos
2006-03-06
Print the actual eofc, instead of ^D\b\b.
christos
2005-08-08
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
christos
2004-05-22
fix memory leak; thanks to Logan Gabriel
christos
2004-01-17
portability fixes.
christos
2003-09-14
- provide enough hooks to compile gdb-5.3
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
From michael@moria.de:
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-11-08
In the `not what I asked for' department:
mycroft
2001-11-02
Finish initializing all the term data structures even if the terminal init
christos
2001-01-23
sprinkle couple const
jdolecek
2001-01-10
term_rebuffer_display(): set el->el_term.t_size.v to terminals
jdolecek
2001-01-09
term_beep(): use ordinary bell, don't attempt to use visual bell - if user wants
jdolecek
2001-01-09
make constant arrays a const
jdolecek
2001-01-04
consistently check for allocation failures and return -1, if we could not
christos
2000-12-30
term_beep(): if terminal supports both visual and ordinary bell, 'ring' both
jdolecek
2000-11-28
Alloc the keys structure with A_K_NKEYS as the multiplier rather than a
jmc
2000-11-11
- add support for home and end keys.
christos
2000-10-04
format string audit (silence warnings, save space)
sommerfeld
2000-09-04
convert to new style guide, which includes:
lukem
2000-06-02
use strtol() (instead of atoi()) for sane error detection
lukem
2000-02-19
Fix refresh glitches when using auto-margin.
mycroft
2000-01-20
Add support for automatic and magic margins (from tcsh)
christos
1999-10-24
Fix pointer arithmatic (caused problems on LP64, including ftp dumping
lukem
1999-10-04
update post change to return value of tputs() third argument
lukem
1999-08-02
Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)
sommerfeld
1999-07-02
More trailing white space.
simonb
1998-12-12
delint
christos
1998-05-20
remove term_beep hack.
christos
1998-01-30
update to lite-2 (just an sccsid change)
perry
1997-11-13
Un-"protect" term_beep() and rename it to __term_beep() to keep it out
thorpej
1997-10-13
use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)
lukem
1997-07-06
Fix compiler warnings.
christos
1997-04-11
Return -1 if the terminal set operation resulted in dumb terminal settings.
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1997-01-11
RCSid police
lukem
1995-04-29
Fixed the key mapping code and reverted Charles' changes.
christos
1995-04-27
Remove dead code that can't possibly work.
mycroft
1994-10-07
Fix typo.
mycroft
1994-10-02
Don't even *try* to print out the name of the termcap file; it's hidden
mycroft
1994-10-02
Nuke bogus baud rate conversion code.
mycroft
1994-05-06
libedit!
cgd