Commit ID: 100562BDFBA097EA04B
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/24 19:45:25 UTC
Modified files:
distrib/special/mksh: Makefile
bin/mksh : expr.c sh.h
Log message:
save ~1½K from the bootfloppy by reusing MirBSD libkern wcwidth(3)
but don’t bother for this for the regular /bin/mksh either
to keep the generic code path tested well
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.87 -r1.88 src/distrib/special/mksh/Makefile
cvs -R rdiff -kk -upr1.78 -r1.79 src/bin/mksh/expr.c
cvs -R rdiff -kk -upr1.749 -r1.750 src/bin/mksh/sh.h