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
/
terminal.c
Age
Commit message (
Expand
)
Author
2021-09-09
Add casts to appease conversions between wchar_t and wint_t
christos
2020-07-10
Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com)
christos
2020-05-31
use strlcpy() instead of strncpy() for gcc happiness
christos
2019-11-12
PR/54654: Soren Tempel: Make sure el_cursor.v < el_terminal.t_size.v when
christos
2019-09-15
Fix type and remove cast (Yuichiro NAITO/FreeBSD).
christos
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2019-06-30
Add a comment explaining why we don't use DO here. Correct the attribution
christos
2019-06-29
PR/54329: Raphael Ross: According to https://www.gnu.org/software/termutils/\
christos
2019-04-12
PR/52359: Benjamin Lorenz: When resizing because of a signal save and restore
christos
2019-02-15
PR/53983: Jonathan Perkins: Fix types for readline compatibility
christos
2018-11-24
PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoring
christos
2017-06-27
- handle literal escape sequence printing.
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-05-02
eliminate static buffer with custom resizing code.
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-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-03-22
put back NUL check (Ingo Schwarze)
christos
2016-03-02
PR/50880: David Binderman: Remove redundant code.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
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-15
OpenBSD term.c rev. 1.7 2002/11/29 20:13:39 deraadt
christos
2016-02-15
OpenBSD term.c rev. 1.13 2009/12/11 18:58:59 jacekm
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-11
- Add some more Char casts
christos
2012-05-30
don't include both term.h and termcap.h
christos
2012-03-24
From: Jilles Tjoelker: Add a mapping for the cursor delete key
christos
2011-11-18
Initialize termbuf (Kamil Dudka)
christos
2011-11-18
check for negative return of ct_visual_char (Kamil Dudka)
christos
2011-10-04
fixed warnings where wint_t is unsigned.
christos
2011-10-03
fix broken change (parenthesis in the wrong place). From Nirbhay Choubey
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
kill ifdef notdef
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
whitespace
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