[Bug 1798397] Re: too eager expansion in substitution

2018-10-20 Thread Thorsten Glaser
Found to be not a bug: $ i=42; : ${var#${q[i=777]}}; echo $i; var=meow; : ${var#${q[i=777]}}; echo $i must return 777 twice, because the pattern must always be expanded before looking at $var. $ i=42; : ${var+${q[i=777]}}; echo $i; var=meow; : ${var+${q[i=777]}}; echo $i already behaves

[Bug 1779179] Re: nōn-ASCII heredoc separators

2018-10-20 Thread Thorsten Glaser
** Changed in: mksh Status: Triaged => Fix Committed -- You received this bug notification because you are a member of mksh Mailing List, which is subscribed to mksh. Matching subscriptions: mkshlist-to-mksh-bugmail https://bugs.launchpad.net/bugs/1779179 Title: nōn-ASCII heredoc

[Bug 1783355] Re: here document + pipe inside COMSUB broken

2018-10-20 Thread Thorsten Glaser
The entire tree printing code is currently not suited for that, a major rewrite is needed. -- You received this bug notification because you are a member of mksh Mailing List, which is subscribed to mksh. Matching subscriptions: mkshlist-to-mksh-bugmail https://bugs.launchpad.net/bugs/1783355

[Bug 1719035] Re: mksh.htm "Patching" section should mention KSH_VERSIONNAME_VENDOR_EXT

2018-10-20 Thread Thorsten Glaser
** Changed in: mksh Status: New => Fix Released -- You received this bug notification because you are a member of mksh Mailing List, which is subscribed to mksh. Matching subscriptions: mkshlist-to-mksh-bugmail https://bugs.launchpad.net/bugs/1719035 Title: mksh.htm "Patching" section