aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-201-8/+12
* * configure.in (ftruncate): check if available.nobu2008-02-141-2/+2
* * configure.in (sigsetmask): check when signal semantics is not POSIX.nobu2008-02-141-1/+2
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-091-1/+1
* * math.c (math_gamma): new method Math.gamma.akr2008-02-071-1/+2
* * configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu2008-02-041-1/+1
* * configure.in (darwin): disabled fat-binary support which confusesnobu2008-02-021-0/+2
* * configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu2008-02-011-1/+4
* * configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu2008-02-011-3/+9
* * configure.in, common.mk: fix rule for dmytranscode.o.naruse2008-01-291-1/+1
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-221-1/+1
* * configure.in (sigsetjmp): check if available.nobu2008-01-191-1/+1
* * configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu2008-01-191-6/+1
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-141-1/+1
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-141-1/+1
* * configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu2008-01-111-1/+1
* * configure.in: moved broken syscall checks from process.c etc.nobu2008-01-111-1/+15
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-1/+1
* * missing/strcasecmp.c: removed. Ruby don't use locale dependentakr2008-01-021-1/+1
* * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu2007-12-301-1/+1
* * configure.in: rm largefile.h.naruse2007-12-301-0/+1
* * ext/socket/socket.c: a patch to support IRIX from Andrewmatz2007-12-271-1/+1
* * configure.in (TIMEZONE_VOID): typo.nobu2007-12-251-1/+1
* * configure.in (BASERUBY): delayed error until BASERUBY is used.nobu2007-12-251-1/+1
* * configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu2007-12-241-6/+6
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-0/+2
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-0/+41
* * configure.in: check langinfo.h and locale.h.akr2007-12-211-1/+1
* * configure.in: add libthr for FreeBSD.ko12007-12-201-1/+1
* * configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu2007-12-191-0/+11
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-171-3/+0
* * configure.in (MAKEFILES): removed enc/Makefile.nobu2007-12-171-1/+1
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-171-24/+2
* * Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu2007-12-171-1/+1
* * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu2007-12-161-1/+1
* * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu2007-12-151-1/+1
* * configure.in (BUILTIN_ENCS): splitted command line instead ofnobu2007-12-151-1/+3
* * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu2007-12-151-1/+1
* * configure.in (enc/Makefile): add external encoding objects list.nobu2007-12-151-1/+32
* * lib/mkmf.rb (try_var): should fail for functions.nobu2007-12-141-3/+4
* * configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu2007-12-141-2/+26
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-3/+17
* * configure.in: no need to set ac_cv_func_isinf=yes on non-gccakr2007-11-131-5/+0
* * numeric.c (flodivmod): work around for inifinity.nobu2007-11-131-1/+1
* * configure.in (MINIDLNOBJS): removed.akr2007-11-121-8/+5
* forgot to commit.akr2007-11-121-5/+5
* * configure.in (DLNOBJS): defined.akr2007-11-121-0/+5
* * configure.in, common.mk, Makefile.in: don't generateakr2007-11-101-3/+0
* * common.mk, Makefile.in: generate libminiruby-static.a akr2007-11-101-0/+3
* * win32/Makefile.sub: vendor_ruby support.usa2007-11-041-1/+0