Commit ID:      10058FA9D043131DCC0
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/04/22 00:07:11 UTC

Modified files:
        bin/mksh       : edit.c eval.c main.c sh.h shf.c var.c

Log message:
prepare the new fast character classes, not live yet: need sanity check

unfortunately we need at least 21 or so, maybe 19, classes, so sizing
things down to short is not possible; we can splurge with 32 bit thus

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.324 -r1.325 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.202 -r1.203 src/bin/mksh/eval.c
cvs -R rdiff -kk -upr1.333 -r1.334 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.813 -r1.814 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.79 -r1.80 src/bin/mksh/shf.c
cvs -R rdiff -kk -upr1.214 -r1.215 src/bin/mksh/var.c

Reply via email to