Re: Additional items for Win32 TODO list?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "'pgsql-hackers-win32(at)postgresql(dot)org'" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Additional items for Win32 TODO list?
Date: 2004-01-28 15:11:27
Message-ID: 4017D11F.8080700@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Claudio Natoli wrote:

>
>* %e format specifier under Win32 prints 3 digits. Always. (Under *nix, I
>believe it is at least 2). A bunch of tests fail solely for this reason (of
>course, this is the least of our issues at this point)
>

There is a long and mostly fruitless discussion of this here:

http://dbforums.com/arch/88/2003/6/801488

It appears the M$ is within the letter of the law for C89 but not for C99.

The only way I can think of to get around it would be to code our own :-(

cheers

andrew

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-01-28 15:23:42 Re: [PATCHES] win32 patch: allows source to be compiled + "run" under MingW
Previous Message Horák Daniel 2004-01-28 10:57:35 Re: Additional items for Win32 TODO list?