[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stdint and cygwin bug
From: |
Paul Eggert |
Subject: |
Re: stdint and cygwin bug |
Date: |
Tue, 03 Apr 2007 16:24:18 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Eric Blake <address@hidden> writes:
> cygwin currently defines wint_t as unsigned int (legal per POSIX), but then
> tries to use INT_MIN and INT_MAX for WINT_MIN and WINT_MAX. I've reported
> this
> as a bug to the cygwin list. In the meantime, is it worth fixing the stdint
> module to detect this brokenness, and redefine WINT_MIN and MAX to their
> correct values in this case?
If Cygwin fixes it quickly (and why wouldn't they?) then I wouldn't
bother, but I don't use Cygwin so I'm probably not the best person to
ask.
- stdint and cygwin bug, Eric Blake, 2007/04/03
- Re: stdint and cygwin bug,
Paul Eggert <=
- Re: stdint and cygwin bug, Eric Blake, 2007/04/04
- Re: stdint and cygwin bug, Bruno Haible, 2007/04/04
- Re: stdint and cygwin bug, Eric Blake, 2007/04/04
- Re: stdint and cygwin bug, Paul Eggert, 2007/04/05
- Re: stdint and cygwin bug, Eric Blake, 2007/04/05
- Re: stdint and cygwin bug, Paul Eggert, 2007/04/05
- Re: stdint and cygwin bug, Bruno Haible, 2007/04/05