1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hygiene, check for failed malloc() in prepend_path() More... almost 10 years ago
hygiene, use memccpy() to sanitise pointer to env string in prepend_path() More... almost 10 years ago
Merge branch 'code/hygiene' More... almost 10 years ago
chore, build without GNU_SOURCE, as there are no GNUisms in the code More... almost 10 years ago
chore, check for splice() during configure More... almost 10 years ago
minor, import Raphael Javaux's fast_strstr.c (and refiddle it to xmemmem()) More... almost 10 years ago
chore, lose xclosefrom(), no extraneous descriptors should be open More... almost 10 years ago
hygiene, run the differ (setting up the diff child) before any other descriptors are opened More... almost 10 years ago
cosmetics, one error message is enough, use the parent process to print it More... almost 10 years ago
hygiene, as a means to pass on the failed differ child, unlink the fifo files so the open()'s in the parent wake up More... almost 10 years ago
cosmetics, provide better diagnostics for when execvp() or execl() fails More... almost 10 years ago
chore, don't close stderr in diff subprocess so we can see errors when execvp() fails More... almost 10 years ago
cosmetics, fputs() error string components instead of fputc()ing them More... almost 10 years ago
fix, finalise (i.e. \nul-terminate) the first prepend if no PATH is set More... almost 10 years ago
Merge branch 'code/hygiene' More... almost 10 years ago
fix, unset feeder pid in differ() when feeder isn't used More... almost 10 years ago
chore, allow stderr output from diff subprocess More... almost 10 years ago
Merge branch 'code/hygiene' More... almost 10 years ago
hygiene, mind cert's ENV34-C and strdup() getenv()'d data right away More... almost 10 years ago
hygiene, clarify (through comments) why there are 1U offsets in prepend_path() More... almost 10 years ago
hygiene, only close fds when they're non-negative More... almost 10 years ago
hygiene, resize buffers in bufexp() so that \nul terminators fit in as well More... almost 10 years ago
hygiene, clarify clit_bit handling in differ(), close expfd only when open()ed More... almost 10 years ago
Merge branch 'bld/yuck' More... almost 10 years ago
chore, add compile to git ignore list More... almost 10 years ago
chore, PEBKAC, actually commit yuck files More... almost 10 years ago
chore, remove build-aux from git ignore list More... almost 10 years ago
Merge branch 'feat/expand-proto' More... almost 10 years ago
Merge branch 'bld/yuck' More... almost 10 years ago
doc, explain expander modifier More... almost 10 years ago