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
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
2012-09-11
PR/46942: Steffen Nurpmeso: editline(3): el_get(): fix UNBUFFERED return
christos
2012-09-11
PR/46941: Steffen Nurpmeso: document EL_BUFFERED
christos
2012-09-10
PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno handling,
christos
2012-08-10
Don't depend on HAVE_GCC being always defined.
joerg
2012-07-18
From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-byte
christos
2012-07-12
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
christos
2012-06-05
don't crash if add_history is called from an empty line. Called from
christos
2012-06-02
Switch from Op to Oo/Oc for nested block.
njoly
2012-05-31
remove stdint.h; it is not used.
christos
2012-05-30
don't include both term.h and termcap.h
christos
2012-05-15
define the new variable
christos
2012-05-15
Add rl_completion_word_break_hook from:
christos
2012-05-15
save and restore the tty settings on entry and exit respectively.
christos
2012-03-24
From: Jilles Tjoelker: Add a mapping for the cursor delete key
christos
2012-03-24
From Jilles Tjoelker:
christos
[next]