index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
* common.mk (Doxyfile): moved from Makefile.in.
nobu
2009-02-02
1
-1
/
+0
*
strip trailing spaces.
akr
2009-02-02
1
-5
/
+5
*
* configure.in (optflags): defaulted to -O3 to get rid of slug of
nobu
2009-01-31
1
-1
/
+1
*
* configure.in (BASERUBY): erases RUBYOPT at the test.
nobu
2009-01-29
1
-1
/
+1
*
* configure.in (OBJCOPY): not used on Windows.
nobu
2009-01-29
1
-0
/
+5
*
* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and
nobu
2009-01-25
1
-0
/
+2
*
* Makefile.in (miniruby): renames and then removes, to get rid of
nobu
2009-01-20
1
-1
/
+2
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.
nobu
2009-01-19
1
-2
/
+2
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.
nobu
2009-01-19
1
-6
/
+5
*
* configure.in (VCSUP): fixed the cases for git-svn or git.
yugui
2009-01-17
1
-2
/
+2
*
* configure.in (darwin): get rid of strange settings issue of
nobu
2009-01-17
1
-0
/
+8
*
* configure.in (Makefile): set VCS and VCSUP.
nobu
2009-01-16
1
-1
/
+14
*
* configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed
nobu
2009-01-16
1
-11
/
+29
*
* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
nobu
2009-01-15
1
-0
/
+1
*
* configure.in (cygwin): needs properly implemented nl_langinfo().
nobu
2009-01-05
1
-1
/
+2
*
* encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses
nobu
2009-01-04
1
-1
/
+2
*
* configure.in (Makefile): removes GNU make specific files on
nobu
2008-12-24
1
-0
/
+2
*
* configure.in (HAVE_LONG_LONG, HAVE_OFF_T): revised for autoconf
nobu
2008-12-24
1
-3
/
+2
*
* configure.in (OBJDUMP, OBJCOPY): autoconf list is not comma
nobu
2008-12-23
1
-8
/
+9
*
* Doxyfile.in: new file. Template of a configuration file for
yugui
2008-12-22
1
-0
/
+4
*
* configure.in (mingw): no longer uses snprintf and vsnprintf of
nobu
2008-12-22
1
-2
/
+0
*
* configure.in (OBJDUMP, OBJCOPY):
yugui
2008-12-17
1
-2
/
+3
*
* configure.in (ac_cv_func_daemon): daemon(3) is deprecated on Mac OS
nobu
2008-12-16
1
-0
/
+1
*
* configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Mac
nobu
2008-12-16
1
-1
/
+1
*
* complex.c (nucomp_canonicalization): renamed.
tadf
2008-12-12
1
-0
/
+3
*
* configure.in (rb_version): greps only the line that defines version.
nobu
2008-12-12
1
-1
/
+1
*
* configure.in (LIBPATHFLAG): commit miss.
nobu
2008-12-07
1
-6
/
+6
*
* configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG
nobu
2008-12-07
1
-2
/
+6
*
* Makefile.in (LIBRUBY_SO): localizes non-public symbols.
nobu
2008-12-07
1
-1
/
+3
*
* signal.c (register_sigaltstack): use alternative stack for
matz
2008-11-21
1
-1
/
+1
*
* configure.in (LIBRUBYARG_STATIC): fixed for --enable-rpath.
nobu
2008-11-16
1
-2
/
+4
*
* configure.in (LDSHARED): do not suppress debug info if higher debug
nobu
2008-11-15
1
-1
/
+1
*
* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
kazu
2008-11-11
1
-1
/
+1
*
* configure.in: detect stdio buffer pointers for uClibc. a patch
matz
2008-11-07
1
-0
/
+2
*
* configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD
knu
2008-10-29
1
-15
/
+0
*
* configure.in (dln-a-out): cannot make shared library nor work with
nobu
2008-10-29
1
-1
/
+10
*
* configure.in ($MANTYPE): followed ruby.1, which had moved.
yugui
2008-10-25
1
-1
/
+1
*
* configure.in (sitedir): considers --program-prefix and
yugui
2008-10-24
1
-4
/
+4
*
* configure.in (uncommon.mk): ignores failures at loading.
nobu
2008-10-17
1
-1
/
+1
*
* configure.in: applied OS/2 support patch from Brendan Oakley
matz
2008-09-19
1
-2
/
+2
*
* dln.c: newer BeOS support. a patch from Pete Goodeve
matz
2008-09-19
1
-2
/
+5
*
* configure.in (XLDFLAGS): added --enable-auto-import for cygwin and
nobu
2008-09-07
1
-1
/
+3
*
* configure.in: Mac OS X's crypt(2) is broken with invalid salt.
kazu
2008-09-07
1
-0
/
+20
*
* configure.in (BUILTIN_TRANSSRCS): defined.
akr
2008-08-24
1
-0
/
+12
*
* configure.in (gmtime_r): check if reentrant versions are available.
nobu
2008-08-22
1
-1
/
+1
*
* configure.in: always check timezone().
shugo
2008-08-20
1
-12
/
+10
*
* configure.in: removed strftime from AC_REPLACE_FUNCS().
shugo
2008-08-20
1
-1
/
+1
*
* configure.in (gnumake): check for GNU make.
nobu
2008-08-14
1
-4
/
+33
*
* configure.in (rb_cv_gcc_function_alias): checks alias attribute.
nobu
2008-08-13
1
-0
/
+17
*
* configure.in (rb_cv_broken_glibc_ia64_erfc): renamed from
akr
2008-08-11
1
-5
/
+5
[next]