summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2021-12-12s/Miscelaneous/Miscellaneous/ and s/slahes/slashes/ in comments.andvar
2021-12-08s/desireable/desirable/ in comments.andvar
2021-12-05s/existance/existence/ in comment.msaitoh
2021-12-05s/commmand/command/ in comment.msaitoh
2021-11-22PR bin/53550kre
2021-11-21Improve the however-many-negatives wording even more.kre
2021-11-20sh.1: replace triple negation with single negation, fix typorillig
2021-11-20Improve the wording of the "Argument List Processing" section (wherekre
2021-11-16sh.1: fix typosrillig
2021-11-16Make pwd (both /bin/pwd and the /bin/sh built-in version) check forkre
2021-11-16PR bin/56491kre
2021-11-16Detect write errors to stdout, and exit(1) from some built-inkre
2021-11-16Fix value of ${LINENO} in "for" commands.kre
2021-11-10Ensure that all of the POSIX standard utilities are correctlykre
2021-11-10Add a couple of macro definitions for dealing with shell I/O errors.kre
2021-11-10DEBUG mode changes only. NFC (NC) for any normally compiled shell.kre
2021-10-31PR bin/45390kre
2021-10-31PR bin/45390 - fix for folly fourkre
2021-10-26Use a type-correct end marker for strstrcat() rather than NULL, askre
2021-10-26PR bin/56464kre
2021-10-10sh: remove useless do-while-0 looprillig
2021-10-10sh: remove no-op 'continue' from do-while-0 looprillig
2021-10-10sh: make find_command simplerrillig
2021-10-09bin: in builds with MKLINT=yes, run lint on all programsrillig
2021-10-09sh: ignore lint error about 'continue' in 'do while' looprillig
2021-09-15Fix an ordering error in the previous (and even earlier, going backkre
2021-09-15Have the ulimit command watch for ulimit -n (alter number of available fds)kre
2021-09-15Improve the solution for the 2nd access to a fd which shouldn'tkre
2021-09-14Quote the filenames like beforechristos
2021-09-14Deal with some issues where fds intended only for internal usekre
2021-09-12Mark up NULL with Dv.wiz
2021-09-12Improve the formatting of the list of Built-in commands for thosekre
2021-09-12Don't dereference NULL on "jobs -Z" (with no title given), insteadkre
2021-09-11Add jobs -Z (like in zsh(1)) to setproctitle(3).christos
2021-09-10bin: remove unnecessary lint comment CONSTCONDrillig
2021-09-09Fix a bug with here document processing reported on the austin group listkre
2021-08-15Add -I to find filecomplete.hchristos
2021-08-15- Add command completion (from FreeBSD)christos
2021-08-09Fix the fix to a typo in one of the comments.kre
2021-08-08s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments.andvar
2021-05-26Use the date toolchristos
2021-05-18Fix a bug in the built-in echo in /bin/sh reported in private mail bykre
2021-04-04Related to PR bin/48875kre
2021-02-16PR bin/55979kre
2021-02-16PR bin/55979kre
2020-09-18Remove superfluous Ed.wiz
2020-09-18Correct an incorrectly quoted (unquoted, but should be) example used inkre
2020-08-30Since "struct job" gained a pgrp member some time ago now, use itkre
2020-08-25Idiot typo, generated by an idiot, fixed by the same one.kre
2020-08-21Remove unmatched .El and mark up signal name with Dv.wiz