[Bug 1380389] Re: x=<< functionality cannot be used in functions

2016-08-12 Thread Thorsten Glaser
** Changed in: mksh Status: Fix Committed => 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/1380389 Title: x=<< functionality

[Bug 1608505] Re: Adjust shift-right operator for next and subsequent release

2016-08-12 Thread Thorsten Glaser
** Changed in: mksh Status: Triaged => 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/1608505 Title: Adjust shift-right

[Bug 1580348] Re: mksh 52c bi_errorf(Tbadsubst) format string is not a string literal

2016-08-12 Thread Thorsten Glaser
** Changed in: mksh Status: Fix Committed => 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, mkshlist-to-ubuntu-bugmail https://bugs.launchpad.net/bugs/1580348

/= operator vanished in mksh R53 (patch)

2016-08-12 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, the /= operator has vanished in mksh R53: $ mksh -c "a=8; (( a/= 2 ))" mksh: a/= 2 : unexpected '=' The bug is a simple typo in the new exprtok.h - it seems to have slipped in while refactoring the operator list to this new header file.

Re: /= operator vanished in mksh R53 (patch)

2016-08-12 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > > The bug is a simple typo in the new exprtok.h - it seems to have slipped > > in > > while refactoring the operator list to this new header file. > > > > Attached is a patch that fixes the issue. I have also gone and verified > > that the same

Re: /= operator vanished in mksh R53 (patch)

2016-08-12 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, > The bug is a simple typo in the new exprtok.h - it seems to have slipped in > while refactoring the operator list to this new header file. > > Attached is a patch that fixes the issue. I have also gone and verified that > the same type of