!(*/) should expand to all non-directory files in a directory.

2011-06-25 Thread lhunath
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: darwin10.7.1 Compiler: /usr/bin/gcc-4.2 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='darwin10.7.1' -DCONF_MACHTYPE='i386-apple-darwin10.7.1' -DCONF_VENDOR='apple' -DLOCALEDIR='/opt

[PATCH] HISTTIMEFORMAT should not be set while running existing histexp.tests

2011-06-25 Thread Bradley M. Kuhn
Attached please find a small patch that makes sure HISTTIMEFORMAT is not set when the histexp.tests run. I use HISTTIMEFORMAT myself, and this causes the tests to incorrectly fail. This fix merely unsets it before the tests are run. Also fixed are the test output, since the line numbers changed.

Re: [PATCH] HISTTIMEFORMAT should not be set while running existing histexp.tests

2011-06-25 Thread Chet Ramey
On 6/25/11 3:04 PM, Bradley M. Kuhn wrote: > Attached please find a small patch that makes sure HISTTIMEFORMAT is not > set when the histexp.tests run. I use HISTTIMEFORMAT myself, and this > causes the tests to incorrectly fail. This fix merely unsets it before > the tests are run. Also fixed a

Negative indexes in ${arr[@]:off:length}

2011-06-25 Thread lhunath
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: darwin10.7.1 Compiler: /usr/bin/gcc-4.2 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='darwin10.7.1' -DCONF_MACHTYPE='i386-apple-darwin10.7.1' -DCONF_VENDOR='apple' -DLOCALEDIR='/opt

Re: [patch] colored filename completion

2011-06-25 Thread Raphaël Droz
On Tue, May 31, 2011 at 01:32:44AM +0200, Raphaël wrote: > Hi, > > I finished 6 patches which add color to filename completions in > readline. Those who tried the patch may have noticed (at least) two bugs: * non-filename completion (variable, processes, ...) was broken. I missed part of a cond