TIMEFORMAT bug

2009-03-19 Thread Марк Коренберг
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash

bash-4.0 filename completion

2009-03-19 Thread Krzysiek Pawlik
Hello, With bash-4.0-10 I get following behavior: $ touch 'a file with spaces' $ touch 'a File with spaces' $ touch 'a File With spaces' $ cat a After pressing TAB completion seems to stop working, pressing Ctrl-i (another bind for `complete') also doesn't work, using Alt+/ (bind for complete-f

tab completion of an invalid start spring causes memory fault in bash 3.2pl39

2009-03-19 Thread Damon Getsman
I think I just found a bug in the version of bash that ships with Ubuntu 8.04 and 8.10; I've tested and reproduced it across x86_64 and i386/i586 distributions as well as the server/desktop distributions. Anybody else seen this in the wild? From: dgets...@mywork.net To: bug-bash@gnu.org,b...@packa

I really mean to go to EOF

2009-03-19 Thread jidanni
You know those pesky error messages, nurdsome: line 17: warning: here-document at line 1 delimited by end-of-file (wanted `EOF') Well there should be a new 'trick': <<$EOF, <<\$EOF, or something, the meaning of which is 'I really mean to go all the way to the end of the file'. This is in additio

Re: "declare -c" not documented

2009-03-19 Thread Chet Ramey
Greg Wooledge wrote: > The -c option for declare (new in bash 4.0) is not mentioned in either > the man page or the "help declare" text. Correct. I'm not sure the capitalization feature will survive. If it makes it into the next version, I will add the documentation. -- ``The lyf so short, the

"declare -c" not documented

2009-03-19 Thread Greg Wooledge
The -c option for declare (new in bash 4.0) is not mentioned in either the man page or the "help declare" text.

Re: backward-kill-word is not refreshing correctly

2009-03-19 Thread Chet Ramey
m...@ice.filescope.com wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i686 > OS: linux-gnu > Compiler: i686-pc-linux-gnu-gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' > -D