Commit ID: 1005182CAE814B1B129
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/05/02 20:21:48 UTC
Modified files:
bin/mksh : Build.sh check.t funcs.c lksh.1 main.c misc.c
sh_flags.h
Log message:
• Allow setting both -o posix and -o sh (although only in the same
command; setting one still unsets the other at first)
• Change subst_exstat to be conformant unless -o sh is set and -o posix isn’t
• In lksh, make subst_exstat (newly) conformant if -o posix
• New MKSH_BINSHPOSIX to accompany MKSH_BINSHREDUCED
• Sync lksh manpage precisely
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.628 -r1.629 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.609 -r1.610 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.242 -r1.243 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.3 -r1.4 src/bin/mksh/lksh.1
cvs -R rdiff -kk -upr1.263 -r1.264 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.210 -r1.211 src/bin/mksh/misc.c
cvs -R rdiff -kk -upr1.12 -r1.13 src/bin/mksh/sh_flags.h