summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2004-04-25* configure.in (ac_cv_func_fork): set to no on DJGPP.eban
2004-04-06* configure.in: check the size of time_t.akr
2004-03-25* common.mk, */Makefile.sub (lib, dll): phony targets.nobu
2004-03-21* Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu
2004-03-12* configure.in (rb_cv_noreturn): default for platforms not supportnobu
2004-03-06* configure.in (PREP): ./miniruby and miniruby are distinguished bynobu
2004-03-04* Makefile.in: miniruby is not needed for cross compile.nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-12* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-30* configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.eban
2004-01-29* configure.in (DLEXT2): removed. Ruby does not treateban
2004-01-21* configure.in: check availability of link(). [ruby-dev:22237]siena
2004-01-21* configure.in: Interix(SFU) support.eban
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-10* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2004-01-08* configure.in (RDOCTARGET): new macro. if you want to installeban
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-27* configure.in: fix "test: too many arguments" error.eban
2003-12-26* io.c (rb_f_backquote): need not to check nil result.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 ofeban
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.hnobu
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 contextmatz
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-13* configure.in: check ucontext.h.nobu
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
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 foundmatz
2003-11-30* configure.in: should put getcwd in AC_CHECK_FUNCS, noteban
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
2003-11-22* configure.in: set enable_pthread to no on MinGW.eban
2003-11-22* configure.in: add --enable-pthread option (default: yes)nagai
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-20* check existence of "pthread.h"nagai
2003-11-20* configure.in: don't find the Cygwin's pthread library on MinGW.eban
2003-11-20* configure.in: always check existence of the pthread librarynagai
2003-11-08* configure.in: improvement of pthread checknagai
2003-11-05configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai
2003-10-31* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban
2003-09-22* configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo
2003-08-15* configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu
2003-08-07* cygwin/GNUmakefile: better --disbale-shared option support.eban
2003-07-30* configure.in (os2-emx): renamed from os2_emx, add flags tonobu
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz