Re: Rational Range Interpretation for bash-5.0?

2018-08-15 Thread Ilkka Virta
On 6.8. 23:07, Chet Ramey wrote: Hi. I am considering making bash glob expansion implement rational range interpretation starting with bash-5.0 -- basically making globasciiranges the default. It looks like glibc is going to do this for version 2.28 (at least for a-z, A-Z, and 0-9), and other

Re: Rational Range Interpretation for bash-5.0?

2018-08-13 Thread Bize Ma
On 08/06/2018 03:07 PM, Chet Ramey wrote: Hi. I am considering making bash glob expansion implement rational range interpretation starting with bash-5.0 -- basically making globasciiranges the default. It looks like glibc is going to do this for version 2.28 (at least for a-z, A-Z, and 0-9

Re: Rational Range Interpretation for bash-5.0?

2018-08-08 Thread Aharon Robbins
In article , Chet Ramey wrote: >Hi. I am considering making bash glob expansion implement rational range >interpretation starting with bash-5.0 -- basically making globasciiranges >the default. It looks like glibc is going to do this for version 2.28 (at >least for a-z, A-Z, and 0-9

Re: Rational Range Interpretation for bash-5.0?

2018-08-06 Thread Bob Proulx
Chet Ramey wrote: > Hi. I am considering making bash glob expansion implement rational range > interpretation starting with bash-5.0 -- basically making globasciiranges > the default. It looks like glibc is going to do this for version 2.28 (at > least for a-z, A-Z, and 0-9), a

Re: Rational Range Interpretation for bash-5.0?

2018-08-06 Thread Eric Blake
On 08/06/2018 03:07 PM, Chet Ramey wrote: Hi. I am considering making bash glob expansion implement rational range interpretation starting with bash-5.0 -- basically making globasciiranges the default. It looks like glibc is going to do this for version 2.28 (at least for a-z, A-Z, and 0-9

Rational Range Interpretation for bash-5.0?

2018-08-06 Thread Chet Ramey
Hi. I am considering making bash glob expansion implement rational range interpretation starting with bash-5.0 -- basically making globasciiranges the default. It looks like glibc is going to do this for version 2.28 (at least for a-z, A-Z, and 0-9), and other GNU utilities have done it for some