summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2017-10-24When dd(1) fails because it receives an INT signal,Ingo Schwarze
2017-10-23Kill needless rewind(3) call in hist_init()Jeremie Courreges-Anglas
2017-10-23Skip (and warn about) overlong history lines.Jeremie Courreges-Anglas
2017-10-19Delete the deprecated emacs-usemeta option.Jeremie Courreges-Anglas
2017-10-18The return value of this function isn't used.Jeremie Courreges-Anglas
2017-10-09Better document what the -v flag actually does and that you canTodd C. Miller
2017-09-16Carefully add casts to silence clang sign-compare warnings. ok millert@Otto Moerbeek
2017-09-12there is no offical way to get the max value of time_t, but this one worksOtto Moerbeek
2017-09-11Use getrusage(2) for the built-in time trial instead of getttimeofday(2).Todd C. Miller
2017-09-10Backslash escapes the next character in filename patterns.Philip Guenther
2017-09-08Avoid clang warning and make code better by using a signed long;Otto Moerbeek
2017-09-07Keep histptr inside of the allocated history arrayJeremie Courreges-Anglas
2017-09-06intvar < sizeof(...) does not catch negative values since an int -> unsignedOtto Moerbeek
2017-09-03Use PATH_MAX instead of a local defineJeremie Courreges-Anglas
2017-09-02whitespace commit from BCTheo de Raadt
2017-08-31ignoredups implementation quirkJeremie Courreges-Anglas
2017-08-30Guard FEMACSUSEMETA uses behind #ifdef EMACSJeremie Courreges-Anglas
2017-08-30Implement HISTCONTROL ignoredups & ignorespace featuresJeremie Courreges-Anglas
2017-08-30Stop exposing the emacs-usemeta option, and warn when trying to set it.Jeremie Courreges-Anglas
2017-08-30Drop needless commentJeremie Courreges-Anglas
2017-08-30No need for NULL checks before afree()Jeremie Courreges-Anglas
2017-08-30Zap redundant assignment; ok jca@anton
2017-08-30Respect inputline_size argument. No functional change since tenex() only has oneanton
2017-08-30Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminatinganton
2017-08-29Kill a useless setlocale() queryJeremie Courreges-Anglas
2017-08-29Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.Alexander Bluhm
2017-08-28Don't bother setting freed history lines to NULL.Jeremie Courreges-Anglas
2017-08-28Put history_write() in line with other functions that walk historyJeremie Courreges-Anglas
2017-08-27Free history entries when resizing/reloadingJeremie Courreges-Anglas
2017-08-27Remove unused copy_non_glob() in ksh.Nayden Markatchev
2017-08-26Don't lose the latest history line & don't crash when shrinking histsizeJeremie Courreges-Anglas
2017-08-19\$ in PS1 gets you the default prompt character, which differs from theJason McIntyre
2017-08-16Explicitly say that expr(1) handles decimal integers only, as mandatedIngo Schwarze
2017-08-15Remove expensive pointer check in afree()Jeremie Courreges-Anglas
2017-08-13convert gettimeofday to mono clock.Ted Unangst
2017-08-11Retire old behavior of requiring root prompt to contain # or \!Philip Guenther
2017-08-11Check whether the first two characters of $HISTFILE are the magicTheo Buehler
2017-08-01Disable ksh VI-editing mode on the install media. We need the spaceTheo de Raadt
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