Re: Bash-4.2 patches 9 and 10

2011-05-13 Thread Allan McRae
On 13/05/11 21:44, Eric Blake wrote: On 05/13/2011 04:54 AM, Joachim Schmitz wrote: Hi folks Just found Bash-4.2 patches 9 and 10, strange that they never got announced? Yes they did: http://lists.gnu.org/archive/html/bug-bash/2011-05/msg00014.html

UTF8 conversion issues in bash-4.2

2011-04-10 Thread Allan McRae
I am seeing what appears to be some sort of UTF-8 conversion issue in bash-4.2. I do not see this in bash 4.1. I think the easiest way to describe this is: bash41 --version GNU bash, version 4.1.9(2)-release (i686-pc-linux-gnu) LC_ALL=ru_RU.UTF-8 bash41 -c привет bash: привет: command

Re: Bash-4.2 Official Patch 5

2011-03-01 Thread Allan McRae
On 01/03/11 11:58, Chet Ramey wrote: BASH PATCH REPORT = Bash-Release: 4.2 Patch-ID: bash42-005 Bug-Reported-by:Dennis Williamsondennistwilliam...@gmail.com Bug-Reference-ID:

Re: Bash-4.2 Official Patch 5

2011-03-01 Thread Allan McRae
On 02/03/11 01:20, Chet Ramey wrote: On 3/1/11 10:13 AM, Allan McRae wrote: On 01/03/11 11:58, Chet Ramey wrote: BASH PATCH REPORT = Bash-Release:4.2 Patch-ID:bash42-005 Bug-Reported-by:Dennis Williamsondennistwilliam...@gmail.com

Re: [bash4.2] ${v//[/} bug?

2011-02-15 Thread Allan McRae
On 16/02/11 11:20, Chet Ramey wrote: On 2/15/11 6:18 AM, Clark J. Wang wrote: For following script: var='[hello' echo ${var//[/} With bash 4.1 it outputs hello but with 4.2 it outputs [hello . And bash 4.2 with compat41 on still outputs [hello . Bug? Or Bug fixed? This is strange. It