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
http://lists.gnu.org/archive/html/bug-bash/
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
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 Williamson
Bug-Reference-ID:
Bug
On 01/03/11 11:58, Chet Ramey wrote:
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-005
Bug-Reported-by:Dennis Williamson
Bug-Reference-ID:
Bug-Reference-URL:
http://lists.gnu.org/archive/
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 echo