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
2006-08-31
Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitive
rpaulo
2006-08-21
Change to a 3 clause copyright after permission of the holders.
christos
2006-07-23
PR/34062: Tanaka Akira: rl_deprep_term_function is NULL in libedit.
christos
2006-05-18
change __weak_extern to __weak_reference so that gcc4 works.
christos
2006-04-09
fix debugging printf format.
christos
2006-03-25
remove if/free block checking known condition
rtr
2006-03-23
move declaration to header file.
christos
2006-03-21
Coverity CID 2743: Not really a memory leak, but make it obvious that we
christos
2006-03-18
Fix compilation.
christos
2006-03-18
Lint comment.
christos
2006-03-18
Coverity CID 1668: Plug memory leak.
christos
2006-03-18
Coverity CID 1666: Plug memory leak.
christos
2006-03-18
Coverity CID 1667: Plug memory leak
christos
2006-03-18
Coverity CID 1662: Memory leak.
christos
2006-03-18
Coverity CID 597: remove dead code.
christos
2006-03-18
Coverity CID 1216: Prevent negative index use.
christos
2006-03-18
Coverity CID 806: Prevent NULL deref
christos
2006-03-06
Print the actual eofc, instead of ^D\b\b.
christos
2006-03-06
use the tty chars for reprint and eof instead of hard-coded ^R and ^D
christos
2006-02-13
PR/32817: Magnus Svensson: write_history and read_history returncode is not
christos
2006-02-12
Partial rl_getc_function support from Jess Thrysoee.
christos
2005-11-09
Refresh bug reported by Julien Torres:
christos
2005-10-22
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems
christos
2005-10-12
Add el_get to SYNOPSIS. From jmc@openbsd.
wiz
2005-09-09
Fix double if (from Alexey E. Suslikov via jmc@openbsd).
wiz
2005-08-19
PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work
christos
2005-08-10
Don't save the el->el_line.cursor over a cv_insert call and use it later
christos
2005-08-09
Don't delete the current line in vi mode when typing 'yy'.
christos
2005-08-09
Fix two more help iterators. Thanks Stefan Farfeleder!
christos
2005-08-08
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
christos
2005-08-08
Don't add an extra { NULL, 0, NULL } element to the help array. Instead keep
christos
2005-08-08
The previous commit removed too much and forgot to reset the history event
christos
2005-08-03
Fix reversed test; from Gerry Swislow
christos
2005-08-02
On a fatal error, we want to stop processing the macro buffers.
christos
2005-08-02
Add missing second argument to another call of ch_reset().
tron
2005-08-01
Don't reset the macro strings each time we enter el_gets(), otherwise
christos
2005-08-01
Don't forget to initialize h_del; from Julien Torres.
christos
2005-07-14
Drop trailing whitespace.
wiz
2005-07-14
PR/30747: David N. Williams: libedit is missing remove_history()
christos
2005-07-06
Fix memory leaks found by valgrind. From Julien Torres
christos
2005-06-12
make this useable from c++.
christos
2005-06-11
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().
christos
2005-06-10
Bug reported from Martin Dietze:
christos
2005-06-10
tilde expand should take a const argument.
christos
2005-06-01
Don't use non-standard uint or u_int.
lukem
2005-05-29
Update for recent parse__escape() prototype change
lukem
2005-05-29
PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
christos
2005-05-28
fix for WARNS=3
lukem
2005-05-28
clean up build of "test"
lukem
2005-05-28
MAKEVERBOSE support
lukem
[next]