summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update project URLs to use libffi/libffiBerker Peksag2016-05-182-2/+2
* Merge pull request #234 from berkerpeksag/disable-docsTom Tromey2016-05-171-0/+3
|\
| * Add a note about the --disable-docs switchBerker Peksag2016-03-071-0/+3
* | Merge pull request #242 from somasis/masterTom Tromey2016-05-171-1/+1
|\ \
| * | Fix usage on musl libcKylie McClain2016-04-291-1/+1
* | | Merge pull request #245 from rth7680/tromey-ffi-prep-cif-core-is-privateRichard Henderson2016-05-042-47/+41
|\ \ \
| * | | minor comment cleanupTom Tromey2016-05-041-35/+25
| * | | Change ffi.h.in so that braces matchTom Tromey2016-05-041-3/+6
| * | | move ffi_prep_cif_core to ffi_common.hTom Tromey2016-05-042-9/+10
|/ / /
* | | Merge pull request #231 from berkerpeksag/simplfy-oserrorTom Tromey2016-05-031-3/+1
|\ \ \
| * | | Simplify error handling in mkdir_p()Berker Peksag2016-03-051-3/+1
| | |/ | |/|
* | | Merge pull request #236 from andreas-schwab/masterRichard Henderson2016-05-021-0/+1
|\ \ \
| * | | Define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32Andreas Schwab2016-03-161-0/+1
| | |/ | |/|
* | | Merge pull request #241 from rth7680/fix-win64Richard Henderson2016-05-014-31/+46
|\ \ \ | |/ / |/| |
| * | x86: Fix calling convention for ffi_closure_win64_innerRichard Henderson2016-04-294-8/+18
| * | x86: Copy fix for clang .org from unix64.SRichard Henderson2016-04-151-23/+28
|/ /
* | Merge pull request #212 from tromey/struct-layoutAnthony Green2016-03-144-7/+99
|\ \ | |/ |/|
| * add ffi_get_struct_offsetsTom Tromey2016-02-224-7/+99
* | Merge pull request #227 from tromey/fix-documentation-buildAnthony Green2016-02-225-10085/+13
|\ \ | |/ |/|
| * remove and ignore texinfo.texTom Tromey2016-02-222-10079/+1
| * fix documentation buildingTom Tromey2016-02-223-6/+12
|/
* Merge pull request #190 from havardgraff/masterAnthony Green2016-02-202-1/+12
|\
| * Add configure-option to disable building docsHavard Graff2015-05-122-1/+12
* | Merge pull request #194 from amodra/masterAnthony Green2016-02-201-109/+98
|\ \
| * | Correct powerpc sysv stack argument accountingAlan Modra2015-08-031-109/+98
| |/
* | Merge pull request #104 from joshtriplett/efi64Anthony Green2016-02-207-57/+106
|\ \
| * | Support the WIN64/EFI64 calling convention on all X86_64 platformsJosh Triplett2015-07-264-8/+44
| * | src/x86/ffiw64.c: Don't assign a "char *" to an "unsigned char *"Josh Triplett2015-07-261-1/+1
| * | src/x86/win64.S: Handle name mangling and PICJosh Triplett2015-07-263-31/+35
| * | src/x86/win64.S: Support compiling on non-WIN64 platformsJosh Triplett2015-07-261-19/+28
| |/
* | Merge pull request #199 from Pan7/masterAnthony Green2016-02-201-0/+4
|\ \
| * | Fix configuring msvc compilerPan72015-09-141-0/+4
| |/
* | Merge pull request #197 from foxsen/mips_go_closureAnthony Green2016-02-204-73/+302
|\ \
| * | fix type error in unwind codeZhang Fuxin2015-08-261-1/+1
| * | add unwind infor for *go_closure;foxsen2015-08-202-39/+99
| * | fix O32 stack unwind codeZhang Fuxin2015-08-111-3/+3
| * | various fixes for go closure support. Now all n64 tests passed.foxsen2015-08-044-12/+18
| * | add support for go closure support on mipsfoxsen2015-08-044-31/+194
| |/
* | Merge pull request #193 from rth7680/fix-70Anthony Green2016-02-202-1/+47
|\ \
| * | Tidy call.exp test collectionRichard Henderson2015-10-201-1/+1
| * | Test case from Issue #70Richard Henderson2015-10-201-0/+46
* | | Merge pull request #206 from edolnx/masterAnthony Green2016-02-201-5/+11
|\ \ \
| * | | Add configure flag to disable multi-os-directory supportCarl Perry2015-10-291-5/+11
| |/ /
* | | Merge pull request #211 from tromey/move-prep-types-out-of-ffi.hAnthony Green2016-02-202-5/+5
|\ \ \
| * | | ffi_prep_types is internal-onlyTom Tromey2015-11-152-5/+5
| |/ /
* | | Merge pull request #213 from tromey/remove-FFI_TYPEAnthony Green2016-02-201-2/+0
|\ \ \
| * | | remove FFI_TYPE typedefTom Tromey2015-11-191-2/+0
* | | | Merge pull request #214 from tromey/document-enum-supportAnthony Green2016-02-201-3/+13
|\ \ \ \
| * | | | document (lack of) enum handling in libffiTom Tromey2015-11-191-3/+13
| |/ / /
* | | | Merge pull request #205 from filbranden/tool_optsAnthony Green2016-02-201-1/+1
|\ \ \ \