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