summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2017-07-26Align variables and put logical operators at EOL. No binary change.anton
2017-07-26Postpone printing of prompt if filec is enabled in csh. Any I/O should beanton
2017-07-24Fix off-by-one error introduced in the previous commit.Theo Buehler
2017-07-24Prettify, simplifyJeremie Courreges-Anglas
2017-07-24Use memmove instead of a hand-rolled loopJeremie Courreges-Anglas
2017-07-24Add < and > to the comment describind the grammar.Jeremie Courreges-Anglas
2017-07-22Use monotonic clock for the time command in csh and ksh.anton
2017-07-18Restore tty when aborting loop.anton
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-06-29Increase the input line buffer to 4096 bytes.Martijn van Duren
2017-06-29Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toTheo de Raadt
2017-06-28add -v to SYNOPSIS and STANDARDS;Jason McIntyre
2017-06-27fix a few lines of unusual lengthTed Unangst
2017-06-27add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,Ted Unangst
2017-06-27Tweak previous: align declarations and rename local variable.anton
2017-06-27in recently commited TIOCSTI replacement code, do not assumeTheo de Raadt
2017-06-25No need to NUL-terminate the line buffer since it's handled by x_e_getu8() byanton
2017-06-25Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read aanton
2017-06-22Make sure to abort loops when pressing ^C in csh.anton
2017-06-21Minor style(9) corrections and whitespace cleanup to csh.anton
2017-06-21Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON isanton
2017-06-20'^T' is documented to be bounded to transpose-chars while in emacsBryan Steele
2017-06-20Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh.anton
2017-06-17Move win variable.anton
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-10missing blank before full stop, found with mandoc -TlintIngo Schwarze
2017-06-07X is not restricted to just the + operator;Jason McIntyre
2017-06-01The fact is simple: Subshells have the same PPID as the current shell.Theo Buehler
2017-05-31Let the 's' command delete the right number of bytes when UTF-8Ingo Schwarze
2017-05-31Allow replacement of UTF-8 characters in vi mode.anton
2017-05-30stop reacharound from w(1) to ps(1); no functional change;Ingo Schwarze
2017-05-29Change the mmap(2)-based binary history file with lots of magic and aTheo Buehler
2017-05-28chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 yearsAdam Wolk
2017-05-28Fix cursor position while removing characters from the command line.anton
2017-05-26document behaviour when CDPATH unset;Jason McIntyre
2017-05-22obvious use for freezero()Theo de Raadt
2017-05-12Improve UTF-8 handling on lines that are wider than the terminal,Ingo Schwarze
2017-05-11a little tidy up; from raf czlonkaJason McIntyre
2017-05-01Quiet an "implicit conversion from 'int' to 'char' changes value"Todd C. Miller
2017-04-28Quiet a clang warning from -Wstring-plus-int. OK naddy@Todd C. Miller
2017-04-26silence clang warnings: add an extra pair of parentheses and stopChristian Weisgerber
2017-04-26In -C mode, process all checksums that match the specified file(s),Todd C. Miller
2017-04-17/dev/rmt* is no longer relevant; from miodJason McIntyre
2017-03-29Use strtonum(3) instead of strtol(3). OK deraadt@Todd C. Miller