Commit ID: 10050B95F03690E9DEE
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/12/01 01:36:33 UTC
Modified files:
bin/mksh : Build.sh edit.c funcs.c sh.h var.c
Log message:
remove *all* nonnull assertions and other workarounds for clang scan-build
this beast evolved in the last 2½ years, and we’ve had trouble with
some of them earlier
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.593 -r1.594 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.256 -r1.257 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.230 -r1.231 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.610 -r1.611 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.161 -r1.162 src/bin/mksh/var.c