Commit ID: 1005EC06B4C04D32EED
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/16 22:38:25 UTC
Modified files:
bin/mksh : funcs.c main.c sh.h sh_flags.opt
Log message:
revamp AS_BUILTIN handling:
move out of shell_flags into global boolean (also saves space and runtime);
canonicalise argv[0] for direct builtin calls
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.372 -r1.373 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.369 -r1.370 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.897 -r1.898 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.8 -r1.9 src/bin/mksh/sh_flags.opt