Re: OWC meets subversion.

2011-11-21 Thread Julian Foad
I've committed this patch in r1204407.  Largely because Norm was so polite.  Also because I'd like to see Subversion being compilable with OWC, and the 'if' form is actually neater.  It's obviously not the ideal long-term solution but if this is all that's needed to open the door for Subversion

Re: OWC meets subversion.

2011-11-20 Thread NormW
G/M, On 14/11/2011 10:32 PM, Daniel Shahaf wrote: On Monday, November 14, 2011 9:59 PM, "NormW" wrote: G/E, On 14/11/2011 5:26 PM, Daniel Shahaf wrote: On Monday, November 14, 2011 8:27 AM, "NormW" wrote: Hi, Well, perhaps fix the compiler instead of rewriting everyone's switch statement

Re: OWC meets subversion.

2011-11-14 Thread Daniel Shahaf
On Monday, November 14, 2011 9:59 PM, "NormW" wrote: > G/E, > On 14/11/2011 5:26 PM, Daniel Shahaf wrote: > > On Monday, November 14, 2011 8:27 AM, "NormW" wrote: > >> Hi, > >> > > > > Well, perhaps fix the compiler instead of rewriting everyone's switch > > statements? :-) > A question to that e

Re: OWC meets subversion.

2011-11-14 Thread NormW
G/E, On 14/11/2011 5:26 PM, Daniel Shahaf wrote: On Monday, November 14, 2011 8:27 AM, "NormW" wrote: Hi, Well, perhaps fix the compiler instead of rewriting everyone's switch statements? :-) A question to that effect was asked on the OWC developer site and the reply suggested that adding 6

Re: OWC meets subversion.

2011-11-13 Thread Daniel Shahaf
On Monday, November 14, 2011 8:27 AM, "NormW" wrote: > Hi, > Aimed the Open Watcom Compiler at 1.7.1 subversion source and was > pleasantly surprised how much built on the first go. > > The one real blip was that OWC 1.9 (nor a near future release 2.0) > supports 64-bit switch expressions, and

OWC meets subversion.

2011-11-13 Thread NormW
Hi, Aimed the Open Watcom Compiler at 1.7.1 subversion source and was pleasantly surprised how much built on the first go. The one real blip was that OWC 1.9 (nor a near future release 2.0) supports 64-bit switch expressions, and there is one such used in: .\subversion\libsvn_ra_svn\client.c