Commit ID: 10059050A1F555381AA
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/04/29 21:49:09 UTC
Modified files:
bin/mksh : check.t eval.c misc.c sh.h
Log message:
reimplement has_globbing() with proper bracket expression parsing,
and take ahead parsing collating symbols, equivalence classes and
character classes already (heck my first draft of this already did
better than GNU bash, ksh93 I still don’t grok its code at all)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.785 -r1.786 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.207 -r1.208 src/bin/mksh/eval.c
cvs -R rdiff -kk -upr1.270 -r1.271 src/bin/mksh/misc.c
cvs -R rdiff -kk -upr1.832 -r1.833 src/bin/mksh/sh.h