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
/
chared.c
Age
Commit message (
Expand
)
Author
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2019-07-23
PR/54400: Sören Tempel: out-of-bounds read in libedit c_delbefore
christos
2017-10-11
Fix typo in comment
abhinav
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-04-18
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-02-24
A very simple, non-intrusive patch to fix a segfault (and a
christos
2016-02-24
Get split el_getc and el_wgetc completely and call el_wgetc internally.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from Ingo Schwarze.
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-14
From Ingo Schwarze:
christos
2014-06-18
Don't depend on weak aliases to define the vi "alias" expansion function,
christos
2013-07-12
cast to avoid warning.
christos
2013-07-12
Add a function to move the cursor.
christos
2012-07-18
From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-byte
christos
2011-10-23
Fixed misplaced parenthesis (Nirbhay Choubey)
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
kill ifdef notdef
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
term -> terminal
christos
2010-08-28
setup a callback to be invoked on resize buffers so that readline can
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-02-15
pass lint on _LP64.
christos
2009-02-06
de-__P()
sketch
2005-08-08
The previous commit removed too much and forgot to reset the history event
christos
2005-08-01
Don't reset the macro strings each time we enter el_gets(), otherwise
christos
2005-06-01
Don't use non-standard uint or u_int.
lukem
2004-08-13
Delete-previous-char and delete-next-char without an argument are not supposed
mycroft
2003-11-02
Always use el->el_buffer, because newbuffer could have moved. From
christos
2003-10-18
change allocation policy in el_push to allocate the string itself.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-11-20
Fix problem with previous patches that broke vi history.
christos
2002-11-15
PR/18995: David Laight: libedit fixes for posix conformant sh
christos
2002-10-27
vi mode and memory fixes from david laight.
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-05-17
PR/12963:Jason Waterman: Fix signed cast problems.
christos
2001-04-13
knf ch_enlargebufs(), to be *consistent* with the rest of this file...
lukem
2001-01-10
Enlarge editline buffers as needed to support arbitrary length lines.
jdolecek
2001-01-04
consistently check for allocation failures and return -1, if we could not
christos
2000-11-11
- add support for home and end keys.
christos
[next]