Provide better defaults for CMIN and CTIME for systems that don't share the same memory locations with EOF/EOL. |
|
More...
|
about 10 years ago
|
fix incorrect ioctl... Geoffrey Thomas geofft at ldpreload dot com |
|
More...
|
about 10 years ago
|
PR/262: Expreriments don't last 22 years. |
|
More...
|
over 10 years ago
|
don't print dummy events. |
|
More...
|
over 10 years ago
|
PR/291: print job status to stderr |
|
More...
|
over 10 years ago
|
PR/240: Apple marked sbrk() as deprecated, stop using it. |
|
More...
|
over 10 years ago
|
NUL in `` |
|
More...
|
over 10 years ago
|
A NUL does not mean end of file (Fridolin Pokorny) $ touch {a,b,c}.txt $ echo `glob *.txt` a.txt $ echo `find . name '?.txt' -print0` ./a.txt |
|
More...
|
over 10 years ago
|
cleanup the previous patch (Pavel Raiskup) |
|
More...
|
over 10 years ago
|
use SIG_SETMASK to restore mask. |
|
More...
|
over 10 years ago
|
add wait race fix. |
|
More...
|
over 10 years ago
|
From: Pavel Raiskup at Red Hat. Make sure that SIGCHLD is blocked before we call handle_pending_signals() for the first time and before we actually check for pp->p_flags & PRUNNING to make sure that the SIGCHLD is not leaked meanwhile. |
|
More...
|
over 10 years ago
|
PR/412: Todd C. Miller: Off by one in clearing the display buffer. |
|
More...
|
over 10 years ago
|
more precisely describe cd name where name is a shell variable (Imre Vadasz) |
|
More...
|
over 10 years ago
|
rename noimplicitcd to cdtohome |
|
More...
|
over 10 years ago
|
Add noimplicithome. |
|
More...
|
over 10 years ago
|
Add an "editors" variables to be set to the list of commands that we consider editors that we want foregrounded with run-fg-editor. |
|
More...
|
over 10 years ago
|
Add missing backquote. Look at all host files that match the standard ones as a prefix. |
|
More...
|
over 10 years ago
|
PR/377: Angelo Bonet: Fix source memory leak |
|
More...
|
over 10 years ago
|
paulo.cesar.pereira.de.andrade: prevent forking if the end of a pipeline is a builtin: cat /etc/passwd | echo, fg, fg |
|
More...
|
over 10 years ago
|
add test for anyerror (Pavel Raiskup) |
|
More...
|
almost 11 years ago
|
clarify that posix does not match what anyerror does. |
|
More...
|
almost 11 years ago
|
mention windows admin fix |
|
More...
|
almost 11 years ago
|
Windows don't have a notion of "root", but an "administrators" group. Set prompt properly. (Corinna Vinschen) |
|
More...
|
almost 11 years ago
|
remove superfluous extern (Corinna Vinschen) |
|
More...
|
almost 11 years ago
|
Fix for windows native versions. |
|
More...
|
almost 11 years ago
|
Fixed windows native compilation |
|
More...
|
almost 11 years ago
|
Be more accurate. |
|
More...
|
almost 11 years ago
|
Document the anyerror variable. |
|
More...
|
almost 11 years ago
|
remove them completely. |
|
More...
|
almost 11 years ago
|