Boyd Lynn Gerber <gerberb@zenez.com> writes:More like this: From: Boyd Lynn Gerber <gerberb@zenez.com> Subject: [PATCH] Port to other 12 platforms Date: Sat, 7 Jun 2008 21:46:48 -0600 To: git@vger.kernel.org Cc: gitster@pobox.com This adds support to compile git on 12 platforms (<<whichever one you ported including UnixWare, SCO,... are listed here.>>). __USLC__ indicates UNIX System Labs Corperation (USLC), or a Novell-derived compiler and/or some SysV based OS's. __M_UNIX indicates XENIX/SCO UNIX/OpenServer before 5.0.7 and prior release of and SCO OS. Like Apple and BSD, both of these do not want _XOPEN_SOURCE defined to allow use of <<the symbols that is hidden if you have _XOPEN_SOURCE defined>>. Signed-off-by: Boyd Lynn Gerber <gerberb@zenez.com> --- << "git diff --stat -p" output for the patch here >> without removal of dynamic-sized array from progress.c, which is not really part of specific port to these 12 platforms, but is a more generic "portability fix", which might read like this: From: Boyd Lynn Gerber <gerberb@zenez.com> Subject: [PATCH] progress.c: avoid use of dynamic-sized array Date: Sat, 7 Jun 2008 21:46:48 -0600 To: git@vger.kernel.org Cc: gitster@pobox.com Dynamically sized arrays are gcc and C99 construct. It sometimes is nice to use them but hurts portability to older compilers. This removes the only use of the construct in stop_progress_msg(); the function is about writing out a single line of message, and the existing callers of this function feed messages of only bounded size anyway, so use of dynamic array is simply overkill. Signed-off-by: Boyd Lynn Gerber <gerberb@zenez.com> --- << "git diff --stat -p" output for the patch here >> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iS |
