summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Provide definition of CTRL in vi.c like we do for emacs.c.millert1-1/+4
2021-03-11groff complains about the word "An" in an Rs/Re block, believing it a macro,jmc1-3/+3
2021-03-10Add support for ^R (redraw) in insert mode too.millert2-3/+9
2021-03-10Fix redrawing of a multiline PS1 prompt in vi mode.millert1-8/+9
2021-03-08use a journal reference instead of cstr when possiblejsg1-1/+9
2021-03-08Add some references, most of these were removed when we stopped buildingjsg3-6/+30
2021-03-05Fix old ksh bug: wrong variable being looked up when value is provided.zhuk1-2/+2
2020-12-11cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha1-3/+4
2020-12-04cat(1): misc. style(9)cheloha1-11/+11
2020-12-04cat(1): simplify argv processing loopscheloha1-39/+36
2020-12-03cat(1): remove global 'filename' variablecheloha1-8/+9
2020-10-29replace the "write a floppy image" example with a more up to date one;jmc1-5/+6
2020-10-26In lib/libc/gen/charclass.h r1.3 guenther made cclasses const.tb1-2/+2
2020-10-19Add explicit casts to double to quiet a clang warning.millert1-2/+2
2020-10-15Explicitly skip a leading "/dev/" and do not rely on basename(3) andnaddy1-3/+6
2020-10-07If we are asked to print the total number of blocks, do so even ifmillert2-17/+22
2020-10-06I observed "csh i < file-containing-^T" to hit tenex(), which proceeds toderaadt1-8/+15
2020-10-05-f - can respresent both stdin and stdout; rework the text a littlejmc1-7/+8
2020-10-03Use ferror() to check for write error, not the fflush() return value.millert1-2/+3
2020-09-20Clear screen before redrawing the line with ^L, also in input mode.millert2-29/+62
2020-09-13Fix "$@" splitting with empty IFStb1-17/+48
2020-08-30Fix multiple variable definitions to avoid errors with -fno-common.mortimer6-87/+173
2020-08-03clang10 identifies an argv[] comparison against '\0' instead of NULL,deraadt1-2/+2
2020-07-22Collapse consecutive stars to avoid exponential behavior.millert1-1/+4
2020-07-08Clarify that csh's -f flag is not just about .cshrc.millert1-6/+4
2020-07-07Add support for set -o pipefailjca4-7/+41
2020-07-06Always print the directory name in -R mode; matches historical behavior.millert1-2/+2
2020-07-06Fix skipping of directories that begin with a '.' in -R mode.millert1-2/+4
2020-05-22Fix the exit code when eval()uating a || compound list, it wouldbenno1-1/+7
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,deraadt1-3/+3
2020-05-08Use proper function pointer type instead of void *jca1-5/+7
2020-03-23in case we can't create intermediate directories because of permissions,espie2-7/+9
2020-02-25sleep(1): style(9) and other dustingcheloha1-20/+17
2020-02-21Enforce that TMOUT is an integer literal to prevent command execution fromtb1-1/+5
2020-02-14get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@schwarze1-5/+5
2020-02-14Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm,schwarze1-28/+18
2020-02-10briefly mention /etc/examples/ in the FILES section of all theschwarze1-3/+5
2020-02-09drop historical section number as was done in psjsg1-4/+3
2020-02-08Make HISTORY more concise: historical section numbers are irrelevant.schwarze1-5/+4
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze5-22/+22
2020-01-09Rev 1.17 of sub.c removed infinite loop detection from s command.bluhm4-4/+3
2020-01-09Rev 1.59 of main.c allows omission of addresses in a range.bluhm19-1/+53
2020-01-09Rev 1.42 of main.c allows zero address for i command.bluhm3-0/+3
2019-12-16Delete tests for P_THREAD that predate the existence ofguenther1-3/+1
2019-11-29typo fix.nayden1-2/+2
2019-11-26some corrections to CDPATH;jmc1-4/+6
2019-11-15In cpio mode, when processing the -o switch, only set the archive formatnaddy1-2/+3
2019-10-27No need for <sys/uio.h> as writev(2) isn't used any more.jca1-2/+1
2019-10-27Don't fail hard if we can't preallocate history storage.jca1-7/+15
2019-09-06More Version 1 AT&T UNIX history.schwarze1-2/+7