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
*
remove DISABLE_RUBYGEMS from config files
nobu
2018-06-22
1
-3
/
+2
*
prefer clock_gettime
nobu
2018-06-14
1
-2
/
+4
*
configure.ac: move the checks of _XOPEN_SOURCE on Solaris
ngoto
2018-05-16
1
-33
/
+33
*
configure.ac: move checks of -std=gnu99 and _XOPEN_SOURCE on Solaris
ngoto
2018-05-16
1
-42
/
+44
*
configure.ac: revert r63438
ngoto
2018-05-16
1
-12
/
+11
*
Change logic to check _XOPEN_SOURCE on Solaris
ngoto
2018-05-15
1
-11
/
+12
*
configure.ac: maybe with jemalloc
nobu
2018-05-15
1
-4
/
+10
*
-Wno-cast-function-type
shyouhei
2018-05-15
1
-0
/
+1
*
configure.ac: remove ineffective check on Solaris with GCC
ngoto
2018-05-11
1
-7
/
+0
*
Remove the teeny part from the shared library name on macOS
knu
2018-04-29
1
-4
/
+4
*
Prefer alignof() over _Alignof()
shyouhei
2018-04-09
1
-2
/
+6
*
Honor --silent option
nobu
2018-04-03
1
-2
/
+4
*
configure.ac: string literal concatenation
nobu
2018-03-27
1
-1
/
+1
*
configure.ac: named blocks
nobu
2018-03-24
1
-10
/
+5
*
configure.ac: DLDFLAGS without arch flags
nobu
2018-03-16
1
-1
/
+3
*
configure.ac: fix rb_cv_gcc_compiler_cas
nobu
2018-03-15
1
-23
/
+17
*
configure.ac: basic libs
nobu
2018-03-14
1
-2
/
+5
*
configure.ac: --disable-mathn option
nobu
2018-03-09
1
-1
/
+6
*
mjit_config.h: MJIT_LDSHARED
nobu
2018-03-03
1
-0
/
+3
*
configure.ac: library options to MAINLIBS
nobu
2018-03-02
1
-18
/
+15
*
configure.ac: fix up r59130
nobu
2018-03-02
1
-2
/
+2
*
MJIT specific flags
nobu
2018-03-01
1
-0
/
+3
*
mjit.c: no va_copy
nobu
2018-02-18
1
-18
/
+0
*
configure.ac: check clockid_t with necessary headers
nobu
2018-02-17
1
-8
/
+6
*
thread_pthread.c: Use `getpagesize()` when `pthread_attr_getguardsize` is una...
mame
2018-02-15
1
-1
/
+1
*
configure.ac: Use `pthread_create` to determine if pthread is available
mame
2018-02-15
1
-1
/
+1
*
MJIT header for multiarch
nobu
2018-02-08
1
-0
/
+4
*
configure.ac: removed unnecessary pushdef/popdef
nobu
2018-02-06
1
-6
/
+4
*
deal with aclocal(1)
shyouhei
2018-02-06
1
-0
/
+7
*
va_copy is a C99ism
shyouhei
2018-02-05
1
-0
/
+20
*
common.mk: rb_mjit_header.h
nobu
2018-02-04
1
-0
/
+3
*
Fix duplicated HAVE_NAN
kazu
2018-01-27
1
-14
/
+0
*
set AC_CONFIG_MACRO_DIRS [close GH-1793]
shyouhei
2018-01-20
1
-45
/
+1
*
refactor split configure.ac into files
shyouhei
2018-01-20
1
-725
/
+33
*
add missing/nan.c
shyouhei
2018-01-20
1
-1
/
+1
*
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-19
1
-1
/
+4
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-1
/
+2
*
-Wmissing-noreturn
shyouhei
2018-01-18
1
-0
/
+1
*
-Wno-overlength-strings
shyouhei
2018-01-16
1
-0
/
+1
*
sorry, this hunk was a garbage. [ci skip]
shyouhei
2018-01-15
1
-1
/
+1
*
__builtin_alloca_with_align for optimal memory access
shyouhei
2018-01-15
1
-0
/
+1
*
__builtin_assume_aligned for *(foo *) casts
shyouhei
2018-01-15
1
-0
/
+1
*
__alignof__ to take alignment of a type
shyouhei
2018-01-15
1
-0
/
+18
*
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
2018-01-15
1
-1
/
+25
*
Fix a typo.
hsbt
2018-01-13
1
-1
/
+1
*
thread_pthread: remove checks for pthread_cond*_init
normal
2018-01-09
1
-1
/
+1
*
thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefs
normal
2018-01-09
1
-1
/
+1
*
fix fd mask detection on os x
nobu
2017-12-27
1
-1
/
+2
*
initialize should be outside
naruse
2017-12-15
1
-1
/
+1
*
check icc version inside condition
naruse
2017-12-15
1
-2
/
+4
[next]