cvs commit: src/bin/sh alias.c builtins.def eval.c eval.h exec.c
exec.h memalloc.c memalloc.h miscbltin.c options.c output.c
parser.c sh.1 trap.c var.c
Stefan Farfeleder
stefanf at FreeBSD.org
Mon Dec 26 10:15:38 PST 2005
stefanf 2005-12-26 18:15:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
bin/sh alias.c builtins.def eval.c eval.h exec.c
exec.h memalloc.c memalloc.h miscbltin.c
options.c output.c parser.c sh.1 trap.c
var.c
Log:
MFC important changes:
- Add -v and -V to the command builtin.
- Return value from unalias.
- Fixes for the errexit mode.
- Avoid segfaults on signals.
- Add the times builtin.
- Make 'set +o' output POSIX compliant.
- Correctly quoted output of trap.
- Man page updates.
Revision Changes Path
1.18.2.1 +1 -1 src/bin/sh/alias.c
1.14.2.1 +1 -0 src/bin/sh/builtins.def
1.42.2.1 +55 -13 src/bin/sh/eval.c
1.10.2.1 +1 -0 src/bin/sh/eval.h
1.24.2.2 +47 -12 src/bin/sh/exec.c
1.12.2.1 +7 -0 src/bin/sh/exec.h
1.26.2.1 +16 -2 src/bin/sh/memalloc.c
1.9.2.1 +1 -2 src/bin/sh/memalloc.h
1.30.2.1 +3 -1 src/bin/sh/miscbltin.c
1.21.2.1 +8 -11 src/bin/sh/options.c
1.19.2.1 +4 -0 src/bin/sh/output.c
1.51.2.2 +2 -2 src/bin/sh/parser.c
1.92.2.5 +214 -53 src/bin/sh/sh.1
1.29.2.1 +6 -7 src/bin/sh/trap.c
1.26.2.2 +3 -1 src/bin/sh/var.c
More information about the cvs-src
mailing list