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
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.
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
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
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