summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2023-06-24Fix typo in a debug message.msaitoh
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-05-31date(1): sync two [[[[[CC]yy]mm]dd]HH]MM[.SS] instancesuwe
2023-05-31Add -R to usagekim
2023-05-31date(1): minor markup fixesuwe
2023-05-31Add -R option for displaying time in RFC 5322 format, similar to GNU date.kim
2023-05-28pax: don't overwrite destination if -r -w copy failslukem
2023-05-28pax: exit 0 if stdin filelist is used and emptylukem
2023-05-19cat: fix misleading indentationrillig
2023-05-05If chown and chgrp can grow -d flags to suppress performing thekre
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
2023-02-19sleep(1): minor markup tweaksuwe
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-31fix various typos in comments and one output message.andvar
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-10-22Add -f option to set the time. From FreeBSD.christos
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-09-15Fix the build for variants that do not define EDIT.martin
2022-09-14Update editing before prompt printing.christos
2022-09-14defer editing setup/cleanup to when we are interactive.christos
2022-08-28Change back various occurrences of \*[Le], \*[Ge] (less/greater equal)hgutch
2022-08-27PR 56983 Izumi Tsutsui: fix confusing message in test(1) with -DSMALLdholland
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-21ksh(1): fix pasto in the description of the -l option.uwe
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-08-09Sync usage with man page.wiz