/lib/libc/termios/

d/log/lib/libedit/parse.c?id=da2bc00a8b2cf7d4e2cc38fcdfd1b22ff1518ccf&showmsg=1'>Expand)Author 2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos 2018-11-29Fix off by one <tsahara at iij>christos 2016-05-09s/protected/libedit_private/gchristos 2016-04-11Fix indentation, Ingo Schwarzechristos 2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos 2016-04-11Char -> wchar_t from Ingo Schwarze.christos 2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos 2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos 2016-02-16More header cleanups from Ingo Schwarze.christos 2016-02-16more include file cleanup (Ingo Schwarze)christos 2016-02-16From Ingo Scharze:christos 2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos 2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos 2016-02-14From Ingo Schwarze:christos 2016-02-11- Add some more Char castschristos 2014-07-06Bounds search for reallocated index, from OpenBSD via Andreas Fettchristos 2011-08-16re-enable -Wconversionchristos 2011-07-29KNF return (\1); -> return \1;christos 2011-07-28term -> terminalchristos 2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos 2005-05-29Update for recent parse__escape() prototype changelukem 2005-05-29PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing tochristos 2003-12-05Tokenization function enhancements:lukem 2003-11-02Handle M- as escape. XXX: should probably select the meta-map instead.christos 2003-10-15don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does notchristos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-01-21Add a uniquefier for the history function.christos 2002-03-18- constify; passes all gcc and lint strict checks.christos