Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-18 | ``that that'' -> ``than that''; nash@mcs.net | Aaron Campbell | |
1999-03-02 | Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours, | Aaron Campbell | |
and hours... Someone please read it and find any typos I may have missed. | |||
1999-03-01 | obliveous -> oblivious; d@ | Aaron Campbell | |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller | |
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes. | |||
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller | |
1999-01-10 | Fix bug in c_sh.c where an unitialized variable could be used. | Todd C. Miller | |
Bug found by fgsch@openbsd.org. Patch mailed to pdksh maintainer. | |||
1999-01-10 | missed in update | Todd C. Miller | |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller | |
1998-12-21 | correct built-in kill | Theo de Raadt | |
1998-11-24 | better error message from ulimit | Todd C. Miller | |
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-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-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-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-07-24 | fix spelling of separate; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-29 | overflow fix; michael@cs.mun.ca | Theo de Raadt | |
1998-06-27 | new ksh code stupidly did not permit ". /dev/null"; enable that again | Theo de Raadt | |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller | |
1998-03-27 | do not nest RS/RE | Theo de Raadt | |
1998-03-18 | Document what sh/ksh does when the cd command matches a non empty path | Marco S Hyman | |
in the CDPATH environment variable. | |||
1998-03-06 | Add unlimit man link for csh and ulimit man link for sh. | Todd C. Miller | |
1998-01-17 | Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted" | Todd C. Miller | |
Results in: ksh: ulimit: "unlimitted" is not a valid limit Not: Killed (because it treated the word as 0). Noticed by mickey@openbsd.org | |||
1998-01-17 | Don't document ulimit flags that don't exist | Todd C. Miller | |
1997-11-16 | Revert one of the $_ changes made 970102, as it makes sh crash when mail | Niklas Hallqvist | |
arrives and mailchecking is on. I doubt this case was meant to be altered at that time judging from the documentation fix it went along with. However to be really sure I would like to see what POSIX has to say about the mail notification message format. Is $_ meant to be expanded to the mailbox path? If so, this revertion is correct, otherwise, another fix ought to be made. I have no POSIX spec though. | |||
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | Avoid longjmp/vfork clobbering. | Todd C. Miller | |
1997-09-12 | do not quitenv() too early, or "s" goes away due to it's temporary nature; | Theo de Raadt | |
fix found in freebsd ports tree.. original by ejc@bazzle.com | |||
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-08-05 | make signal handlers errno safe | Theo de Raadt | |
1997-08-05 | Fixes for a variety of pdksh problems: | grr | |
1) pkksh in sh mode closed fd's other than [012] on exec'ing a command. this is a ksh'ism and POSIX sates that open files are part of the environment to be passed to the new process. 2) pdksh in sh mode interpets (( as meaning the start of arithmetic "quoting", which is incompatible with it's usage as a nested sub-shell invocation. The $(( form for arithmetic substitution is stil valid, however. PR user/59 millert@openbsd.org (Todd C. Miller) 3) pdksh sh.1 manpage isn't explicit about the range of input text that is subject to field splitting after a substitution. PR user/236 Mathieu.Herrb@mipnet.fr (Mathiew Herrb) | |||
1997-06-19 | back out | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-01-02 | Revert HISTFILE. If anyone wants a differently named history file, they | Jason Downs | |
can set it in their environment. | |||
1997-01-02 | Don't mention $_. | Jason Downs | |
1997-01-02 | After discussing $_ with the maintainer, revert ksh behaviour and completely | Jason Downs | |
eliminate it from sh. | |||
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs | |
don't set $_ if we're non-interactive. | |||
1996-12-29 | change the name of the history file from .pdksh_hist to .ksh_history | Thomas Graichen | |
this way it is clearer where it comes from (pdksh is ksh in OpenBSD) and it's more consistent with other shells (bash - .bash_history and i think FreeBSD's sh also used something like .sh_history) | |||
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-18 | Up limit of available user file descriptors (e.g. for redirections) to 32 | Niklas Hallqvist | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-11-30 | Install ksh as sh too. | Jason Downs | |
1996-11-21 | sync | Jason Downs | |
1996-11-21 | Update to 5.2.12. | Jason Downs | |
1996-10-13 | Update to version 5.2.11. | Jason Downs | |
1996-10-01 | Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigm | Jason Downs | |
shift. Or something like that. | |||
1996-10-01 | Integrate pdksh 5.2.9. | Jason Downs | |
1996-08-25 | Fix problems with compiling without KSH defined, add NOEDIT override. | Jason Downs | |