| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Makefile.in: miniruby is not needed for cross compile. | nobu | 2004-03-04 | 1 | -1/+1 |
* | * configure.in: check functions, fork spawnv. | nobu | 2004-02-16 | 1 | -1/+1 |
* | * configure.in: set ac_cv_func_link to yes to enable link() on MinGW. | eban | 2004-02-12 | 1 | -0/+1 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 1 | -0/+11 |
* | * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix. | eban | 2004-01-30 | 1 | -0/+5 |
* | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -3/+1 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -1/+1 |
* | * configure.in: Interix(SFU) support. | eban | 2004-01-21 | 1 | -7/+4 |
* | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -2/+2 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -3/+3 |
* | * configure.in (RDOCTARGET): new macro. if you want to install | eban | 2004-01-08 | 1 | -0/+10 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 1 | -1/+1 |
* | * configure.in: fix "test: too many arguments" error. | eban | 2003-12-27 | 1 | -6/+6 |
* | * io.c (rb_f_backquote): need not to check nil result. | 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 |
* | * pack.c (pack_pack): remove unnecessary negative value check. | matz | 2003-12-23 | 1 | -1/+1 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -4/+11 |
* | * configure.in (mingw): set isnan, finite and isinf to yes. | eban | 2003-12-22 | 1 | -0/+3 |
* | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz | 2003-12-20 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz | 2003-12-17 | 1 | -28/+11 |
* | * configure.in: check ucontext.h. | nobu | 2003-12-13 | 1 | -1/+2 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -1/+1 |
* | * io.c (flush_before_seek): flush before seek on any platform. | eban | 2003-12-06 | 1 | -4/+4 |
* | * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found | matz | 2003-12-03 | 1 | -0/+4 |
* | * configure.in: should put getcwd in AC_CHECK_FUNCS, not | eban | 2003-11-30 | 1 | -2/+2 |
* | * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. | eban | 2003-11-30 | 1 | -9/+6 |
* | * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, | eban | 2003-11-30 | 1 | -82/+79 |
* | * configure.in: change default value of --enable-pthread (default: no) | nagai | 2003-11-25 | 1 | -2/+2 |
* | * configure.in: set enable_pthread to no on MinGW. | eban | 2003-11-22 | 1 | -1/+1 |
* | * configure.in: add --enable-pthread option (default: yes) | nagai | 2003-11-22 | 1 | -32/+38 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -51/+64 |
* | * check existence of "pthread.h" | nagai | 2003-11-20 | 1 | -1/+1 |
* | * configure.in: don't find the Cygwin's pthread library on MinGW. | eban | 2003-11-20 | 1 | -0/+1 |
* | * configure.in: always check existence of the pthread library | nagai | 2003-11-20 | 1 | -41/+47 |
* | * configure.in: improvement of pthread check | nagai | 2003-11-08 | 1 | -5/+44 |
* | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai | 2003-11-05 | 1 | -0/+6 |
* | * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791] | eban | 2003-10-31 | 1 | -1/+4 |
* | * configure.in (AC_CHECK_FUNCS): add setuid and setgid. | gotoyuzo | 2003-09-22 | 1 | -1/+2 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 1 | -0/+12 |
* | * cygwin/GNUmakefile: better --disbale-shared option support. | eban | 2003-08-07 | 1 | -8/+12 |
* | * configure.in (os2-emx): renamed from os2_emx, add flags to | nobu | 2003-07-30 | 1 | -8/+13 |
* | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz | 2003-07-28 | 1 | -1/+1 |
* | * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly | matz | 2003-07-26 | 1 | -1/+1 |
* | * configure.in (AC_C_VOLATILE): check if volatile works. | nobu | 2003-07-24 | 1 | -0/+1 |
* | process.c : unify indentation | nagai | 2003-07-23 | 1 | -0/+7 |
* | process.c, configure.in : | nagai | 2003-07-23 | 1 | -4/+4 |
* | * configure.in (aix): needs ruby.imp even with gcc. | nobu | 2003-07-11 | 1 | -1/+1 |
* | * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel. | matz | 2003-07-07 | 1 | -0/+1 |