31
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
May 24, 2024 — May 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
parse octal for greater than 077
christos
as Christos Zoulas
More... over 12 years ago
Allow .'s in environment variables because people have been using that.
christos
as Christos Zoulas
More... over 12 years ago
patch from Luke Mewburn to handle ` properly.
christos
as Christos Zoulas
More... over 12 years ago
off-by-one
christos
as Christos Zoulas
More... over 12 years ago
parenthesize exploded expressions
christos
as Christos Zoulas
More... over 12 years ago
revert previous and explain why.
christos
as Christos Zoulas
More... over 12 years ago
PR/202: Use VAR_NOGLOB so that title that has [] does not crash the shell. Misc cleanup
christos
as Christos Zoulas
More... over 12 years ago
according to the man page, we have no business modifying the pattern
christos
as Christos Zoulas
More... over 12 years ago
revert previous; our glob is too old for NOESCAPE and it does not do what we want
christos
as Christos Zoulas
More... over 12 years ago
remove crep
christos
as Christos Zoulas
More... over 12 years ago
Mention globbing fix
christos
as Christos Zoulas
More... over 12 years ago
NOQUOTE is no more; use NOESCAPE. When a `` that contains globbing character gets globbed, backslashes get stripped.
christos
as Christos Zoulas
More... over 12 years ago
Revert 3.79; breaks: cat << _EOF > huh #!/bin/sh echo "[$@]" echo "I am running" echo "I am running ($$)" >> huh.out _EOF cat << _EOF > huh.tcsh #!/bin/tcsh -f
christos
as Christos Zoulas
More... over 12 years ago
block SIGINT while running children from shell scripts (From Roman Kollar) Other shells don't die when you ^C a script "#!shell\npython\n"
christos
as Christos Zoulas
More... over 12 years ago
PR/217: Olivier Mazouffre: Fix memory leak.
christos
as Christos Zoulas
More... over 12 years ago
fix typo
christos
as Christos Zoulas
More... over 12 years ago
Add Thread resource limit.
christos
as Christos Zoulas
More... over 12 years ago
mention ed.inputl.c fix
christos
as Christos Zoulas
More... over 12 years ago
revert special-casing AsciiOnly now that the real bug MB_LEN_MAX -> MB_CUR_MAX has been fixed. from Roman Kollar
christos
as Christos Zoulas
More... over 12 years ago
today's fixes.
christos
as Christos Zoulas
More... over 12 years ago
define UTMP_FILE for aix
christos
as Christos Zoulas
More... over 12 years ago
fix saving of history in if statements in loops (Laurence Darby)
christos
as Christos Zoulas
More... over 12 years ago
don't try to get a pgrp if we don't have a tty.
christos
as Christos Zoulas
More... over 12 years ago
fix typo
christos
as Christos Zoulas
More... almost 13 years ago
PR/31: ls-F should print errors to stderr, and set the exit code.
christos
as Christos Zoulas
More... almost 13 years ago
fix rmstar to be interruptible
christos
as Christos Zoulas
More... almost 13 years ago
printf functions should return int
christos
as Christos Zoulas
More... almost 13 years ago
add ignore
christos
as Christos Zoulas
More... almost 13 years ago
PR/121: Spelling and diction fixes
christos
as Christos Zoulas
More... almost 13 years ago
use xsnprintf
christos
as Christos Zoulas
More... almost 13 years ago