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
2008-07-30
handle EINTR in the termios operations, reported by the GHC folks
christos
2008-07-12
Don't bother with SIGSTOP it cannot be caught or ignored. From Jess Thrysoee
christos
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-29
Convert to new 2 clause license
martin
2008-04-05
bump minor.
christos
2008-04-05
add EL_REFRESH for the benefit of readline
christos
2008-04-04
Add rl_forced_update_display() from Gerry Swislow
christos
2007-08-12
patches from Axel Thimm
christos
2007-06-10
Fix tab/space confusion; from Stefan Farfeleder
christos
2007-05-28
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
tls
2007-05-27
Add rl_completion_matches, fix remove_history
christos
2007-03-01
Fix bug with multiple pending el_pushes. Reported by Julien Torres.
christos
2007-01-12
PR/35411: Matthew Wala: inconsistency in editline(3): rename "num" to the
christos
2006-12-18
Fix xref section. Whitespace cleanups..
wiz
2006-12-15
add EL_GETFP, and EL_SETFP.
christos
2006-11-25
s/el->errfile/el->el_errfile/g in debug code, fixes MKDEBUGLIB build.
freza
2006-11-24
bump minor.
christos
2006-11-24
- Add more readline functions, enough for gdb-6.5
christos
2006-11-09
don't use alloca with ssp.
christos
2006-10-22
__weakref__ attribute can not be applied to anything when inside function
mrg
2006-09-28
Fix memory leak found by valgrind (Julien Torres)
christos
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
[next]