aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typoKazuhiro NISHIYAMA2019-04-231-1/+1
* Check stx_btime in struct statxnobu2019-02-241-13/+4
* configure.ac: remove check for broken memmemglass2019-02-241-27/+0
* configure.ac: skip check of statx() on AIXglass2019-02-231-12/+12
* Try statx syscallnobu2019-02-201-1/+14
* file.c: enable File.birthtime on Linuxglass2019-02-191-0/+1
* random.c: use getrandom() if available.glass2019-02-101-0/+1
* configure.ac: check finite,isinf,isnan as macros firstnobu2019-02-081-9/+4
* configure.ac: separate -std=gnu99 conditionnobu2019-02-041-2/+4
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-281-0/+2
* Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass2019-01-271-2/+0
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-271-0/+2
* fix typo in r66836, missing '/'snobu2019-01-221-1/+1
* * io.c: use copy_file_range() if definedglass2019-01-211-0/+1
* configure.ac: fix build_os namenobu2019-01-181-1/+1
* configure.ac: use MINIRUBY as BOOTSTRAPRUBY on msysnobu2019-01-181-1/+1
* configure.ac: use BASERUBY as BOOTSTRAPRUBY if availablenobu2019-01-181-2/+2
* Strip warnflagsnobu2019-01-161-0/+1
* Fixed a typo, missing `$`nobu2019-01-161-1/+1
* configure: refuse to build with jemalloc when header is missingnobu2019-01-101-1/+2
* configure.ac: Require C99k0kubun2019-01-101-2/+0
* configure.ac: try to fix addr2line build failurek0kubun2018-12-281-1/+1
* fix r66599 to sucess install. please refix this patch @nobuko12018-12-281-0/+2
* Moved version numbersnobu2018-12-281-11/+4
* Check if restrict keyword is supportednobu2018-12-281-0/+1
* Native coroutine implementation for ppc64le Linuxodaira2018-12-101-0/+3
* fix r66311naruse2018-12-101-6/+8
* Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]naruse2018-12-101-0/+7
* fix C90 error.ko12018-12-051-1/+2
* Enable MJIT on AIXodaira2018-12-041-2/+11
* use __builtin_setjmp on mingw64 [Bug #15348].ko12018-11-291-1/+1
* Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOSshyouhei2018-11-291-28/+0
* Enable msys2 to check build status.samuel2018-11-241-1/+1
* configure.ac: support 32-bit builds on x86-64 systemsnormal2018-11-221-1/+5
* * configure.ac: On AIX, LDFLAGS must be after -L../.. in TRY_LINK,odaira2018-11-211-2/+2
* configure.ac: silence `command -v` outpoutnobu2018-11-211-1/+1
* configure.ac: add --disable-fiber-coroutine optionnobu2018-11-211-31/+29
* configure.ac: gather preset variables on mingwnobu2018-11-211-1/+2
* configure.ac: disable native-fiber for MinGWk0kubun2018-11-201-6/+7
* Fix message result.samuel2018-11-201-1/+1
* Fix configure.ac typo.samuel2018-11-201-4/+4
* Initial support for x64-mingw32samuel2018-11-201-1/+13
* Be even more specific, for some reason it was selecting amd64 on x64-mingw32.samuel2018-11-201-2/+2
* Limit coroutine implementations to Linux.samuel2018-11-201-2/+2
* Expose dependency between cont.c and coroutine implementation.samuel2018-11-201-2/+5
* Initial effort to support 32-bit Linux.samuel2018-11-201-0/+5
* Better support for amd64 platformssamuel2018-11-201-6/+12
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-201-0/+6
* Check -fcf-protectionnobu2018-11-201-2/+1
* configure.ac: avoid crashing MJIT with -fcf-protectionk0kubun2018-11-191-0/+6