summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2019-07-23Relaxed target_os matchingNobuyoshi Nakada
2019-07-18Improve build process and coroutine implementation selection.Samuel Williams
2019-07-07Add coroutine context switch for i386-mingw32Lars Kanis
2019-07-01Use realpath(3) instead of custom realpath implementation if availableJeremy Evans
2019-07-01Enable native fiber coroutines on i386-openbsdJeremy Evans
2019-06-26Use native coroutine implementation on OpenBSD-amd64Jeremy Evans
2019-06-26Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans
2019-06-26Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams
2019-06-26Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh
2019-06-26Add `ucontext` coroutine implementation for generic fallback.Samuel Williams
2019-06-26coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh
2019-06-25Revert 518adcca0a and dbe232e24eYusuke Endoh
2019-06-24Try using arm32 implementation for fibers.Samuel Williams
2019-06-24Try using arm64 implementation for fibers.Samuel Williams
2019-06-24Use spaces for indentation in `configure.ac`.Samuel Williams
2019-06-19Remove IA64 support.Samuel Williams
2019-06-07Moved Makefile.in under templateNobuyoshi Nakada
2019-06-07Revert "Moved Makefile.in under template"Nobuyoshi Nakada
2019-06-07Moved Makefile.in under templateNobuyoshi Nakada
2019-06-06configure.ac: utilize wide columns for summaryNobuyoshi Nakada
2019-05-25Added --with-rdoc optionNobuyoshi Nakada
2019-05-25Show doc list to installNobuyoshi Nakada
2019-05-10No longer svn & git-svn are usedNobuyoshi Nakada
2019-04-23Fix a typoKazuhiro NISHIYAMA
2019-02-24Check stx_btime in struct statxnobu
2019-02-24configure.ac: remove check for broken memmemglass
2019-02-23configure.ac: skip check of statx() on AIXglass
2019-02-20Try statx syscallnobu
2019-02-19file.c: enable File.birthtime on Linuxglass
2019-02-10random.c: use getrandom() if available.glass
2019-02-08configure.ac: check finite,isinf,isnan as macros firstnobu
2019-02-04configure.ac: separate -std=gnu99 conditionnobu
2019-01-28io.c: use fcopyfile(3) in IO.copy_stream if availableglass
2019-01-27Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass
2019-01-27io.c: use fcopyfile(3) in IO.copy_stream if availableglass
2019-01-22fix typo in r66836, missing '/'snobu
2019-01-21* io.c: use copy_file_range() if definedglass
2019-01-18configure.ac: fix build_os namenobu
2019-01-18configure.ac: use MINIRUBY as BOOTSTRAPRUBY on msysnobu
2019-01-18configure.ac: use BASERUBY as BOOTSTRAPRUBY if availablenobu
2019-01-16Strip warnflagsnobu
2019-01-16Fixed a typo, missing `$`nobu
2019-01-10configure: refuse to build with jemalloc when header is missingnobu
2019-01-10configure.ac: Require C99k0kubun
2018-12-28configure.ac: try to fix addr2line build failurek0kubun
2018-12-28fix r66599 to sucess install. please refix this patch @nobuko1
2018-12-28Moved version numbersnobu
2018-12-28Check if restrict keyword is supportednobu
2018-12-10Native coroutine implementation for ppc64le Linuxodaira
2018-12-10fix r66311naruse