Commit ID: 1005E8CDDE445EE8BEF
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/07 20:10:12 UTC
Modified files:
bin/mksh : edit.c funcs.c mksh.1 sh.h
Log message:
completely overhaul the bind builtin:
• fix 「bind -m '@=^[ echo $RANDOM^[^E'; bind @」 output expansion
• make bind list output reentry-safe
• fix a number of bad code paths in parsing and listing
• simplify handling of MKSH_SMALL exclusions
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.347 -r1.348 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.366 -r1.367 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.478 -r1.479 src/bin/mksh/mksh.1
cvs -R rdiff -kk -upr1.886 -r1.887 src/bin/mksh/sh.h