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
2018-01-01
Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.
christos
2017-09-05
For readline emulation, don't reset the tty to "sane" (cooked) mode if we
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-04-18
From Ingo Schwarze:
christos
2016-04-11
Get rid of private/public; keep protected (Ingo Schwarze)
christos
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-04-09
More WIDECHAR elimination (Ingo Schwarze)
christos
2016-03-22
Fix reversed condition in tty_end() (Ingo Schwarze)
christos
2016-02-27
PR/50863: John Hein: libedit el_end() messes up term settings if piped
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from Ingo Schwarze.
christos
2016-02-16
more include file cleanup (Ingo Schwarze)
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-11
- Add some more Char casts
christos
2015-12-08
unbreak the build
gson
2015-12-08
If we did not setup the tty, don't reset it.
christos
2015-05-14
fix warnings on ubuntu 32 bit (Miki Rozloznik)
christos
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
[next]