summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi
Commit message (Expand)AuthorAgeFilesLines
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-281-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-2/+2
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-081-18/+30
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-10134-13651/+28210
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-162-0/+0
* Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-1/+0
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-18240-7989/+34679
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-112-8/+8
* Issue #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-272-6/+6
* - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
* Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-153-5/+5
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-153-5/+5
* Fis issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-081-0/+2
* FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as isJeroen Ruigrok van der Werven2010-04-071-1/+1
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+4
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1932-420/+1403
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-193-300/+7528
* Backport from the libffi trunk:Matthias Klose2010-03-151-1/+2
* - Issue #8142: Update libffi to the 3.0.9 release.Matthias Klose2010-03-15211-27964/+57745
* Issue #7661: Allow ctypes to be built from a non-ASCII directory path.Antoine Pitrou2010-01-131-2/+0
* Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mipsThomas Heller2009-04-282-6/+6
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-213-6/+6
* Fixed a couple more C99 comments and one occurence of inline.Christian Heimes2008-10-021-2/+2
* Fix misspelled sys.platform name and misspelled filename.Thomas Heller2008-06-021-1/+1
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-232-0/+6
* On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UXThomas Heller2008-05-201-0/+1
* More files from libffi 3.0.5.Thomas Heller2008-04-044-22/+20
* Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-045-2/+1246
* Try to fix the build for PY_LINUX.Thomas Heller2008-03-041-0/+1
* Merged changes from libffi3-branch.Thomas Heller2008-03-0477-3423/+32095
* configure.ac: Remove the configure check for _Bool, it is already done in theThomas Heller2008-02-213-3162/+3023
* Make sure a switch statement does not have repetitive case statements.Brett Cannon2008-02-071-0/+2
* Update to newer version of ffi. Fixes crashes and test failures of longdoubleNeal Norwitz2008-01-272-16/+48
* Fix a function pointer declaration to silence the compiler.Brett Cannon2008-01-171-1/+1
* Issue 1821: configure libffi for amd64 on FreeeBSD.Thomas Heller2008-01-142-104/+57
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-141-1/+1
* Get rid of warnings on a bunch of platforms by using a proper prototype.Neal Norwitz2007-10-127-18/+18
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-042-2/+2
* Fix warnings by using proper function prototype.Thomas Heller2007-06-082-8/+8
* Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.Thomas Heller2007-03-133-46/+574
* Fix #1563807: _ctypes built on AIX fails with ld ffi error.Thomas Heller2006-11-281-1/+1
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-221-0/+4
* Patch #1536908: Add support for AMD64 / OpenBSD.Thomas Heller2006-08-143-3/+2
* Patch #1529514: More openbsd platforms for ctypes.Thomas Heller2006-07-282-84/+58
* Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a numberRonald Oussoren2006-07-042-84/+116
* I don't know how that happend, but the entire file contents wasThomas Heller2006-06-121-195/+0
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-101-0/+195
* Fix distutils so that libffi will cross-compile between darwin/x86 and darwin...Bob Ippolito2006-05-261-1/+1