summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* Fix (corner case, hard to test)Armin Rigo2019-03-111-2/+6
* Add an extra test directly here, for pypyArmin Rigo2019-03-111-0/+9
* Issue #405Armin Rigo2019-03-111-15/+46
* Document issue 391Armin Rigo2019-03-051-2/+2
* oops, return NULL without setting an exceptionArmin Rigo2019-03-051-0/+5
* bump version number to 1.12.2Armin Rigo2019-02-262-2/+2
* potential fix for Py 3.8Armin Rigo2019-02-251-0/+6
* bump version number to 1.12.1Armin Rigo2019-02-162-2/+2
* oops thanks BlastRock NA for spotting thisArmin Rigo2019-01-311-1/+2
* Windows compilation fixArmin Rigo2019-01-291-4/+4
* Issue #362Armin Rigo2019-01-282-68/+227
* Oops, fix leak on errorsArmin Rigo2019-01-081-2/+2
* improve error messageArmin Rigo2019-01-081-2/+3
* Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-073-53/+161
* ffi.release()Armin Rigo2019-01-053-2/+207
* Fix (very unlikely case though)Armin Rigo2018-12-181-0/+1
* Issue #394Armin Rigo2018-12-163-7/+29
* CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-1/+9
* Issue #384Armin Rigo2018-09-191-0/+1
* Argh, bogus testsArmin Rigo2018-09-151-4/+0
* More testsArmin Rigo2018-09-151-0/+4
* Extra testsArmin Rigo2018-09-151-0/+10
* Issue 378Armin Rigo2018-09-131-3/+13
* oops, don't do that if 'ct' is a CT_POINTERArmin Rigo2018-08-301-1/+1
* Use memcpy hereArmin Rigo2018-08-301-1/+1
* Issue #379Armin Rigo2018-08-302-22/+41
* msvc supportArmin Rigo2018-08-081-1/+3
* Issue #372Armin Rigo2018-08-011-2/+7
* no real point in turning this warning into an errorArmin Rigo2018-07-101-2/+2
* Last version where we still give this warning, thinking about turning itArmin Rigo2018-07-071-1/+1
* Bump version to 1.12.0 (but not planning a release soon)Armin Rigo2018-07-072-2/+2
* Issue 366Armin Rigo2018-06-261-10/+22
* Issue 364Armin Rigo2018-06-162-22/+56
* Py3.7: fix const-correctnessArmin Rigo2018-06-013-4/+4
* Issue #363Armin Rigo2018-04-162-1/+13
* Issue #362Armin Rigo2018-03-153-11/+72
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-273-18/+15
* Direct tests for close_lib()Armin Rigo2018-02-271-0/+9
* Bump to 1.11.5Armin Rigo2018-02-272-2/+2
* silence a gcc warning shown in some (recent?) versions of gccArmin Rigo2018-02-201-8/+10
* More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-162-57/+60
* Revert these small changesArmin Rigo2018-02-161-4/+4
* Implement ffi.dlclose() for the in-line caseArmin Rigo2018-02-161-1/+33
* Trying to fix ffi.dlopen() for unicode filenames on WindowsArmin Rigo2018-02-152-13/+49
* Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-311-1/+0
* Issue #356Armin Rigo2018-01-171-2/+2
* Bump version number to 1.11.4Armin Rigo2018-01-132-2/+2
* Bump version to 1.11.3Armin Rigo2018-01-102-2/+2
* Issue #352Armin Rigo2018-01-101-0/+2
* Bump version number to 1.11.2Armin Rigo2017-10-082-2/+2