diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-10-23 19:44:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-02 01:54:29 -0700 |
commit | 310e0216c80484d429dbdec547ab52a93236eb60 (patch) | |
tree | d4c6a00b592f2aaaabb1000155d05e3075fcf25f /connect.c | |
parent | connect.c: add a way for git-daemon to pass an error back to client (diff) | |
download | tgif-310e0216c80484d429dbdec547ab52a93236eb60.tar.xz |
Stop using compat/regex.c on platforms with working regexp library
We used to have non-POSIX comformant BRE in our code, and linked with GNU
regexp library on a few platforms (Darwin, FreeBSD and AIX) to work it
around. This was backwards.
We've fixed the broken regexps to use ERE that native regexp libraries on
these platforms can handle just fine. There is no need to link with GNU
regexp library on these platforms anymore.
Tested-on-AIX-by: Mike Ralphson <mike@abacus.co.uk>
Tested-on-FreeBSD-by: Jeff King <peff@peff.net>
Tested-on-Darwin-by: Arjen Laarhoven <arjen@yaph.org>
Tested-on-Darwin-by: Pieter de Bie <pieter@frim.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
0 files changed, 0 insertions, 0 deletions