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.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* configure.in (RUBY_DEFAULT_ARCH): adjust for target
nobu
2010-07-13
1
-2
/
+25
*
* missing/close.c: ignore ECONNRESET.
naruse
2010-07-07
1
-1
/
+6
*
* thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.
kanemoto
2010-06-29
1
-1
/
+1
*
* configure.in (enable-debug-env): option for RUBY_DEBUG env.
nobu
2010-06-26
1
-0
/
+4
*
* configure.in (fchown): need to check. [ruby-core:30818]
nobu
2010-06-22
1
-1
/
+1
*
* configure.in (rb_cv_large_fd_select): needed on mingw, even
nobu
2010-05-26
1
-1
/
+6
*
* configure.in (warnflags): removed -pedantic after all.
nobu
2010-05-21
1
-1
/
+0
*
* configure.in: fixed typo.
nobu
2010-05-21
1
-1
/
+1
*
* configure.in (warnflags): add -pedantic if gcc.
nobu
2010-05-21
1
-0
/
+1
*
* configure.in (LIBRUBYARG_SHARED): shared library will not be
nobu
2010-05-21
1
-3
/
+5
*
* ruby.c (ruby_init_loadpath_safe): use real path for non-shared
nobu
2010-05-21
1
-3
/
+2
*
* dln.c (rb_w32_check_imported): check if extension library to be
nobu
2010-05-16
1
-1
/
+1
*
* configure.in: can not load libruby.so if gcc is used with
kanemoto
2010-05-15
1
-6
/
+2
*
* time.c (rb_big_abs_find_minbit): use ffs().
akr
2010-05-12
1
-1
/
+1
*
* configure.in: use AC_TRY_LINK instead of AC_TRY_COMPILE.
naruse
2010-04-17
1
-1
/
+1
*
* configure.in (signbit): signbit is a macro in C99.
mrkn
2010-04-14
1
-1
/
+12
*
* configure.in: can not load libraries if --with-opt-dir is used
kanemoto
2010-04-11
1
-1
/
+1
*
* configure.in: --disable-install-doc should prohibit doxygen.
shyouhei
2010-04-08
1
-0
/
+1
*
* configure.in (Makefile): reverted r27244.
nobu
2010-04-07
1
-6
/
+4
*
Fix previous commit.
naruse
2010-04-07
1
-1
/
+4
*
* configure.in (Makefile): qoute init-commands.
nobu
2010-04-07
1
-4
/
+3
*
* configure.in: test localtime(3) overflow. [ruby-dev:40910]
akr
2010-04-06
1
-0
/
+42
*
* include/ruby/ruby.h: replace snprintf and vsnprintf by
naruse
2010-04-04
1
-4
/
+1
*
Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"
naruse
2010-03-29
1
-1
/
+4
*
* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):
naruse
2010-03-28
1
-4
/
+1
*
* configure.in (ruby_version): needs runnable CPP.
nobu
2010-03-24
1
-12
/
+14
*
* configure.in: revert the previous commit, which seemed to break make
mame
2010-03-24
1
-13
/
+12
*
* configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]
nobu
2010-03-24
1
-12
/
+13
*
* configure.in (RMDIRS): use rmdir -p if possible.
nobu
2010-03-22
1
-1
/
+6
*
* configure.in (RUBY_EXEC_PREFIX): added to config.h.
nobu
2010-03-17
1
-1
/
+12
*
* configure.in (RSHIFT): parenthesize the argument of cast instead
nobu
2010-03-16
1
-2
/
+2
*
* missing/signbit.c: added.
nobu
2010-03-11
1
-2
/
+2
*
* configure.in: check if target_archs has changed.
nobu
2010-03-11
1
-27
/
+21
*
* configure.in (mingw): do not detect snprintf/vsnprintf.
wanabe
2010-03-01
1
-1
/
+4
*
* configure.in (RSHIFT): add parenthesis to supress warning.
akr
2010-02-26
1
-2
/
+2
*
* confiure.in: new --with-ext and --with-out-ext options for extmk.
muraken
2010-02-18
1
-0
/
+6
*
* file.c (rb_group_member): renamed from group_member.
akr
2010-02-16
1
-1
/
+1
*
* configure.in: check pthread_attr_getstack to prevent obsolete
matz
2010-02-08
1
-1
/
+1
*
* configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
naruse
2010-02-04
1
-0
/
+1
*
* configure.in: check for non-portable stack attribute functions.
nobu
2010-02-03
1
-1
/
+4
*
* configure.in: some tidy.
nobu
2010-02-03
1
-33
/
+28
*
* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should be
nobu
2010-01-29
1
-0
/
+1
*
* configure.in (mingw): needs $(DEFFILE) for extension libraries.
nobu
2010-01-29
1
-0
/
+2
*
* configure.in: test unsetenv returns a value.
akr
2010-01-26
1
-0
/
+10
*
* configure.in (RUBY_ARCHLIB): moved to version.c.
nobu
2010-01-25
1
-7
/
+0
*
* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.
nobu
2010-01-25
1
-6
/
+0
*
* configure.in: add missing comma.
naruse
2010-01-22
1
-1
/
+1
*
* configure.in: some tidy.
shyouhei
2010-01-21
1
-127
/
+43
*
* configure.in: use AS_CASE instead of when, to get rid of
nobu
2010-01-21
1
-504
/
+440
*
* configure.in: check for if struct timezone is defined.
nobu
2010-01-12
1
-0
/
+7
[prev]
[next]