Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-21 | correct built-in kill | Theo de Raadt | |
1998-12-21 | like kill(1), have csh builtin handle -SIGxxx names; kleink | Theo de Raadt | |
1998-12-19 | fix | Theo de Raadt | |
1998-12-16 | indent | Theo de Raadt | |
1998-12-16 | doc printf built-in | Theo de Raadt | |
1998-12-16 | fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`); | Theo de Raadt | |
gjm11@dpmms.cam.ac.uk | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-07 | doc -z pax option; d | Theo de Raadt | |
1998-12-02 | cleanup/update synopsis | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-25 | null pointers are not your friend | Aaron Campbell | |
1998-11-24 | better error message from ulimit | Todd C. Miller | |
1998-11-19 | note when -n option is used, shell can be terminated with ^D (end-of-file) | Aaron Campbell | |
1998-11-19 | better fix | Todd C. Miller | |
1998-11-19 | thou shalt not follow the NULL pointer, that way lies madness | Todd C. Miller | |
1998-11-18 | strtol() range check | Theo de Raadt | |
1998-11-11 | misc repair | Aaron Campbell | |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-11-04 | use optimal xfer block size in rm_overwrite() instead of assuming 8192 | Aaron Campbell | |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | Todd 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-19 | Fix off-by-one error when adding files of exactly 100 characters; ↵ | Todd C. Miller | |
wsanchez@apple.com | |||
1998-10-09 | Initialize the correct fields when creating an empty command. Fixes bug where a | Todd 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-27 | preceeding -> preceding | Aaron Campbell | |
1998-09-26 | for -p preserve sticky bit | Theo de Raadt | |
1998-09-26 | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | Todd C. Miller | |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt | |
1998-09-24 | 'off of' -> 'off' | Paul Janzen | |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-09-20 | When 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-19 | typos | Aaron Campbell | |
1998-09-14 | typos; pjanzen@foatdi.harvard.edu | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-09-07 | More 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-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-09-01 | Clear up an overeager Y2K fix; be a little stricter with allowable times | Paul Janzen | |
1998-09-01 | s/UCT/UTC/ | Paul Janzen | |
1998-08-31 | system limits can change. Do not document 10240 limit | Theo de Raadt | |
1998-08-26 | do not *NULL -- i think this patch is right | Theo de Raadt | |
1998-08-25 | off by one (dodges bullet) | kstailey | |
1998-08-25 | support \e in built-in printf | Theo de Raadt | |
1998-08-18 | people who fail to update man pages and usage lines will henceforth be shot ↵ | Theo de Raadt | |
on sight | |||
1998-08-17 | fix df -P on 0-size filesystems | Theo de Raadt | |
1998-08-15 | realloc bug fix and two other bugs found at the same time | Theo de Raadt | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-08-07 | fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd | Theo de Raadt | |
1998-08-07 | repair | Theo de Raadt | |
1998-07-27 | pull in string.h for memset() proto | Todd C. Miller | |
1998-07-24 | fix spelling of separate; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-21 | fix +n description; jkoshy@freebsd | Theo de Raadt | |