index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.ac: Improve icc_version guessing for non-icc environment
Yusuke Endoh
2019-08-25
1
-1
/
+1
*
configure.ac: fix the guess of icc_version
Yusuke Endoh
2019-08-25
1
-3
/
+1
*
Check whether syscall(2) is deprecated by actual warnings
Nobuyoshi Nakada
2019-08-20
1
-1
/
+7
*
Check for minimum required OSX version earlier
Nobuyoshi Nakada
2019-08-20
1
-14
/
+15
*
Bail out if unsupported old MacOSX is required
Nobuyoshi Nakada
2019-08-20
1
-10
/
+10
*
Fixed the check for OSX version
Nobuyoshi Nakada
2019-08-20
1
-5
/
+5
*
crash report on mac little update
David CARLIER
2019-08-19
1
-0
/
+1
*
NetBSD native support of explicit_bzero's like feature (#2145)
David CARLIER
2019-08-17
1
-0
/
+1
*
Relaxed target_os matching
Nobuyoshi Nakada
2019-07-23
1
-5
/
+5
*
Improve build process and coroutine implementation selection.
Samuel Williams
2019-07-18
1
-25
/
+33
*
Add coroutine context switch for i386-mingw32
Lars Kanis
2019-07-07
1
-0
/
+3
*
Use realpath(3) instead of custom realpath implementation if available
Jeremy Evans
2019-07-01
1
-0
/
+1
*
Enable native fiber coroutines on i386-openbsd
Jeremy Evans
2019-07-01
1
-0
/
+3
*
Use native coroutine implementation on OpenBSD-amd64
Jeremy Evans
2019-06-26
1
-0
/
+3
*
Do not attempt to use ucontext for fibers on OpenBSD
Jeremy Evans
2019-06-26
1
-0
/
+3
*
Restore updated implementation of arm32 coroutine code, but prefer ucontext.
Samuel Williams
2019-06-26
1
-0
/
+3
*
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
Yusuke Endoh
2019-06-26
1
-3
/
+0
*
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-26
1
-2
/
+2
*
coroutine/arm32/Context.S: save/restore the registers via stack
Yusuke Endoh
2019-06-26
1
-0
/
+3
*
Revert 518adcca0a and dbe232e24e
Yusuke Endoh
2019-06-25
1
-3
/
+0
*
Try using arm32 implementation for fibers.
Samuel Williams
2019-06-24
1
-0
/
+3
*
Try using arm64 implementation for fibers.
Samuel Williams
2019-06-24
1
-0
/
+3
*
Use spaces for indentation in `configure.ac`.
Samuel Williams
2019-06-24
1
-22
/
+22
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-33
/
+0
*
Moved Makefile.in under template
Nobuyoshi Nakada
2019-06-07
1
-1
/
+1
*
Revert "Moved Makefile.in under template"
Nobuyoshi Nakada
2019-06-07
1
-1
/
+1
*
Moved Makefile.in under template
Nobuyoshi Nakada
2019-06-07
1
-1
/
+1
*
configure.ac: utilize wide columns for summary
Nobuyoshi Nakada
2019-06-06
1
-1
/
+2
*
Added --with-rdoc option
Nobuyoshi Nakada
2019-05-25
1
-2
/
+14
*
Show doc list to install
Nobuyoshi Nakada
2019-05-25
1
-1
/
+4
*
No longer svn & git-svn are used
Nobuyoshi Nakada
2019-05-10
1
-9
/
+1
*
Fix a typo
Kazuhiro NISHIYAMA
2019-04-23
1
-1
/
+1
*
Check stx_btime in struct statx
nobu
2019-02-24
1
-13
/
+4
*
configure.ac: remove check for broken memmem
glass
2019-02-24
1
-27
/
+0
*
configure.ac: skip check of statx() on AIX
glass
2019-02-23
1
-12
/
+12
*
Try statx syscall
nobu
2019-02-20
1
-1
/
+14
*
file.c: enable File.birthtime on Linux
glass
2019-02-19
1
-0
/
+1
*
random.c: use getrandom() if available.
glass
2019-02-10
1
-0
/
+1
*
configure.ac: check finite,isinf,isnan as macros first
nobu
2019-02-08
1
-9
/
+4
*
configure.ac: separate -std=gnu99 condition
nobu
2019-02-04
1
-2
/
+4
*
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-28
1
-0
/
+2
*
Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"
glass
2019-01-27
1
-2
/
+0
*
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-27
1
-0
/
+2
*
fix typo in r66836, missing '/'s
nobu
2019-01-22
1
-1
/
+1
*
* io.c: use copy_file_range() if defined
glass
2019-01-21
1
-0
/
+1
*
configure.ac: fix build_os name
nobu
2019-01-18
1
-1
/
+1
*
configure.ac: use MINIRUBY as BOOTSTRAPRUBY on msys
nobu
2019-01-18
1
-1
/
+1
*
configure.ac: use BASERUBY as BOOTSTRAPRUBY if available
nobu
2019-01-18
1
-2
/
+2
*
Strip warnflags
nobu
2019-01-16
1
-0
/
+1
*
Fixed a typo, missing `$`
nobu
2019-01-16
1
-1
/
+1
[next]