| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 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 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form | nobu | 2005-10-11 | 1 | -1/+1 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -0/+3 |
* | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa | 2005-08-03 | 1 | -0/+2 |
* | * configure.in: check vsnprintf() and snprintf(). | nobu | 2005-08-03 | 1 | -1/+1 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -2/+1 |
* | * configure.in: check select_large_fdset. | akr | 2005-07-02 | 1 | -1/+1 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -1/+1 |
* | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr | 2005-06-09 | 1 | -2/+3 |
* | * 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_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -9/+38 |
* | * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improve | nobu | 2005-04-20 | 1 | -0/+18 |
* | * 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 |
* | * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of | eban | 2005-03-25 | 1 | -1/+1 |
* | * configure.in, lib/mkmf.rb: use simple commands if available. | nobu | 2005-02-22 | 1 | -0/+7 |
* | * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): use | usa | 2005-02-10 | 1 | -2/+2 |
* | * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460] | nobu | 2005-01-31 | 1 | -4/+3 |
* | * Makefile.in, configure.in: made EXTOUT configurable. | nobu | 2005-01-31 | 1 | -0/+1 |
* | * configure.in (aix): fix typo. [ruby-talk:126401] | nobu | 2005-01-17 | 1 | -1/+1 |
* | * configure.in (HAVE_RLIM_T): removed because not used. | akr | 2004-12-30 | 1 | -14/+0 |
* | * 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 |
* | * configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS. | akr | 2004-12-17 | 1 | -0/+2 |
* | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr | 2004-12-07 | 1 | -65/+0 |
* | * configure.in: check -lsocket for socketpair and shutdown. | akr | 2004-12-06 | 1 | -0/+1 |
* | * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP. | eban | 2004-12-06 | 1 | -0/+1 |
* | * configure.in: AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fix | akr | 2004-11-25 | 1 | -1/+2 |
* | * configure.in: AC_PREREQ(2.53) [ruby-core:03800] | matz | 2004-11-25 | 1 | -1/+1 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -3/+0 |
* | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-19 | 1 | -0/+3 |
* | * configure.in: check rlim_t more portably. [ruby-core:3735] | akr | 2004-11-15 | 1 | -6/+30 |
* | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr | 2004-11-14 | 1 | -1/+8 |