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