Commit ID: 1005E6827530F73BF42
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/10 23:48:43 UTC
Modified files:
bin/mksh : check.t lex.c mksh.1
Log message:
allow ${x:n} not just ${x: n} or ${x:(n)} or ${x:1}
any identifier beginning characters are now permitted as well
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.829 -r1.830 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.250 -r1.251 src/bin/mksh/lex.c
cvs -R rdiff -kk -upr1.474 -r1.475 src/bin/mksh/mksh.1