Author: Stanisław Halik
Branch: sthalik/fix-signed-integer-sizes-1494493539409
Changeset: r91246:cb8ca968878f
Date: 2017-05-11 09:06 +
http://bitbucket.org/pypy/pypy/changeset/cb8ca968878f/
Log:fix signed integer sizes
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy
Author: Stanislaw Halik
Branch:
Changeset: r62789:959fd3e261fb
Date: 2013-03-26 05:14 +0100
http://bitbucket.org/pypy/pypy/changeset/959fd3e261fb/
Log:fix mingw build
tcp_keepalive exists on MinGW64, leading to redefinition.
MinGW32 doesn't compile anyway due to broken head
Author: Stanislaw Halik
Branch:
Changeset: r62791:a3e64cd09a84
Date: 2013-03-26 05:16 +0100
http://bitbucket.org/pypy/pypy/changeset/a3e64cd09a84/
Log:Need on mingw due to missing LPCSTR
diff --git a/rpython/translator/c/src/commondefs.h
b/rpython/translator/c/src/commondefs.h
--- a/rpyth
Author: Stanislaw Halik
Branch:
Changeset: r62790:d37151f4f00a
Date: 2013-03-26 05:15 +0100
http://bitbucket.org/pypy/pypy/changeset/d37151f4f00a/
Log:Fix mingw build
Searched for 'liblibffi-5.a'; single backslash is evil
diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.
Author: Stanislaw Halik
Branch:
Changeset: r62792:cf040a58ff7e
Date: 2013-03-26 05:17 +0100
http://bitbucket.org/pypy/pypy/changeset/cf040a58ff7e/
Log:Don't redefine alloca on mingw, thus fixing build
diff --git a/rpython/translator/c/src/mem.h b/rpython/translator/c/src/mem.h
--- a/rpython
Author: Stanislaw Halik
Branch:
Changeset: r62794:7992ae71c5c1
Date: 2013-03-26 05:18 +0100
http://bitbucket.org/pypy/pypy/changeset/7992ae71c5c1/
Log:Add missing return value (by amaury)
diff --git a/rpython/translator/c/src/thread_nt.c
b/rpython/translator/c/src/thread_nt.c
--- a/rpython
Author: Stanislaw Halik
Branch:
Changeset: r62793:4843dc2adccc
Date: 2013-03-26 05:17 +0100
http://bitbucket.org/pypy/pypy/changeset/4843dc2adccc/
Log:Use correct definition on mingw
Attempting to use msvc definition leads to compilation failure
diff --git a/rpython/translator/c/sr
Author: Stanislaw Halik
Branch: unbreak-freebsd
Changeset: r63229:5689b2860a13
Date: 2013-04-11 15:34 +0200
http://bitbucket.org/pypy/pypy/changeset/5689b2860a13/
Log:Use proper linker script on all that is FreeBSD, not just 7.x
diff --git a/rpython/translator/platform/posix.py
b/rpython/tr