summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2023-06-24Fix typo in a debug message.msaitoh
2023-04-07Remove an end of file trailing blank line that served no purpose.kre
2023-04-07The great shell trailing whitespace cleanup of 2023...kre
2023-03-21Use "sigjmp_buf loc" after switch to sigsetjmp()/siglongjmp().hannken
2023-03-19Do a better job handling EACCES errors from exec() calls. If thekre
2023-03-19Switch from using _setjmp()/_longjmp() (on BSD systems which aren't SVR4)kre
2023-03-19Change a few #defines from octal to hex (pdp11 days are long gone).kre
2023-03-06Adjust tilde expansion as will be documented in the forthcomingkre
2023-02-24Allow (but do not require) the magic '--' option terminator inkre
2022-12-20More markup errors. \+ was intended to be \&+ and .EV .Ev of course.kre
2022-12-20Using .Cm Cm makes no sense at all - no idea what I was thinking therekre
2022-12-20sh(1): Fix markup. -compact must be last.uwe
2022-12-11It appears that POSIX intends to add a -d X option to the read commandkre
2022-10-30PR bin/57053 is related (peripherally) here.kre
2022-10-30Note in the description of "jobs -p" that the process id returned iskre
2022-09-18Oops, somehow managed to commit an older version where NBSH_INVOCATIONkre
2022-09-18Add the -l option (aka -o login): be a login shell. Meaningful only onkre
2022-09-16More wording improvements. There might be more to come.kre
2022-09-16Minor wording improvements.kre
2022-09-16Move a comment that used to be in the correct place, once upon a time,kre
2022-09-16Whitespace.kre
2022-09-15Correct spelling of terminal (it doesn't have a 2nd m).kre
2022-08-22Add debugging trace points for history and the editline interface.kre
2022-08-21sh(1): revert previous because it interferes with custom user bindingsnia
2022-08-19Improve the description of the read builtin command.kre
2022-08-19Don't output the error for bad usage (no var name given)kre
2022-08-19PR bin/56972 Fix escape ('\') handling in sh read builtin.kre
2022-08-18sh(1): Allow an explicit set -o vi or set -o emacs to override ~/.editrcnia
2022-08-17sh(1): Assign the tab completion key binding last so a user havingnia
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-04-18Introduce a new macro JNUM to replace the idiom jp-jobtab+1kre
2022-04-17fix various typos in comments.andvar
2022-04-16Redo the way the builtin cmd 'ulimit' getopt() (nextopt() really, but itkre
2022-04-16While doing the previous change, I noticed that when used in akre
2022-04-16Avoid generating error messages implying that user errors are illegal.kre
2022-04-10fix various typos in comments and output/log messages.andvar
2022-02-08sh: fix typo in commentrillig
2022-02-02After (a few days short of) 21 years, revert 1.25, which did nothing exceptkre
2022-01-31When we initialize libedit (editline) always call ourselves "sh" nokre
2022-01-31Add some comments explaining accesses to the environment viakre
2022-01-22After 3 and a bit years, it is time...kre
2022-01-07sh(1): improve getopts docs for optstring leading :lukem
2022-01-07sh(1): fix formatting warningslukem
2022-01-05Use a volative local shadow of a field in an (on-stack) non-volatile structkre
2021-12-19s/forground/foreground/ in comments.andvar
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