cleanup before we call stderror, because longjmp corrupts the stack. |
|
More...
|
almost 17 years ago
|
mention vfork bug. |
|
More...
|
almost 17 years ago
|
avoid corrupting memory from calling cleanup by a vforked child. |
|
More...
|
almost 17 years ago
|
report errors when the first index in $x[a-b] is out of bounds. |
|
More...
|
about 17 years ago
|
The xgetpass() function pushes a cleanup entry for &osa, but then attempts to flush the stack until an entry matching &sa. The two object pointers do not match, so the stack is popped too much, and then cleanup_until calls abort() when it unexpectedly hits the bottom of the cleanup stack. |
|
More...
|
over 17 years ago
|
allow bslash_quote to quote $ |
|
More...
|
over 17 years ago
|
mach fix |
|
More...
|
over 17 years ago
|
rename setp -> tcsh_setp to avoid conflict from "Javier Vasquez" |
|
More...
|
over 17 years ago
|
mention degree fix. |
|
More...
|
over 17 years ago
|
define the xpg4 char class macro (from Mike Sullivan) |
|
More...
|
over 17 years ago
|
use od -c so that it works on big endian. |
|
More...
|
over 17 years ago
|
add COMMAND_LINE feature from Marcin Konarski |
|
More...
|
over 17 years ago
|
010 == 8 |
|
More...
|
over 17 years ago
|
- fix debugging - don't loop over >> |
|
More...
|
over 17 years ago
|
more 01 lossage. |
|
More...
|
over 17 years ago
|
various fixes |
|
More...
|
over 17 years ago
|
Don't need to flush() if we are silent. Prevents recursive error issue. (joshua stein) |
|
More...
|
over 17 years ago
|
quote the history in the examples (Johann 'Myrkraverk' Oskarsson) |
|
More...
|
over 17 years ago
|
fix limitations. |
|
More...
|
over 17 years ago
|
repeat n cmd & fix from Nick Sullivan |
|
More...
|
over 17 years ago
|
Fix frequent crash in child process during fork on Vista Remove rebase from makefile |
|
More...
|
over 17 years ago
|
Octal parsing and man page fixed. |
|
More...
|
almost 18 years ago
|
The pty bug was found be Kris Kennaway. |
|
More...
|
almost 18 years ago
|
fix pty detection. |
|
More...
|
almost 18 years ago
|
fix kill `foo` |
|
More...
|
almost 18 years ago
|
avoid random crash... |
|
More...
|
almost 18 years ago
|
don't allow eval to exit if there was an error. |
|
More...
|
almost 18 years ago
|
fix quoting in substitutions: set x=a:b:c; foreach i ($xas:/:/ /) echo $i end should print: a b c |
|
More...
|
almost 18 years ago
|
QNX fixes. |
|
More...
|
almost 18 years ago
|
PR/53: Reversed test in cmd_expand broke normalize-command. |
|
More...
|
almost 18 years ago
|