[PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems

2014-10-08 Thread Marat Radchenko
This commit touches regcomp.c from Gnulib, was fixed upstream in 3a4836d1. This commit also touches poll.c from Gnulib, was fixed upstream in d295f6c5. This commit also touches regex_internal.h from Gnulib, was fixed upstream in 8335a4d6. Wrt ShellExecute in winansi.c, quoting [1]: MSDN says

[PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems

2014-09-30 Thread Marat Radchenko
This commit touches regcomp.c and poll.c from Gnulib, both were fixed upstream in 2012 the same way. Also, this commit touches regex_internal.h from Gnulib, which was fixed upstream in 2005. Wrt ShellExecute in winansi.c, quoting [1]: MSDN says you can cast the result to an integer and compare

Re: [msysGit] [PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems

2014-09-29 Thread Marat Radchenko
On Mon, Sep 29, 2014 at 10:43:41PM +0200, Johannes Sixt wrote: > Am 28.09.2014 um 15:24 schrieb Marat Radchenko: > > This commit touches regcomp.c and poll.c from Gnulib, > > both were fixed upstream in 2012 the same way. > > > > Wrt ShellExecute, see [1]. > > > > [1]: http://blogs.msdn.com/b/old

Re: [msysGit] [PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems

2014-09-29 Thread Johannes Sixt
Am 28.09.2014 um 15:24 schrieb Marat Radchenko: > This commit touches regcomp.c and poll.c from Gnulib, > both were fixed upstream in 2012 the same way. > > Wrt ShellExecute, see [1]. > > [1]: http://blogs.msdn.com/b/oldnewthing/archive/2006/11/08/1035971.aspx Please do not force readers to visi

[PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems

2014-09-28 Thread Marat Radchenko
This commit touches regcomp.c and poll.c from Gnulib, both were fixed upstream in 2012 the same way. Wrt ShellExecute, see [1]. [1]: http://blogs.msdn.com/b/oldnewthing/archive/2006/11/08/1035971.aspx Signed-off-by: Marat Radchenko --- compat/mingw.c | 8 compat/poll/poll.c