aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: miniruby is not needed for cross compile.nobu2004-03-041-1/+1
* * configure.in: check functions, fork spawnv.nobu2004-02-161-1/+1
* * configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban2004-02-121-0/+1
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-0/+11
* * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.eban2004-01-301-0/+5
* * configure.in (DLEXT2): removed. Ruby does not treateban2004-01-291-3/+1
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-1/+1
* * configure.in: Interix(SFU) support.eban2004-01-211-7/+4
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-2/+2
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-101-3/+3
* * configure.in (RDOCTARGET): new macro. if you want to installeban2004-01-081-0/+10
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-1/+1
* * configure.in: fix "test: too many arguments" error.eban2003-12-271-6/+6
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-261-1/+4
* * configure.in: check if getcontext and setcontext are available.nobu2003-12-261-40/+31
* * configure.in: check for nanosleep, -lrt if required.matz2003-12-241-0/+4
* * configure.in (LDSHARED): Fixed typographical error in assignment ofeban2003-12-241-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-1/+1
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-4/+11
* * configure.in (mingw): set isnan, finite and isinf to yes.eban2003-12-221-0/+3
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-1/+1
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-28/+11
* * configure.in: check ucontext.h.nobu2003-12-131-1/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * io.c (flush_before_seek): flush before seek on any platform.eban2003-12-061-4/+4
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-0/+4
* * configure.in: should put getcwd in AC_CHECK_FUNCS, noteban2003-11-301-2/+2
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-301-9/+6
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-301-82/+79
* * configure.in: change default value of --enable-pthread (default: no)nagai2003-11-251-2/+2
* * configure.in: set enable_pthread to no on MinGW.eban2003-11-221-1/+1
* * configure.in: add --enable-pthread option (default: yes)nagai2003-11-221-32/+38
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-51/+64
* * check existence of "pthread.h"nagai2003-11-201-1/+1
* * configure.in: don't find the Cygwin's pthread library on MinGW.eban2003-11-201-0/+1
* * configure.in: always check existence of the pthread librarynagai2003-11-201-41/+47
* * configure.in: improvement of pthread checknagai2003-11-081-5/+44
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+6
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-1/+4
* * configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo2003-09-221-1/+2
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-0/+12
* * cygwin/GNUmakefile: better --disbale-shared option support.eban2003-08-071-8/+12
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-301-8/+13
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * configure.in (AC_C_VOLATILE): check if volatile works.nobu2003-07-241-0/+1
* process.c : unify indentationnagai2003-07-231-0/+7
* process.c, configure.in :nagai2003-07-231-4/+4
* * configure.in (aix): needs ruby.imp even with gcc.nobu2003-07-111-1/+1
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+1