aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (ARCHFILE): set even unless --enable-shared onnobu2003-01-151-1/+1
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-101-16/+17
* * configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu2003-01-091-1/+1
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-15/+29
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-041-1/+1
* * configure.in: better DJGPP support. add GNUmakefile.eban2003-01-011-0/+4
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-311-3/+7
* * configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS.eban2002-12-261-3/+2
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-2/+2
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-121-7/+14
* WinCE patch mergedmatz2002-12-021-3/+6
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-7/+10
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-30/+0
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-131-1/+0
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-1/+1
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-231-1/+1
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-11/+6
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-35/+72
* * configure.in: use rb_cv_prog_gnu_ld on FreeBSD.eban2002-10-041-2/+2
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-1/+13
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-021-0/+48
* * configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban2002-10-021-1/+3
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-0/+3
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-231-7/+33
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-0/+10
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-1/+4
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-1/+1
* * configure.in (ar): don't check twice for ar.eban2002-08-281-1/+3
* * string.c (rb_str_delete_bang): should check if str->ptr is 0.matz2002-08-281-1/+2
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-2/+1
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-12/+19
* * configure.in: set ac_cv_func__setjump to "no" on Cygwin.eban2002-08-211-1/+3
* * configure.in: remove initstate checking.eban2002-08-021-1/+1
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-1/+1
* * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban2002-06-301-0/+2
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-201-1/+1
* * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban2002-06-111-2/+4
* Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>eban2002-05-221-1/+3
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-071-2/+2
* * configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban2002-05-031-1/+2
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-1/+11
* * configure.in: set size of the initial stack fromeban2002-04-241-1/+1
* * configure.in: AC_INIT should take no argument.eban2002-04-211-1/+1
* * configure.in: version 0.0 -> 1.7.2.eban2002-04-191-1/+1
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-15/+8
* * configure.in: add check for initstate(3).eban2002-04-121-1/+1
* /tmp/lognobu2002-04-121-11/+11
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-1/+1