Home | History | Annotate | Download | only in sh
History log of /src/bin/sh/cd.h
RevisionDateAuthorComments
 1.6  18-Jun-2011  christos branches: 1.6.44;
PR/45069: Henning Petersen: Use prototypes from builtins.h .
 1.5  10-Oct-2005  christos branches: 1.5.40;
PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd
or cd get executed.
 1.4  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.
 1.3  24-Nov-2002  christos Fixes from David Laight:
- ansification
- format of output of jobs command (etc)
- job identiers %+, %- etc
- $? and $(...)
- correct quoting of output of set, export -p and readonly -p
- differentiation between nornal and 'posix special' builtins
- correct behaviour (posix) for errors on builtins and special builtins
- builtin printf and kill
- set -o debug (if compiled with DEBUG)
- cd src obj (as ksh - too useful to do without)
- unset -e name, remove non-readonly variable from export list.
(so I could unset -e PS1 before running the test shell...)
 1.2  04-Jul-1997  christos Fix compiler warnings.
 1.1  19-Nov-1995  christos Fix PR/1760, where 'cd -' before any other command could cause a reference
to an uninitialized pointer. Use getcwd() to get the current working directory,
instead of forking /bin/pwd [per Scott's suggestion]
 1.5.40.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.6.44.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.6.44.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed