Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-08-25 | More dead wood. | Jason Downs | |
1996-08-25 | Removed unused file and move KSH define to CFLAGS. | Jason Downs | |
1996-08-20 | Forgot emacs.out depends on emacs.c. | Jason Downs | |
1996-08-19 | invoke /bin/sh | Jason Downs | |
1996-08-19 | update to pdksh-5.2.8 | Jason Downs | |
1996-08-14 | Ok, I give up kill the pdksh links. | Jason Downs | |
1996-08-14 | Yet more links. | Jason Downs | |
1996-08-14 | Add these to the repository, but don't do anything with them; they | Jason Downs | |
need perl (at least for now). | |||
1996-08-14 | Add links. | Jason Downs | |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs | |