summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add -L and -l optionsiosAnthony Green2018-03-251-0/+19
|
* Add make check for appveyorAnthony Green2018-03-251-1/+1
|
* Typo fix.Anthony Green2018-03-252-3/+3
|
* show resultsAnthony Green2018-03-241-0/+1
|
* Remove -eAnthony Green2018-03-241-1/+1
|
* iOS build tweakAnthony Green2018-03-241-1/+1
|
* Use different iOS build targetAnthony Green2018-03-241-1/+1
|
* ios changesAnthony Green2018-03-241-1/+1
|
* ios changesAnthony Green2018-03-241-1/+2
|
* Run configure firstAnthony Green2018-03-241-0/+1
|
* Mark build script as executableAnthony Green2018-03-241-0/+0
|
* remove some build targets for testingAnthony Green2018-03-241-6/+0
|
* Use travis build scriptAnthony Green2018-03-242-7/+34
|
* revertAnthony Green2018-03-241-1/+0
|
* Try bhaible tests in appveyorAnthony Green2018-03-241-0/+1
|
* Formatting fixesAnthony Green2018-03-241-4/+4
|
* Add libffi.map.in to extra dist filesAnthony Green2018-03-231-1/+2
|
* Add sparc solaris build notesAnthony Green2018-03-231-13/+13
|
* Fix formattingAnthony Green2018-03-181-97/+97
|
* Fix formattingAnthony Green2018-03-181-29/+29
|
* Don't align-double for 32-bit x86Anthony Green2018-03-181-1/+2
|
* Remove debug outputAnthony Green2018-03-181-1/+0
|
* Add m4/ax_require_defined.m4Anthony Green2018-03-181-0/+37
|
* travis debugAnthony Green2018-03-181-0/+2
|
* Update autoconf archive macrosAnthony Green2018-03-189-121/+189
|
* Add missing FFI_GNUW64 enumAnthony Green2018-03-181-0/+1
|
* Merge branch 'master' of github.com:/libffi/libffiAnthony Green2018-03-180-0/+0
|\
| * Add FFI_GWIN64 ABI for GNU 80-bit long double supportAnthony Green2018-03-183-12/+40
| |
* | Add FFI_GNUW64 ABI for GNU 80-bit long double supportAnthony Green2018-03-183-12/+40
|/
* Fully allocate file backing writable maps (#389)Ryan C. Underwood2018-03-181-1/+31
| | | | | | | When ftruncate() is used on a filesystem supporting sparse files, space in the file is not actually allocated. Then, when the file is mmap'd and libffi writes to the mapping, SIGBUS is thrown to the calling application. Instead, always fully allocate the file that will back writable maps.
* Fix return valuesAnthony Green2018-03-181-15/+15
|
* Make tests compile/run standaloneAnthony Green2018-03-173-167/+181
|
* Formatting fixes. Add 'bug fixes' note.Anthony Green2018-03-171-28/+29
|
* xfail unwind tests for moxieAnthony Green2018-03-172-2/+2
|
* Install moxie libstdc++Anthony Green2018-03-161-1/+1
|
* Install moxie-elf-g++Anthony Green2018-03-161-1/+1
|
* Fix closure case where 8-byte value is partially passed in register. Fixes ↵Anthony Green2018-03-161-3/+5
| | | | cls_many_mixed_float_double test case.
* Run dejagnu's runtest with -a option to prevent travis timeouts after 10minAnthony Green2018-03-161-1/+1
|
* fix .travis.ymlAnthony Green2018-03-151-3/+1
|
* fix .travis.ymlAnthony Green2018-03-141-1/+1
|
* fix .travis.ymlAnthony Green2018-03-141-5/+3
|
* fix .travis.ymlAnthony Green2018-03-141-1/+1
|
* fix .travis.ymlAnthony Green2018-03-141-0/+2
|
* fix .travis.ymlAnthony Green2018-03-141-1/+1
|
* fix .travis.ymlAnthony Green2018-03-141-1/+3
|
* fix .travis.ymlAnthony Green2018-03-141-7/+2
|
* fix .travis.ymlAnthony Green2018-03-141-1/+1
|
* Fix travis.ymlAnthony Green2018-03-141-2/+2
|
* yaml syntax error fixAnthony Green2018-03-141-1/+1
|
* markdown fixesAnthony Green2018-03-141-33/+31
|