aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Relaxed target_os matchingNobuyoshi Nakada2019-07-231-5/+5
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-25/+33
* Add coroutine context switch for i386-mingw32Lars Kanis2019-07-071-0/+3
* Use realpath(3) instead of custom realpath implementation if availableJeremy Evans2019-07-011-0/+1
* Enable native fiber coroutines on i386-openbsdJeremy Evans2019-07-011-0/+3
* Use native coroutine implementation on OpenBSD-amd64Jeremy Evans2019-06-261-0/+3
* Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans2019-06-261-0/+3
* Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams2019-06-261-0/+3
* Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh2019-06-261-3/+0
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-2/+2
* coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh2019-06-261-0/+3
* Revert 518adcca0a and dbe232e24eYusuke Endoh2019-06-251-3/+0
* Try using arm32 implementation for fibers.Samuel Williams2019-06-241-0/+3
* Try using arm64 implementation for fibers.Samuel Williams2019-06-241-0/+3
* Use spaces for indentation in `configure.ac`.Samuel Williams2019-06-241-22/+22
* Remove IA64 support.Samuel Williams2019-06-191-33/+0
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+1
* Revert "Moved Makefile.in under template"Nobuyoshi Nakada2019-06-071-1/+1
* Moved Makefile.in under templateNobuyoshi Nakada2019-06-071-1/+1
* configure.ac: utilize wide columns for summaryNobuyoshi Nakada2019-06-061-1/+2
* Added --with-rdoc optionNobuyoshi Nakada2019-05-251-2/+14
* Show doc list to installNobuyoshi Nakada2019-05-251-1/+4
* No longer svn & git-svn are usedNobuyoshi Nakada2019-05-101-9/+1
* 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