summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2007-08-23* configure.in (group_member): check if presents.nobu
2007-08-16* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban
2007-08-16* configure.in (BASERUBY): check if base ruby is runnable first.nobu
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-07-14change --enable-valgrind to --with-valgrind.akr
2007-07-14* configure.in: add --enable-valgrind.akr
2007-06-29* configure.in: add fastcall attribute check.ko1
2007-06-12* configure.in (darwin): prohibit loading extension libraries tonobu
2007-06-10* include/ruby: moved public headers.nobu
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-04-20* configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu
2007-04-17* configure.in (Makefile): remove $U for automake from MISSING.nobu
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-03-19* missing/{strlcat,strlcpy}.c, missing.h: new functions.usa
2007-02-28* configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban
2007-02-28* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu
2007-02-27* configure.in (--enable-auto-image-base): avoid the neccessity toeban
2007-02-27* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban
2007-02-19* configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-14* configure.in: change stack limit to 2MB from 32MB.ko1
2007-01-23* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa
2006-12-31 * Merge YARVko1
2006-12-05* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban
2006-10-30* Makefile.in (miniruby): add XLDFLAGS.nobu
2006-10-22*** empty log message ***matz
2006-08-12* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-07-26* configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz
2006-07-25* configure.in: suppress warnings by automake 1.8 or later.nobu
2006-07-17* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu
2006-07-17* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban
2006-07-17* configure.in: set ac_cv_func_dlopen=no on MinGW.eban
2006-07-06* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu
2006-07-01* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz
2006-06-30* configure.in: should test isinf for Solaris with GCC compiler.matz
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-24* configure.in (ac_install_sh): ignore dummy install-sh.nobu
2006-02-02* configure.in: The isinf is not regognized by autoconfocean
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2006-01-22* eval.c (ruby_setjmp): workaround for FreeBSD/i386akr
2006-01-05* configure.in: don't force getcontext on IA64.akr
2005-12-27update previous change.akr
2005-12-27* configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr
2005-11-11* configure.in (socketpair): need to be checked.nobu
2005-11-11* configure.in, eval.c, intern.h: check fd_mask type.nobu
2005-11-10* configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean