Age | Commit message (Expand) | Author |
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 |
2004-06-26 | * configure.in (aix): -b must come at the start of the command line, | nobu |
2004-06-12 | * configure.in (target_os): strip -gnu suffix on Linux. | eban |
2004-06-09 | * config.guess, config.sub: Update to a more recent version as of | knu |
2004-05-20 | * numeric.c (flo_eq): alway check if operands are NaN. | matz |
2004-04-06 | * configure.in: check the size of time_t. | akr |
2004-02-02 | * configure.in: backport from 1.9 for Interix. | eban |
2004-01-12 | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu |
2004-01-08 | * configure.in (RDOCTARGET): new macro. if you want to install | eban |
2004-01-06 | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz |
2003-12-27 | * configure.in: fix "test: too many arguments" error. | eban |
2003-12-26 | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz |
2003-12-26 | * configure.in: check if getcontext and setcontext are available. | nobu |
2003-12-24 | * configure.in: check for nanosleep, -lrt if required. | matz |
2003-12-24 | * configure.in (LDSHARED): Fixed typographical error in assignment of | eban |
2003-12-23 | * pack.c (pack_pack): remove unnecessary negative value check. | matz |
2003-12-22 | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu |
2003-12-22 | * configure.in (mingw): set isnan, finite and isinf to yes. | eban |
2003-12-20 | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz |
2003-12-17 | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz |
2003-12-13 | * configure.in: check ucontext.h. | nobu |
2003-12-11 | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu |
2003-12-06 | * io.c (flush_before_seek): flush before seek on any platform. | eban |
2003-12-03 | * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found | matz |
2003-11-30 | * configure.in: should put getcwd in AC_CHECK_FUNCS, not | eban |
2003-11-30 | * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. | eban |
2003-11-30 | * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, | eban |
2003-11-25 | * configure.in: change default value of --enable-pthread (default: no) | nagai |