summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt
1998-12-19fixTheo de Raadt
1998-12-16indentTheo de Raadt
1998-12-16doc printf built-inTheo de Raadt
1998-12-16fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);Theo de Raadt
gjm11@dpmms.cam.ac.uk
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-07doc -z pax option; dTheo de Raadt
1998-12-02cleanup/update synopsisAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-25null pointers are not your friendAaron Campbell
1998-11-24better error message from ulimitTodd C. Miller
1998-11-19note when -n option is used, shell can be terminated with ^D (end-of-file)Aaron Campbell
1998-11-19better fixTodd C. Miller
1998-11-19thou shalt not follow the NULL pointer, that way lies madnessTodd C. Miller
1998-11-18strtol() range checkTheo de Raadt
1998-11-11misc repairAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-11-04use optimal xfer block size in rm_overwrite() instead of assuming 8192Aaron Campbell
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
some that we had already fixed locally. o typeset -f FUNC doesn't print follows command (and expression) substitutions. o when re-allocating memory, too much may be copied from old memory. o set -o printed some options sans names. o emacs mode: <esc>. in very fist command causes core dump. o pdksh dumps core after a cd command. o typeset -i reports on array elements that have no value (at&t ksh reports on array base name - no index). o ulimit -ctn unlimittttted kills shell (resource exceeded). o ". /dev/null" says access denied. o flag field in aliases incorrectly changed (all flags set instead of clearing ISSET) in exec.c(flushcom). o ${#array[*]} prints largest index instead of number of (set) elements in an array (ksh88 does the former). o sys_siglist[] doesn't always have NSIG non-null entries...
1998-10-19Fix off-by-one error when adding files of exactly 100 characters; ↵Todd C. Miller
wsanchez@apple.com
1998-10-09Initialize the correct fields when creating an empty command. Fixes bug where aTodd C. Miller
function with no body ( e.g. "testfun () ;" ) would cause ksh to segfault when it was called. Eric Haszlakiewicz <erh@netbsd.org>
1998-09-27preceeding -> precedingAaron Campbell
1998-09-26for -p preserve sticky bitTheo de Raadt
1998-09-26fix storage of paths that are exactly 100 chars; mgw@pacbell.netTodd C. Miller
1998-09-26more setmode() leaks -- kill 'em allTheo de Raadt
1998-09-24'off of' -> 'off'Paul Janzen
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-20When invoked as tar, print verbose output to stdout, not stderr. If in list ↵Todd C. Miller
mode or in create mode where create output is to stdout print to stderr
1998-09-19typosAaron Campbell
1998-09-14typos; pjanzen@foatdi.harvard.eduAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-09-01Clear up an overeager Y2K fix; be a little stricter with allowable timesPaul Janzen
1998-09-01s/UCT/UTC/Paul Janzen
1998-08-31system limits can change. Do not document 10240 limitTheo de Raadt
1998-08-26do not *NULL -- i think this patch is rightTheo de Raadt
1998-08-25off by one (dodges bullet)kstailey
1998-08-25support \e in built-in printfTheo de Raadt
1998-08-18people who fail to update man pages and usage lines will henceforth be shot ↵Theo de Raadt
on sight
1998-08-17fix df -P on 0-size filesystemsTheo de Raadt
1998-08-15realloc bug fix and two other bugs found at the same timeTheo de Raadt
1998-08-15fix reallocTheo de Raadt
1998-08-07fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsdTheo de Raadt
1998-08-07repairTheo de Raadt
1998-07-27pull in string.h for memset() protoTodd C. Miller
1998-07-24fix spelling of separate; aaron@ug.cs.dal.caTheo de Raadt
1998-07-21fix +n description; jkoshy@freebsdTheo de Raadt