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
/
el.c
Age
Commit message (
Expand
)
Author
2021-08-15
Disable attempts to handle EINTR and non-blocking I/O by default. It is
christos
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2019-04-26
Follow the man page for EL_GETTC and not require a NULL terminated argument
christos
2018-11-18
Remove utf-8 requirement (Yuichiro NAITO)
christos
2018-01-01
Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.
christos
2017-09-05
For readline emulation, don't reset the tty to "sane" (cooked) mode if we
christos
2017-06-27
add literal escape sequence support, patterned after the tcsh ones.
christos
2017-06-27
Make the default editrc file be $EDITRC (from env) if set, falling back
kre
2016-05-22
Stop the read module from poking the el_chared.c_macro data structure
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-05-02
eliminate static buffer with custom resizing code.
christos
2016-04-19
From Ingo Schwarze:
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-24
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
more include file cleanup (Ingo Schwarze)
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2016-02-15
Use getline for better portability.
christos
2016-02-15
use fparseln() to avoid needing to deal with missing \n in the last line
christos
2016-02-11
- Add some more Char casts
christos
2015-12-08
Only reset the terminal if we have a tty (Boris Ranto)
christos
2014-06-18
Don't depend on weak aliases to define the vi "alias" expansion function,
christos
2013-01-22
provide an el_init_fd function.
christos
2012-09-11
PR/46942: Steffen Nurpmeso: editline(3): el_get(): fix UNBUFFERED return
christos
2012-03-11
use arraycount
christos
2011-11-18
remove unrecheable code (Kamil Dudka)
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
Rename key to keymacro to avoid conflicts with term.h. The renaming of term
christos
2011-07-28
avoid shadowed variable
christos
2011-07-28
term -> terminal
christos
2011-07-26
don't stop reading after empty lines from: Nirbhay Choubey
christos
2011-03-20
Fix use-after-free. Discovered by running tests with MALLOC_OPTIONS=J
bouyer
2011-01-27
don't turn on editing if stdout is not a tty.
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
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
2009-07-25
Ignore comment lines in .editrc from Jess Thrysoee
christos
2009-07-22
Only need path if we have issetugid... From Anon Ymous
christos
2009-07-22
Move filename to the scope it is being used.
christos
2009-05-11
restore binary compatibility by providing new prompt functions that take
christos
2009-03-31
Implement literal prompt sequences. Now someone can implement
christos
[next]