Age | Commit message (Expand) | Author |
2017-08-19 | \$ in PS1 gets you the default prompt character, which differs from the | Jason McIntyre |
2017-08-16 | Explicitly say that expr(1) handles decimal integers only, as mandated | Ingo Schwarze |
2017-08-15 | Remove expensive pointer check in afree() | Jeremie Courreges-Anglas |
2017-08-13 | convert gettimeofday to mono clock. | Ted Unangst |
2017-08-11 | Retire old behavior of requiring root prompt to contain # or \! | Philip Guenther |
2017-08-11 | Check whether the first two characters of $HISTFILE are the magic | Theo Buehler |
2017-08-01 | Disable ksh VI-editing mode on the install media. We need the space | Theo de Raadt |
2017-07-26 | Align variables and put logical operators at EOL. No binary change. | anton |
2017-07-26 | Postpone printing of prompt if filec is enabled in csh. Any I/O should be | anton |
2017-07-24 | Fix off-by-one error introduced in the previous commit. | Theo Buehler |
2017-07-24 | Prettify, simplify | Jeremie Courreges-Anglas |
2017-07-24 | Use memmove instead of a hand-rolled loop | Jeremie Courreges-Anglas |
2017-07-24 | Add < and > to the comment describind the grammar. | Jeremie Courreges-Anglas |
2017-07-22 | Use monotonic clock for the time command in csh and ksh. | anton |
2017-07-18 | Restore tty when aborting loop. | anton |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton |
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-29 | Increase the input line buffer to 4096 bytes. | Martijn van Duren |
2017-06-29 | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to | Theo de Raadt |
2017-06-28 | add -v to SYNOPSIS and STANDARDS; | Jason McIntyre |
2017-06-27 | fix a few lines of unusual length | Ted Unangst |
2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | Ted Unangst |
2017-06-27 | Tweak previous: align declarations and rename local variable. | anton |
2017-06-27 | in recently commited TIOCSTI replacement code, do not assume | Theo de Raadt |
2017-06-25 | No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by | anton |
2017-06-25 | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a | anton |
2017-06-22 | Make sure to abort loops when pressing ^C in csh. | anton |
2017-06-21 | Minor style(9) corrections and whitespace cleanup to csh. | anton |
2017-06-21 | Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is | anton |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-06-20 | Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh. | anton |
2017-06-17 | Move win variable. | anton |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-10 | missing blank before full stop, found with mandoc -Tlint | Ingo Schwarze |
2017-06-07 | X is not restricted to just the + operator; | Jason McIntyre |
2017-06-01 | The fact is simple: Subshells have the same PPID as the current shell. | Theo Buehler |
2017-05-31 | Let the 's' command delete the right number of bytes when UTF-8 | Ingo Schwarze |
2017-05-31 | Allow replacement of UTF-8 characters in vi mode. | anton |
2017-05-30 | stop reacharound from w(1) to ps(1); no functional change; | Ingo Schwarze |
2017-05-29 | Change the mmap(2)-based binary history file with lots of magic and a | Theo Buehler |
2017-05-28 | chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 years | Adam Wolk |
2017-05-28 | Fix cursor position while removing characters from the command line. | anton |
2017-05-26 | document behaviour when CDPATH unset; | Jason McIntyre |
2017-05-22 | obvious use for freezero() | Theo de Raadt |
2017-05-12 | Improve UTF-8 handling on lines that are wider than the terminal, | Ingo Schwarze |