summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi
Commit message (Expand)AuthorAgeFilesLines
* Closes #27979: Remove bundled copy of libffiZachary Ware2016-09-17317-140565/+0
* more linux -> __linux__Benjamin Peterson2016-09-071-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-2/+2
* fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-081-18/+30
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-stat...doko@ubuntu.com2014-08-101-3/+3
* - Issue #22176: Add src/x86/win32.S for x86 libffi builds.doko@ubuntu.com2014-08-091-1/+1
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-09134-13645/+28202
* Issue #19936: Restored executable bits for several libffi files.Serhiy Storchaka2014-01-234-0/+0
|\
| * Issue #19936: Restored executable bits for several libffi files.Serhiy Storchaka2014-01-234-0/+0
* | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
|\ \ | |/
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
* | silence unused-value warnings in libffi's dlmalloc.cChristian Heimes2013-12-041-4/+4
* | Fix compilation error under gcc of the ctypes module bundled libffi for arm.Gregory P. Smith2013-11-171-7/+7
|\ \ | |/
| * Fix compilation error under gcc of the ctypes module bundled libffi for arm.Gregory P. Smith2013-11-171-7/+7
* | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-1/+0
|\ \ | |/
| * Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-1/+0
* | merge 3.3 (#18248)Benjamin Peterson2013-06-191-1/+1
|\ \ | |/
| * fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-191-1/+1
* | fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
|\ \ | |/
| * fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
* | * Fix remaining bits of issue 17192 for 3.4 - these changesGregory P. Smith2013-04-3016-231/+418
|\ \ | |/
| * * Fix remaining bits of issue 17192 for 3.3 - these changesGregory P. Smith2013-04-3016-231/+418
* | * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patchGregory P. Smith2013-04-293-33/+58
|\ \ | |/
| * * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patchGregory P. Smith2013-04-293-33/+58
| |\
| | * * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undoneGregory P. Smith2013-04-293-33/+58
* | | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1943-584/+1211
|\ \ \ | |/ /
| * | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1995-2762/+12532
| |\ \ | | |/
| | * Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-18238-7958/+34923
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-112-8/+8
|\ \ \ | |/ /
| * | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-112-8/+8
| |\ \ | | |/
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-112-8/+8
* | | - Issue #17192: Import libffi-3.0.12.doko@ubuntu.com2013-02-12104-2942/+12085
|/ /
* | Issue #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-162-6/+6
* | - Issue #15194: check in the missing m4/ax_append_flag.m4 file.doko@ubuntu.com2012-07-013-1/+92
* | - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.doko@ubuntu.com2012-07-013-167/+1341
* | - Issue #14330: Don't derive the include and library search dirsdoko@ubuntu.com2012-07-012-147/+154
* | - Regenerate the libffi configure filedoko@ubuntu.com2012-06-302-9479/+1023
* | - whitespace-normalize libffi fileMatthias Klose2012-06-261-4/+4
* | - Issue #15194: Update libffi to the 3.0.11 release.doko@ubuntu.com2012-06-26190-5965/+29862
|/
* - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
* Merge with 3.2Ezio Melotti2011-03-153-5/+5
|\
| * Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-151-330/+330
* | #11515: Merge with 3.1.Ezio Melotti2011-03-153-5/+5
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-330/+330
| * Fix buildbot issues due to _ctypes failing to compile in 3.1.Antoine Pitrou2010-08-101-2/+0
| * Merged revisions 83837,83841 via svnmerge fromThomas Heller2010-08-081-0/+2
* | Fix issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-081-0/+2
* | Merged revisions 79894-79895,80098,80120 via svnmerge fromBenjamin Peterson2010-06-271-1/+1