index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
terminal.c
Age
Commit message (
Expand
)
Author
2019-08-07
Initialize the line buffer by zero when allocation. This fixes the
YASUOKA Masahiko
2017-04-12
Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).
Theo Buehler
2016-05-06
Replace the generated file "fcns.c" by a simpler header "func.h"
Ingo Schwarze
2016-04-11
delete the "private" and "public" preprocessor macros, just use standard C;
Ingo Schwarze
2016-04-11
get rid of the non-standard data type "Char" in almost all files;
Ingo Schwarze
2016-04-11
Move wrapper macros to the two files actually needing them:
Ingo Schwarze
2016-04-09
Delete 26 wrapper macros and two wrapper functions that are no
Ingo Schwarze
2016-04-09
Always compile with WIDECHAR on and delete that preprocessor switch.
Ingo Schwarze
2016-03-22
format string fixes in debug code;
Ingo Schwarze
2016-03-22
Fix an obvious typo in a NUL check;
Ingo Schwarze
2016-03-20
Cleanup of standard header inclusion:
Ingo Schwarze
2016-03-20
minor simplifactions, style fixes, and trivial syncs from NetBSD
Ingo Schwarze
2016-03-20
Delete the useless Int datatype and always use the standard wint_t
Ingo Schwarze
2016-01-30
Fifth step in synching with NetBSD:
Ingo Schwarze
2016-01-30
Fourth step in synching with NetBSD:
Ingo Schwarze
2016-01-30
delete "#ifdef notdef" code that is no longer present in NetBSD;
Ingo Schwarze
2016-01-30
Third step in synching with NetBSD:
Ingo Schwarze
2016-01-29
Second step in synching with NetBSD:
Ingo Schwarze
2016-01-29
Start synching with NetBSD:
Ingo Schwarze