summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Collapse)Author
1998-03-27do not nest RS/RETheo de Raadt
1998-03-18Document what sh/ksh does when the cd command matches a non empty pathMarco S Hyman
in the CDPATH environment variable.
1998-03-06Add unlimit man link for csh and ulimit man link for sh.Todd C. Miller
1998-01-17Make 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-17Don't document ulimit flags that don't existTodd C. Miller
1997-11-16Revert one of the $_ changes made 970102, as it makes sh crash when mailNiklas 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-12Avoid longjmp/vfork clobbering.Todd C. Miller
1997-09-12Avoid longjmp/vfork clobbering.Todd C. Miller
1997-09-12do 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-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-08-05Fixes 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-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-01-02Revert HISTFILE. If anyone wants a differently named history file, theyJason Downs
can set it in their environment.
1997-01-02Don't mention $_.Jason Downs
1997-01-02After discussing $_ with the maintainer, revert ksh behaviour and completelyJason Downs
eliminate it from sh.
1997-01-02Add 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-29change the name of the history file from .pdksh_hist to .ksh_historyThomas 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-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-18Up limit of available user file descriptors (e.g. for redirections) to 32Niklas Hallqvist
1996-12-14-Wall'ing.Michael Shalayeff
1996-11-30Install ksh as sh too.Jason Downs
1996-11-21syncJason Downs
1996-11-21Update to 5.2.12.Jason Downs
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-01Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigmJason Downs
shift. Or something like that.
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-08-25Fix problems with compiling without KSH defined, add NOEDIT override.Jason Downs
1996-08-25More dead wood.Jason Downs
1996-08-25Removed unused file and move KSH define to CFLAGS.Jason Downs
1996-08-20Forgot emacs.out depends on emacs.c.Jason Downs
1996-08-19invoke /bin/shJason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Ok, I give up kill the pdksh links.Jason Downs
1996-08-14Yet more links.Jason Downs
1996-08-14Add these to the repository, but don't do anything with them; theyJason Downs
need perl (at least for now).
1996-08-14Add links.Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs