aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: --with-vendor-hdrdir implemented.akr2007-11-031-0/+6
* * configure.in: --with-vendordir implemented.akr2007-11-031-0/+22
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-1/+7
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-14/+0
* * configure.in: Turn on --enable-pthread by default for FreeBSDknu2007-10-051-25/+22
* * configure.in (group_member): check if presents.nobu2007-08-231-1/+4
* * configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban2007-08-161-0/+1
* * configure.in (BASERUBY): check if base ruby is runnable first.nobu2007-08-161-17/+18
* * configure.in (aix): enable shared by default.nobu2007-08-161-5/+5
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-071-3/+3
* change --enable-valgrind to --with-valgrind.akr2007-07-141-2/+2
* * configure.in: add --enable-valgrind.akr2007-07-141-0/+4
* * configure.in: add fastcall attribute check.ko12007-06-291-0/+1
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-121-2/+3
* * include/ruby: moved public headers.nobu2007-06-101-5/+22
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-17/+14
* * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu2007-04-201-4/+4
* * configure.in (Makefile): remove $U for automake from MISSING.nobu2007-04-171-1/+3
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-171-25/+14
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-191-2/+2
* * configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban2007-02-281-0/+1
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-0/+5
* * configure.in (--enable-auto-image-base): avoid the neccessity toeban2007-02-271-1/+1
* * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban2007-02-271-0/+1
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-191-35/+29
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-181-4/+40