Age | Commit message (Expand) | Author |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller |
1999-08-04 | o Better fix for not sending a HUP to pg 0 from the pdksh maintainer | Todd C. Miller |
1999-08-02 | Check to make sure process group is not 0 before sending a SIGHUP to | Todd C. Miller |
1999-07-15 | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | Todd C. Miller |
1999-07-15 | silence -Wall | Todd C. Miller |
1999-07-14 | update man page to pdksh v5.2.14 | Aaron Campbell |
1999-07-14 | Official fix for workaround in 1.18 | Todd C. Miller |
1999-07-14 | pdksh-5.2.14 | Todd C. Miller |
1999-07-05 | mdoc'ify syntax of the more complicated commands; when I converted this man | Aaron Campbell |
1999-07-01 | remove trailing spaces; missed from a previous commit | Aaron Campbell |
1999-06-23 | When redirecting to a file with stdout closed, don't blithely reuse | Todd C. Miller |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-06-14 | Fixed a bunch of typos, grammar errors, and unclear wording in the sh | Paul Janzen |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell |
1999-05-30 | repairs | Aaron Campbell |
1999-05-28 | be more conservative with the .Dq macro; in particular, use .Sq macros most of | Aaron Campbell |
1999-04-27 | disable newgrp alias since OpenBSD doesn't have a newgrp(1) | Todd C. Miller |
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 |
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 |
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 |
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 |
1998-10-09 | Initialize the correct fields when creating an empty command. Fixes bug where a | Todd C. Miller |
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 |
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 |
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 |
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 |
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 |
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 |