Re: [PATCH v2] parser: corrected xf86getBoolValue to use case insensitive compare

2010-02-16 Thread Oliver McFadden
On Tue, 2010-02-16 at 21:24 +0100, ext Matt Turner wrote: > It was in the main tree, committed by Oliver, but then it disappeared. > This was all just a couple days ago. Yes, I pushed it to the master branch of the X server, but the development process seems to have changed since my time committin

Re: [PATCH v2] parser: corrected xf86getBoolValue to use case insensitive compare

2010-02-16 Thread Keith Packard
On Tue, 16 Feb 2010 12:23:18 -0800, Dan Nicholson wrote: > Keith, could you pick up this regression from my InputClass patches? I > thought it was in one of Peter's trees, but seems to have slipped > through the cracks. I don't recall seeing this patch come to me before, but it seems reasonable.

Re: [PATCH v2] parser: corrected xf86getBoolValue to use case insensitive compare

2010-02-16 Thread Matt Turner
It was in the main tree, committed by Oliver, but then it disappeared. This was all just a couple days ago. Matt ___ xorg-devel mailing list xorg-devel@lists.x.org http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH v2] parser: corrected xf86getBoolValue to use case insensitive compare

2010-02-16 Thread Dan Nicholson
Keith, could you pick up this regression from my InputClass patches? I thought it was in one of Peter's trees, but seems to have slipped through the cracks. -- Dan On Wed, Feb 3, 2010 at 12:05 AM, Oliver McFadden wrote: > commit c6e8637e29e0ca11dfb35c02da7ca6002ac8c597 introduced this > regressi

[PATCH v2] parser: corrected xf86getBoolValue to use case insensitive compare

2010-02-03 Thread Oliver McFadden
commit c6e8637e29e0ca11dfb35c02da7ca6002ac8c597 introduced this regression; it can cause existing config files to be parsed incorrectly. Acked-by: Julien Cristau Reviewed-by: Dan Nicholson Signed-off-by: Oliver McFadden --- hw/xfree86/parser/scan.c | 16 1 files changed, 8 i