summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Homebrew makes symlink for current version in `/usr/local/opt`.methane/homebrew-makes-symlink-for-current-versi-1412966022079Naoki INADA2014-10-101-2/+1
* update MD5/SHAArmin Rigo2014-07-051-2/+2
* Prepare release 0.8.6Armin Rigo2014-07-056-9/+9
* hg merge defaultArmin Rigo2014-07-051-4/+4
|\
| * Fix for Windows, which doesn't have a reasonable snprintf()Armin Rigo2014-07-051-4/+4
| * hg merge release-0.8Armin Rigo2014-07-050-0/+0
| |\ |/ /
| * hg merge release-0.8Armin Rigo2014-07-050-0/+0
| |\
* | | MD5/SHAArmin Rigo2014-07-051-2/+2
* | | Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", butArmin Rigo2014-07-058-21/+21
|/ /
* | Add the MD5/SHAArmin Rigo2014-07-051-2/+2
* | Update to 0.8.4Armin Rigo2014-07-055-7/+8
* | A workaround by Alex Gaynor for a bug in distutils that shows up on OS/XArmin Rigo2014-07-051-0/+2
* | Update MD5/SHAArmin Rigo2014-07-051-2/+2
* | hg merge defaultArmin Rigo2014-07-0518-210/+463
|\ \ | |/
| * prepare for 0.8.3Armin Rigo2014-07-056-7/+7
| * Add malloc.h, needed for alloca() in this file.Armin Rigo2014-07-011-0/+1
| * Attempt to copy ctypes' name-mangling capability "_name@num".Armin Rigo2014-06-301-1/+21
| * Add a passing Windows testArmin Rigo2014-06-291-0/+15
| * A test for checking the multithreaded safety of errno (and GetLastErrorArmin Rigo2014-06-251-0/+57
| * Avoid using ssize_t hereArmin Rigo2014-06-241-3/+3
| * pom pom pomArmin Rigo2014-06-241-2/+2
| * Generalize 105930aef686Armin Rigo2014-06-241-2/+3
| * Skip "ssize_t" on Windows, where it is usually not defined anyway.Armin Rigo2014-06-241-0/+2
| * Don't check MS_WIN32, it's not always defined even on MSVC.Armin Rigo2014-06-243-3/+3
| * Add stdint.h as an explicit include on non-Windows too.Armin Rigo2014-06-243-0/+3
| * Unify (manually) the three blocks of #ifs for Windows. Add a commentArmin Rigo2014-06-244-51/+67
| * Transplant 08a4b8145f90Armin Rigo2014-06-241-1/+1
| * Rephrase again a paragraphArmin Rigo2014-06-211-7/+9
| * Merged in techtonik/cffi (pull request #40)Armin Rigo2014-06-211-15/+16
| |\
| | * index.rst: typo, edited online with Bitbucketanatoly techtonik2014-06-161-1/+1
| | * docs: English improvement, thank to Daniel Holthanatoly techtonik2014-05-301-1/+1
| | * Attempt to improve intro text for people not familiar with problemanatoly techtonik2014-05-301-15/+16
| * | Ah, on http://bugs.python.org/issue21778 I got the answer as to whatArmin Rigo2014-06-161-6/+3
| * | Force the "strides" to be non-NULL. With a NULL strides, CPython >= 3.3Armin Rigo2014-06-161-2/+6
| * | tweak for Windows (msvc versus mingw)Armin Rigo2014-05-303-2/+4
| |/
| * hg merge release-0.8Armin Rigo2014-05-061-3/+3
| |\
| * | PrecisionArmin Rigo2014-05-061-1/+2
| * | issue #156: _Bool type already included in VS2013Taewook Kang2014-05-012-0/+4
| * | issue #154: Mingw32 fixesArmin Rigo2014-04-262-1/+2
| * | CPython: Better C -> Python conversion for integer constantsLisandro Dalcin2014-04-251-7/+10
| * | CPython: Add explicit typecasts in _cffi_to_c_int()Lisandro Dalcin2014-04-231-8/+8
| * | CPython: Initialize all slots of PyMethodDef tableLisandro Dalcin2014-04-231-5/+5
| * | Issue 153: Generate same C code for CPython 2 and 3Lisandro Dalcin2014-04-231-33/+51
| * | Merged in jasonandersonmyers/cffi/jasonandersonmyers/fix-broken-link-to-weave...Armin Rigo2014-04-190-0/+0
| |\ \
| * | | Fix broken link to Weavejasonandersonmyers/fix-broken-link-to-weave-1397835057617Jason Myers2014-04-181-1/+1
| |/ /
| * | Issue #145: don't run any test modifying stdout/stderr on any non-LinuxArmin Rigo2014-04-042-5/+5
| * | Fix a type mismatch that causes a warning on some compilersArmin Rigo2014-04-041-2/+2
| * | Issue #144: copy the "#if...#include <alloca.h>" done in _cffi_backend.c.Armin Rigo2014-04-041-0/+4
| * | Issue #142: don't generate C files that use '$' in identifiers.Armin Rigo2014-04-043-4/+32
| * | Fix test for 6f31a53a6275Armin Rigo2014-04-041-3/+4