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
/
eln.c
Age
Commit message (
Expand
)
Author
2019-04-26
Follow the man page for EL_GETTC and not require a NULL terminated argument
christos
2016-05-09
Elide gcc warning about intermediate const casts caused by visibility change.
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-02-28
remove 4 clause licenses.
christos
2016-02-24
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
christos
2016-02-24
Get split el_getc and el_wgetc completely and call el_wgetc internally.
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-15
OpenBSD eln.c rev. 1.3 2011/11/27 21:46:44 pascal
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-12
Avoid c99 for now.
christos
2016-02-12
GC IGNORE_EXTCHARS and simplify code (Ingo Schwarze)
christos
2015-05-18
make el_gets() return the number of characters read in wide mode (not the
christos
2015-03-24
save and restore IGNORE_EXTCHARS like we do in the getc case. From:
christos
2014-06-18
Don't depend on weak aliases to define the vi "alias" expansion function,
christos
2014-05-20
Always NULL terminate the argv[] array. From OpenBSD.
christos
2014-02-26
Add missing EL_REFRESH
christos
2012-03-11
include the NULL in the argv conversion
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
term -> terminal
christos
2011-06-20
various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of
mrg
2010-11-04
PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 character
christos
2010-08-28
setup a callback to be invoked on resize buffers so that readline can
christos
2010-04-15
From Jess Thrysoee
christos
2010-01-20
PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changes
christos
2010-01-19
Fix wrapper for EL_EDITOR, from Michael L. Hitch
christos
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-30
Fix wide build, test it, but don't turn it on yet.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos