Commit ID: 1005902978D70FC7074
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/04/28 01:15:52 UTC
Modified files:
bin/mksh : main.c sh.h shf.c
Log message:
commit the EBCDIC run-time table conversion code, so it can be reviewed
XXX there’s still the issue of compile-time character conversion, and
XXX that runtime m̲u̲s̲t̲ use a compatible codepage, which we cannot check,
XXX and that we need the POSIX portable character set mapped, which we
XXX decide to not check (due to the above, mostly)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.340 -r1.341 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.821 -r1.822 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.85 -r1.86 src/bin/mksh/shf.c