| Age | Commit message (Expand) | Author |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-17 | When vforking ensure that the environment passed to exec is built before | elric |
| 2000-05-15 | INTON and FORCEINTON modify global variables, and so should not be | elric |
| 2000-05-13 | Added includes for waitpid, sys/types.h and sys/wait.h. | elric |
| 2000-05-13 | Now we use vfork(2) instead of fork(2) when we can. | elric |
| 2000-02-09 | Fix problem where commands that caused exitstatus != 0 inside loops did | christos |
| 2000-01-27 | Fix bin/9184, bin/9194, bin/9265, bin/9266 | christos |
| 1999-10-13 | back out previous; it causes /etc/rc to break on my alpha and other lossage a... | mrg |
| 1999-10-10 | Backtrack `exitstatus' to make the shell really ignore the status | pk |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1999-06-26 | PR/7814: Matthias Scheler: shell does not fork for builtins in backquotes, | christos |
| 1999-02-04 | PR/4966: Joel Reicher: Implement <> redirections which are documented in | christos |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-02-05 | Re-enabled EXP_RECORD | christos |
| 1998-02-04 | back out last change until christos fixes EXP_RECORD; PR 4932 | mikel |
| 1998-01-31 | PR/4851: Benjamin Lorenz: In the "for <var> in <args>" construct <args> | christos |
| 1997-08-26 | Avoid a segv in bltinlookup() reported by Ronald Khoo <ronald@demon.net> | thorpej |
| 1997-07-20 | PR/3888: Chris Demetriou: type command-with-slash prints | christos |
| 1997-07-15 | PR/3866: bayer@informatik.uni-leipzig.de: core dump using xon script. | christos |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-03-14 | NO_HISTORY->SMALL | christos |
| 1997-01-11 | kill 'register' | tls |
| 1996-11-09 | remove a debugging printf that was left from the last POSIX error code fixes. | christos |
| 1996-11-06 | Fix miscellaneous getopts problems: | christos |
| 1996-10-16 | PR/287: Exit with 127/126 when command is not found/permission denied. | christos |
| 1996-06-03 | Fix PR/2504: return with no args returns 0 instead of the return value of | christos |
| 1996-03-06 | Return zero status if `else' clause is empty. | pk |
| 1996-03-05 | - parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139 | christos |
| 1995-09-11 | Fix return builtin to work like it does in ksh: | christos |
| 1995-06-09 | Changed so that 'PATH=newpath command' works, instead of looking at the | christos |
| 1995-05-19 | Changed so that syntax errors (EXERROR) set the exit status to 2, | christos |
| 1995-05-15 | re-add an #endif that was (apprently) clobbered. | cgd |
| 1995-05-15 | Fixed new bug the previous fix introduced: | christos |
| 1995-05-14 | Fixed bug caused by previous x=`false` not preserving the exit status fix. | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |
| 1995-03-31 | 1. Don't core dump on 'fc -l' (From Gerard J van der Grinten) | christos |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1994-12-23 | be more careful with casts. | cgd |
| 1994-12-05 | clean up further. more patches from Jim Jegers | cgd |
| 1994-12-04 | from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelch | cgd |
| 1994-08-24 | Fix a core dump and another parse error related to null commands. | mycroft |
| 1994-06-14 | From Christos: | jtc |
| 1994-06-12 | Set the status variable ($?) to 0 after a successful variable assignment. | jtc |
| 1994-06-11 | Add RCS ids. | mycroft |
| 1994-05-21 | a few more things to omit when NO_HISTORY defined. from noel@cs.oberlin.edu | cgd |
| 1994-05-14 | add back in support for building w/o obj dir. also, add NO_HISTORY | cgd |
| 1994-05-12 | Include appropriate header files to bring function prototypes into scope. | jtc |
| 1994-05-11 | reintegrate NetBSD's false builtin | jtc |