On 6/8/11 5:45 PM, Marcel (Felix) Giannelia wrote:
> On 07/06/11 13:45, Chet Ramey wrote:
>> [...]
>> I'm not going to add much to this discussion except to note that I believe
>> `sorts' is correct. Consider the following script:
>>
>> unset LANG LC_ALL LC_COLLATE
>>
>> export LC_COLLATE=de_DE.UT
On 09/06/11 11:31, Chet Ramey wrote:
[...]
No, it doesn't. It's not part of any standard, and it's not part of
pattern matching, so I implemented it with the traditional C semantics
because that seemed the most straightforward.
Pity the implementor of character range expressions didn't have th
On 5/30/11 2:05 PM, Raphaƫl Droz wrote:
> It seems like if gnu.bash@googlegroups.com eat the first occurrence
> of this email (not in the mailman archives)... second attempt:
I haven't looked closely at the proposed patches, but there are certain
things about the reasoning I find puzzling.
>
Hi,
I'm wondering if there is a way that different bash processes share
the same stack. One way of doing so is to use a file to save the
stack. It is not difficult to implement this function myself, but I'm
just wondering if there is any simpler solution or anybody has done it
already. Thanks!
--