Re: [PATCH] Use compat/regex on Cygwin

2013-07-16 Thread Mark Levedahl
On 07/16/2013 05:41 PM, Ramsay Jones wrote: Mark Levedahl wrote: Cygwin's regex library does not pass git's tests, so don't use it. This fixes failures in t4018 and t4034. Hmm, these tests have always passed for me on cygwin. So, this is presumably a regression in the new-lib regex library vers

Re: [PATCH] Use compat/regex on Cygwin

2013-07-16 Thread Mark Levedahl
On 07/16/2013 05:41 PM, Ramsay Jones wrote: Mark Levedahl wrote: Cygwin's regex library does not pass git's tests, so don't use it. This fixes failures in t4018 and t4034. Hmm, these tests have always passed for me on cygwin. So, this is presumably a regression in the new-lib regex library vers

Re: [PATCH] Use compat/regex on Cygwin

2013-07-16 Thread Ramsay Jones
Mark Levedahl wrote: > Cygwin's regex library does not pass git's tests, so don't use it. This > fixes failures in t4018 and t4034. Hmm, these tests have always passed for me on cygwin. So, this is presumably a regression in the new-lib regex library versions used by cygwin 1.5 and cygwin 1.7. AT

[PATCH] Use compat/regex on Cygwin

2013-07-15 Thread Mark Levedahl
Cygwin's regex library does not pass git's tests, so don't use it. This fixes failures in t4018 and t4034. Signed-off-by: Mark Levedahl --- config.mak.uname | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mak.uname b/config.mak.uname index 7ac541e..6901597 100644 --- a/config.mak.unam