Re: [RFC] Support for HP NonStop

2012-08-24 Thread Junio C Hamano
"Joachim Schmitz" writes: > Hi folks > > On top of the patches I’ve submitted so far, which were needed for HP > NonStop, > but possibly useful for other platforms too, here is one that is at least in > parts NonStop specific > > diff --git a/git-compat-util.h b/git-compat-util.h > index a0472

RE: [RFC] Support for HP NonStop

2012-08-24 Thread Joachim Schmitz
> From: Junio C Hamano [mailto:gits...@pobox.com] > Sent: Friday, August 24, 2012 10:13 PM > To: Joachim Schmitz > Cc: git@vger.kernel.org > Subject: Re: [RFC] Support for HP NonStop > > "Joachim Schmitz" writes: > > > Hi folks > > > > On

Re: [RFC] Support for HP NonStop

2012-08-24 Thread Junio C Hamano
"Joachim Schmitz" writes: > Reminds me of a related issue: in compat/fnmatch/fnmatch.c there is this: > #if HAVE_STRING_H || defined _LIBC > # include > #else > # include > #endif > > There's no place where HAVE_STRING_H get set > This looks wrong to me,... This is because it is a borrowed fil

RE: [RFC] Support for HP NonStop

2012-08-25 Thread Joachim Schmitz
> From: Junio C Hamano [mailto:gits...@pobox.com] > Sent: Friday, August 24, 2012 11:51 PM > To: Joachim Schmitz > Cc: git@vger.kernel.org > Subject: Re: [RFC] Support for HP NonStop > > "Joachim Schmitz" writes: > > > Reminds me of a related issue: i

RE: [RFC] Support for HP NonStop

2012-09-19 Thread Jan Engelhardt
On Friday 2012-08-24 22:43, Joachim Schmitz wrote: > >> By the way, is "int" wide enough [for intptr_t/uintptr_t], >> or should they be "long"? > >int and long have the same size, 32-bit, here on NonStop. >But we do have 64-bit types too. Not sure which to take though. intptr_t is supposed to hol

RE: [RFC] Support for HP NonStop

2012-09-19 Thread Joachim Schmitz
> From: Jan Engelhardt [mailto:jeng...@inai.de] > Sent: Wednesday, September 19, 2012 9:24 AM > To: Joachim Schmitz > Cc: 'Junio C Hamano'; git@vger.kernel.org > Subject: RE: [RFC] Support for HP NonStop > > > On Friday 2012-08-24 22:43, Joachim Schmitz wrote: