Some problems in bash-devel #1

2012-09-15 Thread Joachim Schmitz
Hi Chet OK, so I've now switched to the devel branch and found a couple problems, here's my 1st batch of fixes to them: ofifo_list = copy_fifo_list (&osize); ^ ".../execute_cmd.c", line 701: error(252): argument of type "volatile int *" is i

Some problems in bash-devel #2

2012-09-15 Thread Joachim Schmitz
Hi Chet Here's my 2nd batch of fixes to the devel branch, it is mainly about // comments vs. /* */ ones diff --git a/lib/readline/colors.c b/lib/readline/colors.c index 7a271f2..ebf9e42 100644 --- a/lib/readline/colors.c +++ b/lib/readline/colors.c @@ -34,17 +34,17 @@ #include -#include "po

Re: square bracket vs. curly brace character ranges

2012-09-15 Thread Aharon Robbins
In article , Bob Proulx wrote: >Marcel Giannelia wrote: >> locale-dependent [a-c] suggests to me that the software should be >> changed to just do what people expect, especially since nothing is >> really lost by doing so. > >I know that some projects are doing just that. I don't know the plans

Re: square bracket vs. curly brace character ranges

2012-09-15 Thread Bob Proulx
Hi Arnold, Aharon Robbins wrote: > You are ssuming here that everyone uses GLIBC. I don't know so I will ask. Isn't the problem endemic to glibc? Do other libc's such as HP-UX or AIX or other have this same issue? I am out of touch on the details of them these days. > Not so. The projects th