aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-201-0/+3
* * configure.in (MANGLED_PATH): disabled on cygwin and mingw.nobu2009-07-161-1/+0
* * Doxyfile.in: removed. merged into template/Doxyfile.templateyugui2009-06-291-0/+3
* * configure.in (ruby_version): defaults revision to 0 when nonobu2009-06-231-0/+1
* * configure.in: remove PACKAGE_* macros generated by autotools.nobu2009-06-231-6/+2
* * io.c (rb_io_fdatasync): new method IO#fdatasync.nobu2009-06-221-2/+2
* * configure.in (ridir, RI_BASE_NAME): fixed for path expansion.nobu2009-06-171-1/+2
* * configure.in (THREAD_MODEL): reject unknown value and checksnobu2009-05-271-1/+12
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-1/+9
* * config.guess: moved into tool/.yugui2009-05-221-1/+2
* * instruby.rb: moved into tool/.yugui2009-05-221-1/+1
* * configure.in (ruby_version): now version.h includesnobu2009-05-161-1/+1
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-15/+33
* * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu2009-05-051-4/+4
* * configure.in (ruby_version): uses sed instead of grep if thenobu2009-04-271-1/+1
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-251-1/+8
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-211-1/+1
* * configure.in (Makefile): phoeny ruby target needs empty command.nobu2009-04-101-1/+1
* * configure.in (Makefile): info-program needs common.mk.nobu2009-04-091-2/+3
* * configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu2009-04-091-2/+4
* * configure.in: don't override the rule for ruby.akr2009-04-091-1/+1
* * configure.in (LIBRUBY_SO): removed redundant additional versionnobu2009-04-081-3/+3
* * common.mk (info): shows configured names.nobu2009-04-071-2/+2
* * configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu2009-04-071-1/+1
* * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu2009-04-071-0/+2
* * configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT.nobu2009-04-061-2/+2
* * configure.in (RUBY_DEFINT): should pass includes tonobu2009-04-061-4/+5
* * configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu2009-04-061-4/+4
* * configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu2009-04-061-5/+6
* * configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu2009-04-061-9/+21
* * configure.in (rb_cv_fork_with_pthread): fail if the child processakr2009-04-011-0/+2
* * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu2009-04-011-2/+2
* * configure.in: fixed the help strings for the header and librarynobu2009-03-311-25/+31
* * configure.in (target_alias): replaces cpu with universal too.nobu2009-03-241-0/+5
* * configure.in (RUBY_CHECK_SIZEOF): need to include $4.nobu2009-03-241-3/+4
* * configure.in (libprefix): must not append "lib" after $(libdir),nobu2009-03-201-2/+2
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-191-48/+39
* * configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.akr2009-03-131-1/+1
* * configure.in (CFLAGS, CXXFLAGS): moved after warnflags.nobu2009-03-131-2/+3
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-0/+1
* * configure.in (struct stat.st_size): may be huge.nobu2009-03-131-0/+1
* * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, nonobu2009-03-121-12/+16
* * configure.in (warnflags): added some default flags,nobu2009-03-111-1/+16
* * configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu2009-03-111-11/+22
* * configure.in: strip spaces from ruby_version.akr2009-03-111-1/+1
* * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu2009-03-091-0/+1
* * configure.in (MINIRUBY): keep macro into Makefile.nobu2009-03-091-1/+1
* * configure.in (RUBY_CHECK_SIZEOF): fix for fallback.nobu2009-03-091-5/+7
* * configure.in (load_relative): new option to enable load pathnobu2009-03-091-1/+19
* * configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu2009-03-081-21/+80