| Age | Commit message (Expand) | Author |
| 2021-04-06 | Pull up following revision(s) (requested by kre in ticket #1242): | martin |
| 2020-08-27 | Pull up following revision(s) (requested by kre in ticket #1064): | martin |
| 2018-07-25 | Fix several bugs in the command / type builtin ( including PR bin/48499 ) | kre |
| 2018-06-22 | Deal with ref after free found by ASAN when a function redefines | kre |
| 2017-07-05 | DEBUG changes: convert DEBUG TRACE() calls to new format. | kre |
| 2017-06-17 | Many internal memory management type fixes. | kre |
| 2017-06-07 | A better LINENO implementation. This version deletes (well, #if 0's out) | kre |
| 2017-06-04 | Make cd (really) do cd -P, and not just claim that is what it is doing | kre |
| 2017-05-15 | (Perhaps temporarary) updated "hash" command. New options, and | kre |
| 2016-05-03 | add missing forward declaration for the STATIC= case. | christos |
| 2013-11-01 | PR/48312: Dieter Roelands: According to TOG, unset should not return an error | christos |
| 2012-12-31 | Add support for '%n' being a shorthand for 'fg %n'. | dsl |
| 2012-03-20 | Use C89 function definitions | matt |
| 2008-10-16 | Wrap declaration of a STATIC function that's only conditionally defined | dholland |
| 2008-02-15 | Fix inconsistent definitions | matt |
| 2007-06-24 | PR/36531: Greg A. Woods: another very helpful DEBUG TRACE() call for execve() | christos |
| 2006-03-18 | Coverity CID 890: Possible NULL pointer deref. | christos |
| 2006-03-18 | Coverity CID 1329: Possible NULL deref. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-02-04 | Fix bin/20185 - builtin called from function of same name mustn't be hashed. | dsl |
| 2003-01-22 | Support command -p, -v and -V as posix | dsl |
| 2002-11-24 | Fixes from David Laight: | christos |
| 2002-09-27 | VFork()ing shell: From elric@netbsd.org: | christos |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2000-11-01 | handle type command on names that contain slashes, and print a : in the not | christos |
| 2000-07-03 | include <stdlib.h>, <string.h>, or whatever as appropriate to shut up | matt |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-13 | Now we use vfork(2) instead of fork(2) when we can. | elric |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1997-07-20 | PR/3888: Chris Demetriou: type command-with-slash prints | christos |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-02-06 | add type builtin. | christos |
| 1997-01-11 | kill 'register' | tls |
| 1996-10-19 | Remove leftover printf("here") from last change. | abrown |
| 1996-10-16 | PR/287: Shell does not exit with 126/127 when permission denied/ | christos |
| 1996-06-25 | const poisoning. | christos |
| 1995-06-09 | Changed so that 'PATH=newpath command' works, instead of looking at the | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1995-01-30 | Use S_IS*(). | mycroft |
| 1995-01-15 | Remove the gratuitous `security' warning. | mycroft |
| 1994-12-05 | clean up further. more patches from Jim Jegers | cgd |
| 1994-09-23 | Eliminate uses of some obsolete functions. | mycroft |
| 1994-06-11 | Add RCS ids. | mycroft |
| 1994-05-12 | Include appropriate header files to bring function prototypes into scope. | jtc |
| 1994-05-11 | sync with 4.4lite | jtc |
| 1994-04-01 | Getgroup's second argument is now a gid_t ptr. | jtc |
| 1993-09-23 | Root can execute anything with at least one execute bit set. | mycroft |