| Age | Commit message (Collapse) | Author |
|
OK: core@, jdc@
|
|
(SIGWINCH). Return NULL if el_gets() gets interrupted.
|
|
|
|
smashing
|
|
- save the strings passed to the mapping function so that they don't get
re-used. This leaks. To fix it properly we could either pass a flag to
free particular entries before re-using, or allocate all of them.
Allocating all of them wastes memory, allocating some of them makes
the code more complex.
This fixes compatibility binding (shell tab completion for example)
|
|
- when printing tab/nl print them, don't handle them specially.
|
|
|
|
add wide tst code and make it the default.
|
|
and readline.
|
|
- Fix read function compatibility.
|
|
|
|
|
|
|
|
filename not two, and no trailing blanks. I will revisit this when I write
the ls-F code.
|
|
|
|
ended up corrupting the display by an extra space in the beginning. Reported
by Mac Chan.
|
|
http://opensource.apple.com/source/libedit/libedit-11/patches/
|
|
by mrg@
|
|
|
|
|
|
|
|
From Michael Cook mcook at bbn dot com
|
|
From Michael Cook mcook at bbn dot com
|
|
From Michael Cook mcook at bbn dot com
|
|
From Michael Cook mcook at bbn dot com
|
|
|
|
- make code more similar to tcsh (if we want to handle wide chars, this is
needed; for now it is a no-op)
|
|
|
|
|
|
|
|
calls.
|
|
|
|
|
|
cwelton at greenplum dot com
|
|
|
|
an extra literal character.
|
|
Fix proposed from Matthew Mondor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RL_PROMPT_START_LITERAL/RL_PROMPT_END_LITERAL :-)
|
|
On the other hand, minuses need backslashes, otherwise they become hyphens.
|
|
error.
|
|
|
|
|
|
the tty driver does the check for us.
|