Matti Picus pushed to branch branch/release-pypy3.6-v7.x at PyPy / pypy


Commits:
8a01eed0 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:38:45+02:00
darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()

--HG--
branch : release-pypy3.6-v7.x

- - - - -
0c7e7438 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:51:25+02:00
darwin: sysctlbyname is in sys/sysctl.h

--HG--
branch : release-pypy3.6-v7.x

- - - - -
93beb3a2 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:55:34+02:00
fix inconsistent #ifdef's surrounding get_vmprof_stack()

--HG--
branch : release-pypy3.6-v7.x

- - - - -
e63b5a11 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:56:22+02:00
darwin: strlen() is in <string.h>

--HG--
branch : release-pypy3.6-v7.x

- - - - -
c79a0682 by Dan Villiom Podlaski Christiansen at 2020-09-17T13:33:16+02:00
boehm gc: try using pkg-config to find it

--HG--
branch : release-pypy3.6-v7.x

- - - - -
142f8f84 by Dan Villiom Podlaski Christiansen at 2020-09-17T14:17:03+02:00
rvmprof: avoid missing prototype, which is an error in Clang 11

--HG--
branch : release-pypy3.6-v7.x

- - - - -
3385ce45 by Dan Villiom Podlaski Christiansen at 2020-09-17T17:35:25+02:00
build_cffi_imports: use an HTTP mirror; fix building gdbm on Darwin

--HG--
branch : release-pypy3.6-v7.x

- - - - -
05d3533a by Dan Villiom Podlaski Christiansen at 2020-09-21T14:13:14+02:00
test_ffi_backend: add missing <string.h> include

This fixes a test on macOS: Without <string.h>, memset() has no
prototype, and using a function with neither prototype nor definition
is invalid and causes a C compiler error.

--HG--
branch : release-pypy3.6-v7.x

- - - - -


9 changed files:

- extra_tests/cffi_tests/cffi0/test_ffi_backend.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- rpython/memory/gc/env.py
- rpython/rlib/rvmprof/src/rvmprof.h
- rpython/rlib/rvmprof/src/shared/machine.c
- rpython/rlib/rvmprof/src/shared/vmprof_common.h
- rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
- rpython/rtyper/tool/rffi_platform.py
- rpython/translator/c/src/precommondefs.h


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/0bc036b3528a131f51dbaa07b7a96b4f5558ec50...05d3533ae8d98034616b38062b2160ec38088d36

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/0bc036b3528a131f51dbaa07b7a96b4f5558ec50...05d3533ae8d98034616b38062b2160ec38088d36
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to