summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-13* configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban
2003-05-13* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa
2003-03-05* configure.in: better YACC support on HP-UX.eban
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-03-04* configure.in: better HP-UX support.eban
2003-01-20* configure.in (MANTYPE): Detect if the system's nroff(1) groksknu
2003-01-15* configure.in (ARCHFILE): set even unless --enable-shared onnobu
2003-01-10* configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu
2003-01-09* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu
2003-01-09* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu
2003-01-04* configure.in: set rb_cv_need_io_flush_between_seek=yes.usa
2003-01-01* configure.in: better DJGPP support. add GNUmakefile.eban
2002-12-31* configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu
2002-12-26* configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS.eban
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-12* configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban
2002-12-02WinCE patch mergedmatz
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-11-13 * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu
2002-10-24* configure.in (LIBPATHFLAG): avoid $ substitution.nobu
2002-10-23* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu
2002-10-21* configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-04* configure.in: use rb_cv_prog_gnu_ld on FreeBSD.eban
2002-10-04* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban
2002-10-02* configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu
2002-10-02* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* configure.in (RUBY_MINGW32): new macro. check for the MinGWeban
2002-09-15* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-28* configure.in (ar): don't check twice for ar.eban
2002-08-28* string.c (rb_str_delete_bang): should check if str->ptr is 0.matz
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-08-21* configure.in: set ac_cv_func__setjump to "no" on Cygwin.eban
2002-08-02* configure.in: remove initstate checking.eban
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-06-30* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban
2002-06-20* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban
2002-06-11* configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban
2002-05-22Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>eban
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-07* configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban
2002-05-03* configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz