git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 00/16] Portability Patches for git-1.7.1 (v4)
@ 2010-04-27 13:57 Gary V. Vaughan
  2010-04-27 13:57 ` [patch 01/16] user-cppflags.patch Gary V. Vaughan
                   ` (17 more replies)
  0 siblings, 18 replies; 49+ messages in thread
From: Gary V. Vaughan @ 2010-04-27 13:57 UTC (permalink / raw)
  To: git

Here are the portability patches we needed at TWW to enable git-1.7.1
to compile and run on all of the wide range of Unix machines we
support.  These patches apply to the git-1.7.1 release,  and address
all of the feedback from the previous three times I posted them to
this list, including fixing the massive testsuite failures I was
experiencing and taking into account that the ss_family fixes and
partial GMT_CMP_TEST fixes that have been pushed since my last post of
this patch queue.

With the exception of a hand-full of test failures outside of Linux 
and Solaris8+, git now compiles and passes all tests on the following
architectures:

        Solaris 2.6/SPARC
        Solaris 7/SPARC
        Solaris 8/SPARC  
        Solaris 9/SPARC
        Solaris 10/SPARC         
        Solaris 10/Intel         
        HP-UX 10.20/PA
        HP-UX 11.00/PA 
        HP-UX 11.11/PA   
        HP-UX 11.23/PA   
        HP-UX 11.23/IA
        HP-UX 11.31/PA
        HP-UX 11.31/IA   
        AIX 5.1  
        AIX 5.2
        AIX 5.3  
        AIX 6.1  
        Tru64 UNIX 5.1   
        IRIX 6.5         
        RHEL 3/x86       
        RHEL 3/amd64     
        RHEL 4/x86 
        RHEL 4/amd64     
        RHEL 5/x86       
        RHEL 5/amd64     
        SLES 10/x86      
        SLES 10/amd64    

Cheers,
-- 
Gary V. Vaughan (gary@thewrittenword.com)

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

end of thread, other threads:[~2010-05-04  5:02 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 13:57 [patch 00/16] Portability Patches for git-1.7.1 (v4) Gary V. Vaughan
2010-04-27 13:57 ` [patch 01/16] user-cppflags.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 02/16] const-expr.patch Gary V. Vaughan
2010-04-27 14:08   ` Erik Faye-Lund
2010-04-27 14:32     ` Gary V. Vaughan
     [not found]   ` <1AFA5FB2-EB8B-4775-8941-86428C7F740E@gmail.com>
2010-05-03  1:39     ` Gary V. Vaughan
     [not found]       ` <A4E8B513-AD31-4F3B-9DEF-6A85AA8DC7B3@gmail.com>
2010-05-04  5:01         ` Gary V. Vaughan
2010-04-27 13:57 ` [patch 03/16] pthread.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 04/16] Without this patch at least IBM VisualAge C 5.0 (I have 5.0.2) on AIX 5.1 fails to compile git Gary V. Vaughan
2010-04-27 16:08   ` Tor Arntsen
2010-04-28  8:40     ` Gary V. Vaughan
2010-04-28  8:55       ` Tor Arntsen
2010-04-28 16:23         ` Jeff King
2010-04-27 13:57 ` [patch 05/16] diff-export.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 06/16] diff-test_cmp.patch Gary V. Vaughan
2010-04-27 17:15   ` Jonathan Nieder
2010-04-28  9:00     ` Gary V. Vaughan
2010-04-28  9:51       ` Jonathan Nieder
2010-04-28 10:22         ` Gary V. Vaughan
2010-04-28 17:43           ` Jonathan Nieder
2010-04-27 13:57 ` [patch 07/16] diff-defaults.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 08/16] host-SunOS56.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 09/16] host-IRIX.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 10/16] host-HPUX10.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 11/16] host-HPUX11.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 12/16] host-OSF1.patch Gary V. Vaughan
2010-04-27 14:10   ` Tor Arntsen
2010-04-27 14:39     ` Gary V. Vaughan
2010-04-27 14:48       ` Tor Arntsen
2010-04-28  9:07         ` Gary V. Vaughan
2010-04-27 13:57 ` [patch 13/16] no-hstrerror.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 14/16] no-inet_ntop.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 15/16] no-socklen_t.patch Gary V. Vaughan
2010-04-27 13:57 ` [patch 16/16] no-inline.patch Gary V. Vaughan
2010-04-27 15:30 ` [patch 00/16] Portability Patches for git-1.7.1 (v4) Michael J Gruber
2010-04-27 17:54   ` Jeff King
2010-04-27 20:13     ` Andreas Schwab
2010-04-28  2:08       ` Jeff King
2010-04-28  9:19         ` Gary V. Vaughan
2010-04-28 12:17           ` Jeff King
2010-04-28  9:27   ` Gary V. Vaughan
2010-04-28  9:32   ` Gary V. Vaughan
2010-04-28 12:26     ` Ævar Arnfjörð Bjarmason
     [not found]   ` <4BD94599.5090309@drmicha.warpmail.net>
2010-04-29 10:50     ` Gary V. Vaughan
2010-05-01 18:34   ` Michael J Gruber
2010-05-01 23:25     ` Junio C Hamano
2010-05-03  1:48       ` Gary V. Vaughan
2010-05-02 13:00     ` Øyvind A. Holm
2010-04-28 10:12 ` Gary V. Vaughan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).