31
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
May 13, 2024 — May 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup before we call stderror, because longjmp corrupts the stack.
christos
as Christos Zoulas
More... almost 17 years ago
mention vfork bug.
christos
as Christos Zoulas
More... almost 17 years ago
avoid corrupting memory from calling cleanup by a vforked child.
christos
as Christos Zoulas
More... almost 17 years ago
report errors when the first index in $x[a-b] is out of bounds.
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... over 17 years ago
allow bslash_quote to quote $
christos
as Christos Zoulas
More... over 17 years ago
mach fix
christos
as Christos Zoulas
More... over 17 years ago
rename setp -> tcsh_setp to avoid conflict from "Javier Vasquez"
christos
as Christos Zoulas
More... over 17 years ago
mention degree fix.
christos
as Christos Zoulas
More... over 17 years ago
define the xpg4 char class macro (from Mike Sullivan)
christos
as Christos Zoulas
More... over 17 years ago
use od -c so that it works on big endian.
christos
as Christos Zoulas
More... over 17 years ago
add COMMAND_LINE feature from Marcin Konarski
christos
as Christos Zoulas
More... over 17 years ago
010 == 8
christos
as Christos Zoulas
More... over 17 years ago
- fix debugging - don't loop over >>
christos
as Christos Zoulas
More... over 17 years ago
more 01 lossage.
christos
as Christos Zoulas
More... over 17 years ago
various fixes
christos
as Christos Zoulas
More... over 17 years ago
Don't need to flush() if we are silent. Prevents recursive error issue. (joshua stein)
christos
as Christos Zoulas
More... over 17 years ago
quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
christos
as Christos Zoulas
More... over 17 years ago
fix limitations.
christos
as Christos Zoulas
More... over 17 years ago
repeat n cmd & fix from Nick Sullivan
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... almost 18 years ago
The pty bug was found be Kris Kennaway.
christos
as Christos Zoulas
More... almost 18 years ago
fix pty detection.
christos
as Christos Zoulas
More... almost 18 years ago
fix kill `foo`
christos
as Christos Zoulas
More... almost 18 years ago
avoid random crash...
christos
as Christos Zoulas
More... almost 18 years ago
don't allow eval to exit if there was an error.
christos
as Christos Zoulas
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
christos
as Christos Zoulas
More... almost 18 years ago
QNX fixes.
christos
as Christos Zoulas
More... almost 18 years ago
PR/53: Reversed test in cmd_expand broke normalize-command.
christos
as Christos Zoulas
More... almost 18 years ago