Commit ID: 100517AEF6C22DD1AE7
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/04/26 21:22:52 UTC
Modified files:
distrib/special/mksh: Makefile
bin/mksh : Build.sh Makefile check.t exec.c funcs.c main.c mksh.1
sh.h syn.c
Log message:
Oh well… this looks well, is done done, and gcc-snapshot doesn’t complain:
• correct order of built-in commands; use POSIX special versus “all others”
plus “keeps assignments” as distinction, no longer play POSIX regular vs.
others game; sync manpage
• fix LP#1156707: map (( internally to “let]” which is no valid function
name and so can’t be overridden but is unlikely to be used otherwhere
and not strictly permitted (by POSIX) anyway
• we do not need -Wno-overflow any more, either
• bump to R45
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.65 -r1.66 src/distrib/special/mksh/Makefile
cvs -R rdiff -kk -upr1.626 -r1.627 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.116 -r1.117 src/bin/mksh/Makefile
cvs -R rdiff -kk -upr1.606 -r1.607 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.119 -r1.120 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.241 -r1.242 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.261 -r1.262 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.309 -r1.310 src/bin/mksh/mksh.1
cvs -R rdiff -kk -upr1.650 -r1.651 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.89 -r1.90 src/bin/mksh/syn.c