summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2008-02-20* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu
2008-02-14* configure.in (ftruncate): check if available.nobu
2008-02-14* configure.in (sigsetmask): check when signal semantics is not POSIX.nobu
2008-02-09* math.c (math_cbrt): new method Math.cbrt.akr
2008-02-07* math.c (math_gamma): new method Math.gamma.akr
2008-02-04* configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu
2008-02-02* configure.in (darwin): disabled fat-binary support which confusesnobu
2008-02-01* configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu
2008-02-01* configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu
2008-01-29* configure.in, common.mk: fix rule for dmytranscode.o.naruse
2008-01-22* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-19* configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu
2008-01-14* common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu
2008-01-14* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz
2008-01-11* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu
2008-01-11* configure.in: moved broken syscall checks from process.c etc.nobu
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-02* missing/strcasecmp.c: removed. Ruby don't use locale dependentakr
2007-12-30* trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu
2007-12-30* configure.in: rm largefile.h.naruse
2007-12-27* ext/socket/socket.c: a patch to support IRIX from Andrewmatz
2007-12-25* configure.in (TIMEZONE_VOID): typo.nobu
2007-12-25* configure.in (BASERUBY): delayed error until BASERUBY is used.nobu
2007-12-24* configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu
2007-12-24* Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu
2007-12-22* common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu
2007-12-21* configure.in: check langinfo.h and locale.h.akr
2007-12-20* configure.in: add libthr for FreeBSD.ko1
2007-12-19* configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu
2007-12-17* configure.in (BUILTIN_ENCS): removed.nobu
2007-12-17* configure.in (MAKEFILES): removed enc/Makefile.nobu
2007-12-17* configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu
2007-12-17* Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu
2007-12-16* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu
2007-12-15* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu
2007-12-15* configure.in (BUILTIN_ENCS): splitted command line instead ofnobu
2007-12-15* configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-12-14* configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-13* configure.in: no need to set ac_cv_func_isinf=yes on non-gccakr
2007-11-13* numeric.c (flodivmod): work around for inifinity.nobu
2007-11-12* configure.in (MINIDLNOBJS): removed.akr
2007-11-12forgot to commit.akr
2007-11-12* configure.in (DLNOBJS): defined.akr
2007-11-10* configure.in, common.mk, Makefile.in: don't generateakr
2007-11-10* common.mk, Makefile.in: generate libminiruby-static.a akr
2007-11-04 * win32/Makefile.sub: vendor_ruby support.usa