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
/
tty.c
Age
Commit message (
Expand
)
Author
2014-06-18
Add stdlib.h for abort() (Jess Thrysoee)
christos
2014-05-19
PR/48821: If called from tty_stty(), recalculate flags.
christos
2014-05-19
more tty modes refactoring, no functional change intended.
christos
2014-05-19
Factor out some common code (more to be done) from PR/48821
christos
2012-05-15
save and restore the tty settings on entry and exit respectively.
christos
2011-10-04
fixed warnings where wint_t is unsigned.
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
kill ifdef notdef
christos
2011-07-29
KNF return (\1); -> return \1;
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-28
fix pasto
christos
2011-01-27
don't turn on editing if stdout is not a tty.
christos
2010-04-18
ffs needs strings.h
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-07-22
Don't depend on side effects inside an assert
christos
2009-02-16
fix sign compare issues.
christos
2009-02-15
pass lint on _LP64.
christos
2009-02-06
Needs errno.h
sketch
2008-09-10
Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
christos
2008-07-30
handle EINTR in the termios operations, reported by the GHC folks
christos
2006-03-18
Coverity CID 597: remove dead code.
christos
2006-03-18
Coverity CID 1216: Prevent negative index use.
christos
2005-06-01
Don't use non-standard uint or u_int.
lukem
2005-05-29
PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
christos
2004-08-13
Delete-previous-char and delete-next-char without an argument are not supposed
mycroft
2003-10-18
remove debugging printf.
christos
2003-10-18
Allow setty to set chars using char=value
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-05-17
PR/12963:Jason Waterman: Fix signed cast problems.
christos
2001-01-09
make constant arrays a const
jdolecek
2000-09-04
convert to new style guide, which includes:
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
1999-02-07
PR/6957: Wolfgang Helbig: libedit swaps CR and LF control chars.
christos
1998-09-27
Obey incoming tty char settings.
christos
1998-05-20
change M_* constants to MD_* to avoid clashes with <stream.h>
christos
1998-03-30
use int rather than char as an array index.
mrg
1997-10-20
Add support for DTR/CTS flow control, from Bill Studenmund.
scottr
1997-10-09
PR/4211: Dave Huang: don't lose VSTATUS and VEOL and any other characters that
christos
1997-07-06
Fix compiler warnings.
christos
1997-04-11
Portability fixes:
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd