Re: Fix signal handler

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Wednesday, February 3, 2010 - 8:17 am

On Wed, Feb 03, 2010 at 12:55:51PM +0100, Markus Elfring wrote:


Off the top of my head, I have seen mention of git running on Linux,
{Free,Net,Open}BSD, Solaris 7-10, OpenSolaris, AIX 5.x and 6.x, HP-UX,
Windows, SCO OpenServer, and SCO UnixWare. Not all of those are POSIX,
and I am not sure even if they were that we could (or would want to)
stick to a strict subset of POSIX. If all of those systems allow less
strict behavior, then what is the problem in taking advantage of it if
it makes development or maintenance of the code easier?

Ditto for C. We mostly stick to C89, but there are many parts of the C89
standard where behavior may be implementation defined or even undefined,
but in practice work just fine. I am not interested in spending a lot of
effort working around those issues just to meet the letter of the
standard if there is no practical system on which it matters.


If I haven't made that clear, _I_ don't want to spend any effort. If
_you_ are concerned about it, feel free to make a patch. If your patch
is not too intrusive, and especially if you can demonstrate that it is a
problem on a real-world system, then I think your patch would be
considered for inclusion upstream.

If you are not willing to spend any effort on these problems, and
instead are trying to direct _my_ priorities, then I have no interest in
listening to what you have to say (and I suspect that goes for the rest
of the regular git developers, too).

-Peff
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Fix signal handler, Markus Elfring, (Tue Feb 2, 9:14 am)
Re: Fix signal handler, Jeff King, (Tue Feb 2, 1:58 pm)
Re: Fix signal handler, Markus Elfring, (Tue Feb 2, 2:44 pm)
Re: Fix signal handler, Jeff King, (Tue Feb 2, 3:32 pm)
Re: Fix signal handler, Markus Elfring, (Wed Feb 3, 3:20 am)
Re: Fix signal handler, Jeff King, (Wed Feb 3, 3:29 am)
Re: Fix signal handler, Markus Elfring, (Wed Feb 3, 4:55 am)
Re: Fix signal handler, Thomas Rast, (Wed Feb 3, 6:12 am)
Re: Fix signal handler, Jeff King, (Wed Feb 3, 8:17 am)
Re: Fix signal handler, Markus Elfring, (Wed Feb 3, 8:46 am)
Re: Fix signal handler, Shawn O. Pearce, (Wed Feb 3, 8:52 am)
Re: Fix signal handler, Andreas Ericsson, (Wed Feb 3, 8:53 am)
Re: Fix signal handler, Markus Elfring, (Wed Feb 3, 9:04 am)
Re: Fix signal handler, Markus Elfring, (Wed Feb 3, 9:24 am)
Re: Fix signal handler, Bill Lear, (Wed Feb 3, 9:26 am)
Re: Fix signal handler, Andreas Ericsson, (Thu Feb 4, 12:23 am)
Re: Fix signal handler, Markus Elfring, (Tue Feb 9, 11:01 am)
Re: Fix signal handler, Daniel Barkalow, (Tue Feb 9, 4:49 pm)
Re: [PATCH] Fix signal handler, Markus Elfring, (Wed Feb 10, 10:08 am)
Re: [PATCH] Fix signal handler, Shawn O. Pearce, (Wed Feb 10, 10:14 am)
Re: [PATCH] Fix signal handler, Jeff King, (Wed Feb 10, 10:33 am)
Re: [PATCH] Fix signal handler, Jeff King, (Wed Feb 10, 10:35 am)
Re: [PATCH] Fix signal handler, Markus Elfring, (Sat Feb 13, 6:30 am)
Re: [PATCH] Fix signal handler, Jeff King, (Sat Feb 13, 11:47 pm)
Re: [PATCH] Fix signal handler, Junio C Hamano, (Sun Feb 14, 3:19 am)
Re: [PATCH] Fix signal handler, Markus Elfring, (Thu Feb 18, 9:31 am)
Re: [PATCH] Fix signal handler, Junio C Hamano, (Thu Feb 18, 1:06 pm)
Re: [PATCH] Fix signal handler, Markus Elfring, (Fri Feb 19, 4:05 am)
Re: [PATCH] Fix a signal handler, Markus Elfring, (Mon Feb 22, 5:10 am)
Re: [PATCH] Fix a signal handler, Junio C Hamano, (Mon Feb 22, 11:31 am)
Re: [PATCH] Fix a signal handler, Markus Elfring, (Tue Feb 23, 1:55 am)
Re: [PATCH] Fix a signal handler, Markus Elfring, (Tue Feb 23, 2:10 am)
Re: [PATCH] Fix a signal handler, Junio C Hamano, (Tue Feb 23, 2:48 pm)
Re: [PATCH] Fix a signal handler, Markus Elfring, (Wed Feb 24, 3:38 am)
Re: [PATCH] Fix a signal handler, Andreas Ericsson, (Wed Feb 24, 3:51 am)
Re: [PATCH] Fix a signal handler, Markus Elfring, (Wed Feb 24, 4:08 am)