/distrib/prep/

le id='header'> cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libedit/eln.c
AgeCommit message (Expand)Author
2022-01-11PR/56618: Walter Lozano: Improve libedit compatibility with readline bychristos
2021-08-15Disable attempts to handle EINTR and non-blocking I/O by default. It ischristos
2019-04-26Follow the man page for EL_GETTC and not require a NULL terminated argumentchristos
2016-05-09Elide gcc warning about intermediate const casts caused by visibility change.christos
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-04-09More WIDECHAR elimination (Ingo Schwarze)christos
2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-02-28remove 4 clause licenses.christos
2016-02-24Make the read_char function always take a wchar_t * argument (Ingo Schwarze)christos
2016-02-24Get split el_getc and el_wgetc completely and call el_wgetc internally.christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-15OpenBSD eln.c rev. 1.3 2011/11/27 21:46:44 pascalchristos
2016-02-14From Ingo Schwarze:christos
2016-02-12Avoid c99 for now.christos
2016-02-12GC IGNORE_EXTCHARS and simplify code (Ingo Schwarze)christos
2015-05-18make el_gets() return the number of characters read in wide mode (not thechristos
2015-03-24save and restore IGNORE_EXTCHARS like we do in the getc case. From:christos
2014-06-18Don't depend on weak aliases to define the vi "alias" expansion function,christos
2014-05-20Always NULL terminate the argv[] array. From OpenBSD.christos
2014-02-26Add missing EL_REFRESHchristos
2012-03-11include the NULL in the argv conversionchristos
2011-08-16re-enable -Wconversionchristos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28term -> terminalchristos
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
2010-11-04PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 characterchristos
2010-08-28setup a callback to be invoked on resize buffers so that readline canchristos
2010-04-15From Jess Thrysoeechristos
2010-01-20PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changeschristos
2010-01-19Fix wrapper for EL_EDITOR, from Michael L. Hitchchristos
2010-01-12- call the mapping function directly instead of el_wset().christos
2009-12-31- Document and enable wide character support.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos