summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi
Commit message (Expand)AuthorAgeFilesLines
* 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...doko2014-08-101-3/+3
* - Issue #22176: Add src/x86/win32.S for x86 libffi builds.doko2014-08-091-1/+1
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko2014-08-09134-13645/+28202
* merge 3.3Benjamin Peterson2014-03-302-4/+4
|\
| * merge with 3.3Georg Brandl2014-03-172-4/+4
| |\
| | * Merge with 3.3Terry Jan Reedy2014-01-262-4/+4
| | |\
| | | * 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
| | | |\
| | | * \ Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-0/+0
| | | |\ \
| | | | * \ merge 3.3 (#18248)Benjamin Peterson2013-06-191-1/+1
| | | | |\ \
| | | | * \ \ fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-0/+0
| | | | |\ \ \
| | | | | * \ \ * Fix remaining bits of issue 17192 for 3.4 - these changesGregory P. Smith2013-04-3016-231/+418
| | | | | |\ \ \
| | | | | * \ \ \ * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patchGregory P. Smith2013-04-291-0/+0
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge with 3.2Kristj?n Valur J?nsson2013-03-1918-718/+236
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ merge heads & use iso8601 date formatGregory P. Smith2013-03-191-0/+0
| | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ merge headsGregory P. Smith2013-03-1938-584/+1211
| | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-191-0/+0
| | | | | | | | | |\ \ \ \ | | | | | | | | |/ / / / / | | | | | | | |/| / / / / | | | | | | | | |/ / / /
| | | | | | | | * | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-112-8/+8
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ #17163: merge with 3.3.Ezio Melotti2013-02-15102-2942/+12085
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * | | | | - Issue #17192: Import libffi-3.0.12.doko2013-02-12104-2942/+12085
| | | | | | | | |/ / / / /
* | | | | | | | | | | | | merge 3.2Benjamin Peterson2014-03-306-310/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | merge 3.2 (#20695)Benjamin Peterson2014-02-191-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / /
| * | | | | | | | | | | Issue #19936: Restored executable bits for several libffi files.Serhiy Storchaka2014-01-234-0/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | 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
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | 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
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | * Fix remaining bits of issue 17192 for 3.3 - these changesGregory P. Smith2013-04-3016-231/+418
| |/ / / / /
| * | | | | * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patchGregory P. Smith2013-04-2919-718/+236
| |\ \ \ \ \
| | * \ \ \ \ Merge with 3.2Kristj?n Valur J?nsson2013-03-1919-718/+236
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1994-2762/+12532
| | | |\ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|
| | | * | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-11192-5938/+22651
| | | |\ \ | | | | |/
| | | | * 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.doko2012-07-013-1/+92
| | | | * - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.doko2012-07-013-167/+1341
| | | | * - Issue #14330: Don't derive the include and library search dirsdoko2012-07-012-147/+154
| | | | * - Regenerate the libffi configure filedoko2012-06-302-9479/+1023
| | | | * - whitespace-normalize libffi fileMatthias Klose2012-06-261-4/+4
| | | | * - Issue #15194: Update libffi to the 3.0.11 release.doko2012-06-26190-5965/+29862
* | | | | This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
|/ / / /
* | | | * 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-18238-7958/+34923
|/ /
* | Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-112-8/+8
|/
* - 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
|\