Commit ID: 1005384911C31753F0C
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/27 13:22:47 UTC
Modified files:
distrib/special/mksh: Makefile
bin/mksh : Build.sh Makefile check.t exec.c funcs.c sh.h var.c
Log message:
fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to
use errorf() while nameref states were being changed (by almost completely
eliminating the global variable) and the readonly first array variable
bypass (typo/refactoro); also, whitespace, one int → bool, and add a
comment wrt. the parser rewrite talked about with igli during a fever ;)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.77 -r1.78 src/distrib/special/mksh/Makefile
cvs -R rdiff -kk -upr1.657 -r1.658 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.132 -r1.133 src/bin/mksh/Makefile
cvs -R rdiff -kk -upr1.645 -r1.646 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.129 -r1.130 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.254 -r1.255 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.685 -r1.686 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.177 -r1.178 src/bin/mksh/var.c