Re: nullglob option breaks complex parameter expansion/deletion

2005-07-05 Thread Paul Jarc
[EMAIL PROTECTED] wrote: I had been using ${HOSTNAME%%.*} in my prompt to show the local host name portion of my full host name (e.g. localhost instead of localhost.localdomain). After enabling the nullglob shell option, this pattern is being replaced by a null

Re: History timestamping does not respect TZ env variable

2005-07-05 Thread Paul Jarc
Chet Ramey [EMAIL PROTECTED] wrote: I am considering manipulating the `environ' variable when bash's list of exported variables changes. That might be enough to make the libc getenv() work. I can't quite tell what's going on in lib/sh/getenv.c, but could you (if you don't already) use libc's

troubles with wide char support

2005-07-05 Thread Mike Frysinger
dont know why i didnt forward this earlier ... http://bugs.gentoo.org/show_bug.cgi?id=69407 user has attached many patches but again these are out of my league :) -mike ___ Bug-bash mailing list Bug-bash@gnu.org

Re: nullglob option breaks complex parameter expansion/deletion

2005-07-05 Thread Michael Wardle
I've come to a better understanding of how expansion occurs and now realize that this is not a bug. Thanks to Chet for his time in responding to my messages. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(submission) patch to 'parse.y'

2005-07-05 Thread William Park
Hi Chet, While the iron is still hot, I am submitting the following modification that I made to 'parse.y' and any other files related to features added to 'parse.y'. I would like to see some of them included in the next release. 1. http://home.eol.ca/~parkw/index.html#here_file