All of lore.kernel.org
 help / color / mirror / Atom feed
* NO_REGEX defaults on obscure platforms
@ 2010-09-08 15:12 Ævar Arnfjörð Bjarmason
  2010-09-08 15:31 ` Brandon Casey
  0 siblings, 1 reply; 6+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-09-08 15:12 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Gary V. Vaughan, Boyd Lynn Gerber, Brandon Casey,
	Jason Riedy, Robert Schiele

On Mon, Sep 6, 2010 at 07:41, Junio C Hamano <gitster@pobox.com> wrote:

> There are a few leftover bits in 'next' that need to be merged to 'master'
> before we declare a real -rc cycle, so tonight's pushout is -rc0.

One thing that's almost certainly wrong in v1.7.3-rc0 is the NO_REGEX
defaults. It's a non-issue for people who run the configure script,
but the Makefile probably has the wrong defaults on some obscure
platforms.

I've CC'd people involved in Tru64, UnixWare, SCO, HP/UX, IRIX etc. It
would be really useful if you could:

  1. Get v1.7.3-rc0
  2. Compile with the defaults, and NO_REGEX=YesPlease
  3. Run `cd t && ./t7008-grep-binary.sh` and report the results.

That test is probably failing on some of these platforms.

Alternatively, just check for REG_STARTEND in regex.h (or the includes
it pulls in):

    $ grep REG_STARTEND /usr/include/regex.h
    #define REG_STARTEND (1 << 2)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-10  0:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 15:12 NO_REGEX defaults on obscure platforms Ævar Arnfjörð Bjarmason
2010-09-08 15:31 ` Brandon Casey
2010-09-08 17:20   ` Jakub Narebski
2010-09-09 19:15   ` [PATCH 1/2] t/t7008: workaround broken handling of \000 by printf on IRIX Brandon Casey
2010-09-09 19:15   ` [PATCH 2/2] Makefile: use compat regex on IRIX 6.5 Brandon Casey
2010-09-10  0:10     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.