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
2005-05-12
PR/30215: Kouichirou Hiratsuka: /bin/sh dumps core with tabcomplete
christos
2005-05-09
Use getpwuid_r(getuid(), ...) to expand ~/....
dsl
2005-05-07
gdb directly calls filename_completion_function()
dsl
2005-05-07
Make everything that uses makelist depend on Makefile - that way the
dsl
2005-05-07
Separate out the filename completion functions from the readline() code.
dsl
2005-04-25
Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x)
matt
2005-04-19
check for pwd != NULL, fix a missed getpwnam.
christos
2005-04-12
PR/29958: Peter Bex: add rl_variable_bind and rl_attempted_completion_over
christos
2005-04-02
use getpwent_r
christos
2005-03-19
PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations.
christos
2005-03-15
Add missing define, needed for debugging (from Rob Rodgers)
christos
2005-03-10
Always update the position variables before the map function is called.
christos
2005-03-09
set UNBUFFERED again after you do the line callback so that the new line
christos
2005-03-09
Make sure we flush after we prepare when we are unbuffered otherwise the
christos
2004-11-27
PR/26785: Jess Thrysoee: libedit - H_NEXT and H_PREV shifts cursor on failure
christos
2004-11-04
Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incremental
christos
2004-10-28
Use (unsigned char) cast to sanitise arguments to ctype functions.
dsl
2004-10-27
Fix a load of international alphabet problems with isxxx() and toupper()
dsl
2004-09-08
cut out the middle-man and use el_insertstr() directly.
christos
2004-09-08
make rl_inhibit_completion visible.
christos
2004-08-24
make sure that we round up to 1K.
christos
2004-08-20
PR/26725: Sergey S. Kostyliov: Typo in libedit, possible buffer overflow in s...
christos
2004-08-13
Delete-previous-char and delete-next-char without an argument are not supposed
mycroft
2004-07-08
PR/23486: Andreas Gustafsson: gdb no longer works with emacs
christos
2004-05-22
fix memory leak; thanks to Logan Gabriel
christos
2004-04-15
Remove duplicate word, from jfb@openbsd via jmc@openbsd.
wiz
2004-02-27
Better fix for rl_prep_terminal() from Gerry Swislow.
christos
2004-02-21
Separate tty separation from the prompt printing function. From Gerry Swislow.
christos
2004-01-17
portability fixes.
christos
2003-12-08
update for function name change
lukem
2003-12-05
Use Aq instead of <>, quote a minus, drop trailing space.
wiz
2003-12-05
Tokenization function enhancements:
lukem
2003-11-04
s/wth/with/
christos
2003-11-03
Fix uninitialized variable.
christos
2003-11-02
Always use el->el_buffer, because newbuffer could have moved. From
christos
2003-11-02
If the kill buffer is empty return normal. From Gerry Swislow gerry at certif
christos
2003-11-02
Handle M- as escape. XXX: should probably select the meta-map instead.
christos
2003-11-02
From: Gerry Swislow gerry at certif dot com
christos
2003-11-01
initialize ptr.
christos
2003-11-01
Explain H_ADD better. from Otto Moerbeek otto at drijf dot net
christos
2003-11-01
Fixes from Otto Moerbeek otto at drijf dot net
christos
2003-11-01
Document history builtin commands.
christos
2003-10-27
Make readline csh-like history work.
christos
2003-10-25
Another fix for incremental search prev.
christos
2003-10-19
add rl_catch_signals
christos
2003-10-19
Bump date for previous.
wiz
2003-10-18
change allocation policy in el_push to allocate the string itself.
christos
2003-10-18
make forward incremental search work better.
christos
2003-10-18
remove debugging printf.
christos
2003-10-18
Allow setty to set chars using char=value
christos
[next]