summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with builddir when calling configure with absolute pathJeremie Knuesel2014-06-251-1/+2
* Remove compiler warningAnthony Green2014-06-121-1/+4
* Fix paths in libffi.pc.inSamuli Suominen2014-06-121-5/+5
* Merge pull request #122 from rvandermeulen/1014976Anthony Green2014-06-061-1/+5
|\
| * Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi.Mike Hommey2014-06-021-1/+5
|/
* Prepare for libffi 3.1.1Anthony Green2014-05-312-1/+4
* Add missing GNU stack markings in win32.SSamuli Suominen2014-05-311-1/+5
* Fix typoRyan Hill2014-05-311-3/+3
* Update current version.Anthony Green2014-05-241-1/+1
* Increment libtool version numberAnthony Green2014-05-191-1/+1
* Merge pull request #120 from l0kod/tmpfileAnthony Green2014-05-192-6/+31
|\
| * closures: Check for mkostemp(3)Mickaël Salaün2014-05-192-2/+8
| * closures: Create temporary file with O_TMPFILE and O_CLOEXEC when availableMickaël Salaün2014-05-191-5/+24
|/
* Update date. Annoucing 3.1 today.v3.1Anthony Green2014-05-191-2/+2
* Increment libtool library revision numberAnthony Green2014-05-191-1/+1
* Update to version 3.1Anthony Green2014-05-113-8/+8
* Support versions of git older than 1.8.5Anthony Green2014-05-111-1/+1
* Fix testsuite for GCC 4.9.0Anthony Green2014-05-111-1/+1
* Check /proc/self/status for PaX status.Magnus Granberg2014-05-111-3/+19
* Use to get correct dirDominik Vogt2014-05-111-1/+1
* Merge pull request #119 from joshtriplett/fastcall-fastballAnthony Green2014-04-231-0/+9
|\
| * src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, tooJosh Triplett2014-04-221-0/+9
* | Merge pull request #101 from joshtriplett/fastcall-closuresAnthony Green2014-04-215-80/+54
|\ \ | |/
| * Support fastcall closuresJosh Triplett2014-04-205-80/+54
|/
* Merge pull request #80 from ueno/develAnthony Green2014-04-121-1/+1
|\
| * Fix typo in docDaiki Ueno2014-03-051-1/+1
* | Merge pull request #86 from joshtriplett/testsuite-CC-CXXAnthony Green2014-04-126-33/+32
|\ \
| * | README: Note the testsuite changes to respect $CC and $CXXJosh Triplett2014-03-271-2/+2
| * | README: Update Windows example to set both CC and CXXJosh Triplett2014-03-271-6/+9
| * | Use the proper C++ compiler to run C++ testsJosh Triplett2014-03-274-6/+9
| * | .travis.yml: Make the build command more readable by splitting at &&Josh Triplett2014-03-271-1/+6
| * | Always set CC_FOR_TARGET for dejagnu, to make the testsuite respect $CCJosh Triplett2014-03-262-9/+8
| * | Stop looking for expect and runtest above top_builddirJosh Triplett2014-03-261-9/+0
| * | Stop setting an empty AM_RUNTESTFLAGSJosh Triplett2014-03-261-2/+0
* | | Merge pull request #116 from frida/fix/darwin-aarch64-variadicAnthony Green2014-04-122-2/+41
|\ \ \
| * | | Fix handling of variadic calls on Darwin/AArch64Ole André Vadla Ravnås2014-04-062-2/+41
* | | | Merge pull request #115 from frida/fix/darwin-aarch64-alignmentAnthony Green2014-04-121-0/+6
|\ \ \ \
| * | | | Fix alignment of AArch64 assembler functionsOle André Vadla Ravnås2014-04-061-0/+6
| |/ / /
* | | | Merge pull request #117 from frida/fix/windows-regressionAnthony Green2014-04-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Windows regressionOle André Vadla Ravnås2014-04-121-1/+1
|/ / /
* | | Merge pull request #114 from joshtriplett/bounce-on-a-tiny-trampolineAnthony Green2014-04-053-35/+67
|\ \ \ | |/ / |/| |
| * | Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10Josh Triplett2014-04-053-35/+67
|/ /
* | Upgrade version to 3.1-rc1Anthony Green2014-03-251-1/+1
* | Update copyright date and clean up README notes.Anthony Green2014-03-252-7/+7
* | Merge pull request #108 from joshtriplett/freebsdAnthony Green2014-03-251-1/+1
|\ \
| * | Compile win32.S on FreeBSDJosh Triplett2014-03-251-1/+1
* | | Merge pull request #106 from joshtriplett/darwin-awardAnthony Green2014-03-254-8/+22
|\ \ \ | |/ /
| * | Compile win32.S on 32-bit Darwin as wellJosh Triplett2014-03-243-2/+7
| * | Always use configure to detect whether global symbols need underscoresJosh Triplett2014-03-242-6/+4
| * | win32.S: Add handling for position-independent code on DarwinJosh Triplett2014-03-221-0/+11