aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch from issue #3227, modernized to use the existing bitflags: PYPYSIG_NO_W...Armin Rigo2020-12-221-1/+3
* fix FFI_TYPE_LONGDOUBLE on win64nulano2020-10-112-1/+3
* merge default into branchMatti Picus2020-10-055-4/+25
|\
| * issue3312: some limited support for longdouble constantsArmin Rigo2020-09-282-1/+11
| * darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()Dan Villiom Podlaski Christiansen2020-09-171-3/+6
| * Use "JITLOG" in programs translated with rpython/bin/rpython,Armin Rigo2020-08-231-0/+2
| * partial fix: turn a crash into an error on win32Matti Picus2020-08-211-0/+6
* | fix long vs Signed in instrument.cnulano2020-08-173-4/+7
* | fix long vs Signed error in stacklet.cnulano2020-08-171-5/+5
* | change some longs to Signeds in c sources; these should not matter, but avoid...nulano2020-08-174-7/+8
* | fix: otherwise, the variable is only 4 bytes but the JIT writes to it as if i...Armin Rigo2020-08-171-1/+1
* | win64 MSVC doesn't support __asmnulano2020-08-101-1/+1
* | Merge defaultnulano2020-08-102-0/+12
|\|
| * backout 690ed94d970b and do PYPY_INHIBIT_TAIL_CALL for MSVC properlyMatti Picus2020-08-032-4/+2
| * /O2 or /Ox on MSVC does tail call optimizationMatti Picus2020-08-031-0/+4
| * initialize valueMatti Picus2020-07-311-1/+1
| * let the signal handler set a windows event, like it does in CPython 3.6Armin Rigo2020-07-301-0/+10
* | proper fix for windows running rpython\translator\c\test\test_standalone.py::...nulano2020-07-311-4/+6
* | Merge defaultnulano2020-07-304-184/+79
|\|
| * update libffi_msvc by copying the fixes done in cffiArmin Rigo2020-07-294-182/+100
| * missing includes for getsockopt() and send()Armin Rigo2020-07-271-0/+2
* | Merge defaultnulano2020-07-242-9/+35
|\|
| * initialize lock timeout on windows if timeout is infinitenulano2020-07-241-1/+1
| * fixArmin Rigo2020-07-211-0/+1
| * missing includeArmin Rigo2020-07-211-0/+1
| * add a win64 comment hereArmin Rigo2020-07-211-1/+8
| * Revert the direction in which I was taking this, and instead just checkArmin Rigo2020-07-212-2/+15
| * #3220 in-progressArmin Rigo2020-07-212-9/+13
* | replace long with Signed in thread*.c filesnulano2020-07-238-51/+77
* | fix Signed types in translator/c/funcgennulano2020-07-181-3/+9
* | fix long vs Signed in stack.cnulano2020-07-182-10/+10
* | bpo-20160: broken ctypes calling convention on MSVC / 64-bit Windows (large s...nulano2020-07-163-10/+39
* | fix rpython\translator\c\test\test_database.py::test_primitivenulano2020-07-141-1/+4
* | fix rpython/translator/c/test/test_lltyped::test_padding_in_prebuilt_structnulano2020-07-141-3/+8
* | fix heap corruption when allocating short strings (rpython/translator/c/test/...nulano2020-07-131-1/+1
* | dirty fix for windows running rpython/translator/c/test/test_standalone::Test...nulano2020-07-131-2/+4
|/
* fixArmin Rigo2020-06-291-4/+4
* Trying to check errors in the locking functions on WindowsArmin Rigo2020-06-291-15/+35
* Use py3-style names for function attributesRonan Lamy2020-04-222-2/+2
* Modernize exec syntax in rpython/Ronan Lamy2020-04-181-1/+1
* redefining "inline" on MSVC emits a warning, use INLINE insteadMatti Picus2020-03-173-18/+22
* Kill cpyext_glob_tid_ptr from cpyextArmin Rigo2020-03-061-0/+7
* (antocuni, arigo): yet another try at fixing all the places which could try t...Antonio Cuni2020-03-042-4/+1
* (antocuni, arigo, hodgestar around) blindly try to implement pypy_compare_and...Antonio Cuni2020-03-031-0/+3
* re-add the call to RPython_ThreadLocals_ProgramInit in RPython_StartupCode();...Antonio Cuni2020-03-032-0/+9
* (antocuni around, arigo) Shuffle shuffle shuffle fix?Armin Rigo2020-03-034-12/+12
* fix fix fixArmin Rigo2020-03-012-2/+6
* (antocuni, arigo)Armin Rigo2020-03-015-39/+44
* (antocuni, arigo) fix test (but more work needed, it's not ready)Armin Rigo2020-03-012-1/+2
* (arigo, antocuni) WIPAntonio Cuni2020-03-014-23/+37