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
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
2012-03-21
These directories default to WARNS?=5
matt
2012-03-21
Use C89 functions definitions.
matt
2012-03-21
Use C89 functions definitions.
matt
2012-03-11
include the NULL in the argv conversion
christos
2012-03-11
use arraycount
christos
2012-01-16
PR/45843: Henning Petersen: Fix resource leak on error.
christos
2011-11-18
Add coverity annotations about unreachable code (Kamil Dudka)
christos
2011-11-18
Add missing *
christos
2011-11-18
Initialize termbuf (Kamil Dudka)
christos
2011-11-18
Initialize res (Kamil Dudka)
christos
2011-11-18
check for negative return of ct_visual_char (Kamil Dudka)
christos
2011-11-18
Off by one in allocation could cause buffer overflow (Kamil Dudka)
christos
2011-11-18
remove unrecheable code (Kamil Dudka)
christos
2011-11-16
easier with an int for now.
christos
2011-11-15
Since Width() is used only for display purposes we don't want to pass -1 for
christos
2011-10-23
Fixed misplaced parenthesis (Nirbhay Choubey)
christos
2011-10-04
fixed warnings where wint_t is unsigned.
christos
2011-10-03
fix broken change (parenthesis in the wrong place). From Nirbhay Choubey
christos
2011-09-28
include <wchar.h> if we don't have wcsdup()
christos
2011-09-16
NULL does not need a cast, here
plunky
2011-08-16
re-enable -Wconversion
christos
2011-08-04
need err.h now
christos
2011-08-02
Only use -Wconversion if GCC is actually the active compiler.
joerg
2011-07-30
Don't use "-Wconversion" with GCC 4.5 which will complain about all the
tron
2011-07-29
pass -Wconversion
christos
2011-07-29
- fix unused params
christos
[next]