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
Age
Commit message (
Expand
)
Author
2015-10-21
Use the full buffer for the conversion; ideally we should be dynamically
christos
2015-10-19
make sure we have space for NUL and NUL terminate buffer array (Jilles Tjoelker)
christos
2015-06-02
remove duplicate declaration
christos
2015-06-02
Adjust API to a more modern readline (Ryo Onodera)
christos
2015-05-26
- fix types of rl_completion_entry_function and rl_add_defun
christos
2015-05-18
make el_gets() return the number of characters read in wide mode (not the
christos
2015-05-17
add FreeBSD
christos
2015-05-14
fix warnings on ubuntu 32 bit (Miki Rozloznik)
christos
2015-04-01
Fix overlapping strcpy (Gerry Swislow)
christos
2015-03-24
set some readline compatibility default key settings.
christos
2015-03-24
save and restore IGNORE_EXTCHARS like we do in the getc case. From:
christos
2015-02-22
split the allocation functions, their mixed usage was too confusing.
christos
2015-02-22
PR/49683: Amir Plivatsky: Off-by-one comparison in ct_decode_string() leading
christos
2015-02-17
OpenBSD is like us.
christos
2015-01-29
Disable -Wcast-qual for clang for now.
joerg
2014-12-25
Bump date for previous.
wiz
2014-12-25
From Ingo Schwarze, based on changes from Kaspars Bankovskis:
wiz
2014-10-18
callers's -> caller's
riz
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-08-15
Fix typo in comment (Tobias Stoeckmann)
christos
2014-07-06
Bounds search for reallocated index, from OpenBSD via Andreas Fett
christos
2014-07-06
PR/48957: Federico G. Schwindt: Restore commented out code that broke
christos
2014-06-18
cast gotsig because it is long on some systems.
christos
2014-06-18
Add stdlib.h for abort() (Jess Thrysoee)
christos
2014-06-18
Don't depend on weak aliases to define the vi "alias" expansion function,
christos
2014-06-18
accomodate FreeBSD's flavor of weak references.
christos
2014-06-14
remove remaining makefile support for GCC < 45 that i found.
mrg
2014-06-05
PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansion
christos
2014-05-20
Always NULL terminate the argv[] array. From OpenBSD.
christos
2014-05-19
PR/48821: If called from tty_stty(), recalculate flags.
christos
2014-05-19
more tty modes refactoring, no functional change intended.
christos
2014-05-19
Factor out some common code (more to be done) from PR/48821
christos
2014-05-11
Add An to authors. Wording.
wiz
2014-05-11
Add a history function that takes a FILE pointer; needed for Capsicum.
christos
2014-02-26
Add missing EL_REFRESH
christos
2014-01-21
... if called prior to using_history(). This needed to be worked around
christos
2013-08-28
get rid of PATH_MAX.
christos
2013-07-12
cast to avoid warning.
christos
2013-07-12
Add a function to move the cursor.
christos
2013-05-28
expose rl_catch_signals and explain what we are doing.
christos
2013-05-27
Test early for EOF to avoid infinite loop in the wide char case. From
christos
2013-01-22
provide an el_init_fd function.
christos
2013-01-13
explicitly pass (void *)0 instead of NULL.
christos
2013-01-10
Add FILES section.
wiz
2013-01-10
In 2000, .editrc reading from $PWD was removed. Update the man page.
wiz
2013-01-01
remove dead assignment (Christoph Mallon)
christos
2013-01-01
Fix pasto that affected bind -k (Christoph Mallon)
christos
2012-10-12
Add trailing NULL's to the varargs functions as required. (John Spencer)
christos
2012-09-11
PR/46945: Steffen Nurpmeso; el_getc() doesn't document it's setting errno
christos
2012-09-11
return !OKCMD on error.
christos
[next]