| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * string.c (RESIZE_CAPA): check string attribute before modifying | matz | 2004-10-27 | 1 | -1/+1 |
* | * configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051] | eban | 2004-08-30 | 1 | -13/+5 |
* | * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix. | eban | 2004-08-11 | 1 | -2/+1 |
* | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu | 2004-06-28 | 1 | -1/+1 |
* | * configure.in (TRY_LINK): export. | nobu | 2004-06-26 | 1 | -0/+1 |
* | * configure.in (aix): -b must come at the start of the command line, | nobu | 2004-06-26 | 1 | -2/+5 |
* | * configure.in (target_os): strip -gnu suffix on Linux. | eban | 2004-06-12 | 1 | -1/+1 |
* | * config.guess, config.sub: Update to a more recent version as of | knu | 2004-06-09 | 1 | -2/+4 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -0/+2 |
* | * configure.in: check the size of time_t. | akr | 2004-04-06 | 1 | -0/+1 |
* | * configure.in: backport from 1.9 for Interix. | eban | 2004-02-02 | 1 | -7/+9 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-12 | 1 | -3/+3 |
* | * configure.in (RDOCTARGET): new macro. if you want to install | eban | 2004-01-08 | 1 | -0/+10 |
* | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz | 2004-01-06 | 1 | -1/+1 |
* | * configure.in: fix "test: too many arguments" error. | eban | 2003-12-27 | 1 | -6/+6 |
* | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz | 2003-12-26 | 1 | -1/+4 |
* | * configure.in: check if getcontext and setcontext are available. | nobu | 2003-12-26 | 1 | -40/+31 |
* | * configure.in: check for nanosleep, -lrt if required. | matz | 2003-12-24 | 1 | -0/+4 |
* | * configure.in (LDSHARED): Fixed typographical error in assignment of | eban | 2003-12-24 | 1 | -1/+1 |