parse octal for greater than 077 |
|
More...
|
over 12 years ago
|
Allow .'s in environment variables because people have been using that. |
|
More...
|
over 12 years ago
|
patch from Luke Mewburn to handle ` properly. |
|
More...
|
over 12 years ago
|
off-by-one |
|
More...
|
over 12 years ago
|
parenthesize exploded expressions |
|
More...
|
over 12 years ago
|
revert previous and explain why. |
|
More...
|
over 12 years ago
|
PR/202: Use VAR_NOGLOB so that title that has [] does not crash the shell. Misc cleanup |
|
More...
|
over 12 years ago
|
according to the man page, we have no business modifying the pattern |
|
More...
|
over 12 years ago
|
revert previous; our glob is too old for NOESCAPE and it does not do what we want |
|
More...
|
over 12 years ago
|
remove crep |
|
More...
|
over 12 years ago
|
Mention globbing fix |
|
More...
|
over 12 years ago
|
NOQUOTE is no more; use NOESCAPE. When a `` that contains globbing character gets globbed, backslashes get stripped. |
|
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 |
|
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" |
|
More...
|
over 12 years ago
|
PR/217: Olivier Mazouffre: Fix memory leak. |
|
More...
|
over 12 years ago
|
fix typo |
|
More...
|
over 12 years ago
|
Add Thread resource limit. |
|
More...
|
over 12 years ago
|
mention ed.inputl.c fix |
|
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 |
|
More...
|
over 12 years ago
|
today's fixes. |
|
More...
|
over 12 years ago
|
define UTMP_FILE for aix |
|
More...
|
over 12 years ago
|
fix saving of history in if statements in loops (Laurence Darby) |
|
More...
|
over 12 years ago
|
don't try to get a pgrp if we don't have a tty. |
|
More...
|
over 12 years ago
|
fix typo |
|
More...
|
almost 13 years ago
|
PR/31: ls-F should print errors to stderr, and set the exit code. |
|
More...
|
almost 13 years ago
|
fix rmstar to be interruptible |
|
More...
|
almost 13 years ago
|
printf functions should return int |
|
More...
|
almost 13 years ago
|
add ignore |
|
More...
|
almost 13 years ago
|
PR/121: Spelling and diction fixes |
|
More...
|
almost 13 years ago
|
use xsnprintf |
|
More...
|
almost 13 years ago
|