Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   dsl
Date:           Wed Jan 22 20:36:05 UTC 2003

Modified Files:
        src/bin/sh: Makefile cd.c error.c eval.c exec.c exec.h jobs.h
            memalloc.c memalloc.h options.c options.h sh.1 shell.h show.c
            show.h var.c var.h

Log Message:
Support command -p, -v and -V as posix
Stop temporary PATH assigments messing up hash table
Fix sh -c -e "echo $0 $*" -a x (as posix)
(agreed by christos)


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/bin/sh/Makefile
cvs rdiff -r1.29 -r1.30 src/bin/sh/cd.c src/bin/sh/error.c
cvs rdiff -r1.69 -r1.70 src/bin/sh/eval.c
cvs rdiff -r1.34 -r1.35 src/bin/sh/exec.c
cvs rdiff -r1.19 -r1.20 src/bin/sh/exec.h
cvs rdiff -r1.16 -r1.17 src/bin/sh/jobs.h
cvs rdiff -r1.26 -r1.27 src/bin/sh/memalloc.c
cvs rdiff -r1.12 -r1.13 src/bin/sh/memalloc.h
cvs rdiff -r1.32 -r1.33 src/bin/sh/options.c
cvs rdiff -r1.15 -r1.16 src/bin/sh/options.h src/bin/sh/shell.h
cvs rdiff -r1.55 -r1.56 src/bin/sh/sh.1
cvs rdiff -r1.23 -r1.24 src/bin/sh/show.c
cvs rdiff -r1.5 -r1.6 src/bin/sh/show.h
cvs rdiff -r1.31 -r1.32 src/bin/sh/var.c
cvs rdiff -r1.20 -r1.21 src/bin/sh/var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index