Age | Commit message (Expand) | Author |
2007-08-15 | * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris. | shyouhei |
2006-12-06 | backport from ruby_1_8 | eban |
2006-08-08 | * Makefile.in, common.mk, configure.in: fix for platforms without | usa |
2006-08-07 | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz |
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 a | nobu |
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 to | nobu |
2006-06-30 | * configure.in: should test isinf for Solaris with GCC compiler. | 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-14 | * configure.in: check sizeof(rlim_t). | akr |
2006-06-07 | * configure.in: add new configure option `--with-winsock2' for mingw. | usa |
2006-05-24 | * configure.in (ac_install_sh): ignore dummy install-sh. | nobu |
2006-03-20 | * configure.in: Solaris SunPro compiler -rapth patch from | matz |
2006-03-20 | * configure.in: remove enable_rpath=no for Solaris. | matz |
2006-02-20 | * configure.in (mingw): have link. | usa |
2006-02-02 | * configure.in: The isinf is not regognized by autoconf | ocean |
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): use | nobu |
2005-11-24 | * configure.in (AC_CHECK_FUNCS): need to check link(). | usa |
2005-11-10 | * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns | ocean |
2005-10-31 | * configure.in: use proper option for Sun linker. A patch from | matz |
2005-10-25 | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu |
2005-10-24 | * configure.in, io.c: use sys/syscall.h if syscall.h is not available. | nobu |
2005-09-06 | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz |
2005-05-15 | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu |
2005-05-14 | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu |
2005-04-16 | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu |
2005-04-13 | * configure.in (mingw32): extract msvcr*.dll from objdump result. | eban |
2005-04-13 | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu |
2005-04-02 | * configure.in (CP, INSTALL): get rid of less portable options. | nobu |
2005-03-30 | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu |
2005-03-25 | * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of | eban |
2005-01-31 | * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460] | nobu |
2005-01-17 | * configure.in (aix): fix typo. [ruby-talk:126401] | nobu |
2004-12-22 | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu |
2004-12-19 | * configure.in (disable-rpath): typo fix. | nobu |
2004-12-19 | * configure.in (enable_rpath): use rpath flag to embed the library | nobu |
2004-11-23 | * io.c (io_read): [ruby-dev:24952] | matz |
2004-11-22 | * file.c (rb_file_chown): integer conversion should be prior to | matz |
2004-11-07 | * configure.in: add setup for mignw32 cross compiling. | eban |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
2004-08-30 | * configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051] | eban |
2004-08-11 | * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix. | eban |
2004-06-28 | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu |
2004-06-26 | * configure.in (TRY_LINK): export. | nobu |