31
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Provide better defaults for CMIN and CTIME for systems that don't share the same memory locations with EOF/EOL.
christos
as Christos Zoulas
More... about 10 years ago
fix incorrect ioctl... Geoffrey Thomas geofft at ldpreload dot com
christos
as Christos Zoulas
More... about 10 years ago
PR/262: Expreriments don't last 22 years.
christos
as Christos Zoulas
More... over 10 years ago
don't print dummy events.
christos
as Christos Zoulas
More... over 10 years ago
PR/291: print job status to stderr
christos
as Christos Zoulas
More... over 10 years ago
PR/240: Apple marked sbrk() as deprecated, stop using it.
christos
as Christos Zoulas
More... over 10 years ago
NUL in ``
christos
as Christos Zoulas
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
christos
as Christos Zoulas
More... over 10 years ago
cleanup the previous patch (Pavel Raiskup)
christos
as Christos Zoulas
More... over 10 years ago
use SIG_SETMASK to restore mask.
christos
as Christos Zoulas
More... over 10 years ago
add wait race fix.
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... over 10 years ago
PR/412: Todd C. Miller: Off by one in clearing the display buffer.
christos
as Christos Zoulas
More... over 10 years ago
more precisely describe cd name where name is a shell variable (Imre Vadasz)
christos
as Christos Zoulas
More... over 10 years ago
rename noimplicitcd to cdtohome
christos
as Christos Zoulas
More... over 10 years ago
Add noimplicithome.
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
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
christos
as Christos Zoulas
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
christos
as Christos Zoulas
More... over 10 years ago
add test for anyerror (Pavel Raiskup)
christos
as Christos Zoulas
More... almost 11 years ago
clarify that posix does not match what anyerror does.
christos
as Christos Zoulas
More... almost 11 years ago
mention windows admin fix
christos
as Christos Zoulas
More... almost 11 years ago
Windows don't have a notion of "root", but an "administrators" group. Set prompt properly. (Corinna Vinschen)
christos
as Christos Zoulas
More... almost 11 years ago
remove superfluous extern (Corinna Vinschen)
christos
as Christos Zoulas
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.
christos
as Christos Zoulas
More... almost 11 years ago