cvs commit: src/bin/sh builtins.def eval.c exec.c exec.h input.c
main.c mkbuiltins options.c sh.1 var.c
Stefan Farfeleder
stefanf at FreeBSD.org
Sat Jun 3 15:39:46 UTC 2006
stefanf 2006-06-03 15:38:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
bin/sh builtins.def eval.c exec.c exec.h input.c
main.c mkbuiltins options.c sh.1 var.c
Log:
MFC:
- POSIX special built-ins (builtin.defs 1.19, main.c 1.28, mkbuiltins 1.16,
eval.c 1.51, exec.c 1.29, exec.h 1.15, options.c 1.25)
- Fix el_gets() buffer handling (input.c 1.23).
- Sort 'set' output (var.c 1.31).
- Document that '#' starts a comment (sh.1 1.118).
Revision Changes Path
1.15.2.2 +22 -20 src/bin/sh/builtins.def
1.42.8.3 +9 -13 src/bin/sh/eval.c
1.25.2.2 +11 -4 src/bin/sh/exec.c
1.12.8.2 +2 -1 src/bin/sh/exec.h
1.22.8.1 +13 -4 src/bin/sh/input.c
1.26.8.1 +10 -8 src/bin/sh/main.c
1.14.2.2 +8 -2 src/bin/sh/mkbuiltins
1.23.2.2 +1 -1 src/bin/sh/options.c
1.102.2.3 +7 -0 src/bin/sh/sh.1
1.27.2.2 +47 -9 src/bin/sh/var.c
More information about the cvs-src
mailing list