| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in, defines.h, eval.c (rb_feature_p, rb_provided, | knu | 2007-02-19 | 1 | -19/+13 |
* | * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a | knu | 2007-02-10 | 1 | -0/+5 |
* | * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on | eban | 2006-12-06 | 1 | -1/+1 |
* | * Makefile.in (miniruby): add XLDFLAGS. | nobu | 2006-10-30 | 1 | -16/+13 |
* | * configure.in: alloca is broken; use C_ALLOCA instead. | matz | 2006-10-22 | 1 | -1/+11 |
* | fix previous change. | akr | 2006-09-01 | 1 | -1/+1 |
* | * common.mk, configure.in, defines.h, eval.c, gc.c, main.c, | akr | 2006-09-01 | 1 | -10/+51 |
* | * Makefile.in, common.mk, configure.in: fix for platforms without | usa | 2006-08-08 | 1 | -0/+4 |
* | * 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 |
* | * configure.in: should test isinf for Solaris with GCC compiler. | matz | 2006-06-30 | 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 |
* | * configure.in: check sizeof(rlim_t). | akr | 2006-06-14 | 1 | -1/+22 |
* | * configure.in: add new configure option `--with-winsock2' for mingw. | usa | 2006-06-07 | 1 | -1/+14 |
* | * configure.in (ac_install_sh): ignore dummy install-sh. | nobu | 2006-05-24 | 1 | -0/+1 |
* | * configure.in: Solaris SunPro compiler -rapth patch from | matz | 2006-03-20 | 1 | -1/+5 |
* | * configure.in: remove enable_rpath=no for Solaris. | matz | 2006-03-20 | 1 | -2/+0 |
* | * configure.in (mingw): have link. | usa | 2006-02-20 | 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 |
* | * configure.in (AC_CHECK_FUNCS): need to check link(). | usa | 2005-11-24 | 1 | -7/+7 |
* | * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns | ocean | 2005-11-10 | 1 | -1/+1 |
* | * configure.in: use proper option for Sun linker. A patch from | matz | 2005-10-31 | 1 | -1/+5 |
* | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu | 2005-10-25 | 1 | -1/+11 |
* | * configure.in, io.c: use sys/syscall.h if syscall.h is not available. | nobu | 2005-10-24 | 1 | -1/+1 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -0/+3 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -1/+1 |
* | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu | 2005-05-15 | 1 | -2/+5 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -1/+2 |
* | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu | 2005-04-16 | 1 | -1/+1 |
* | * configure.in (mingw32): extract msvcr*.dll from objdump result. | eban | 2005-04-13 | 1 | -2/+2 |
* | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu | 2005-04-13 | 1 | -2/+15 |
* | * configure.in (CP, INSTALL): get rid of less portable options. | nobu | 2005-04-02 | 1 | -2/+2 |
* | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu | 2005-03-30 | 1 | -3/+27 |
* | * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of | eban | 2005-03-25 | 1 | -1/+1 |
* | * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460] | nobu | 2005-01-31 | 1 | -4/+3 |
* | * configure.in (aix): fix typo. [ruby-talk:126401] | nobu | 2005-01-17 | 1 | -1/+1 |
* | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu | 2004-12-22 | 1 | -9/+6 |
* | * configure.in (disable-rpath): typo fix. | nobu | 2004-12-19 | 1 | -1/+1 |
* | * configure.in (enable_rpath): use rpath flag to embed the library | nobu | 2004-12-19 | 1 | -23/+26 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -3/+0 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -0/+3 |
* | * configure.in: add setup for mignw32 cross compiling. | eban | 2004-11-07 | 1 | -0/+5 |