summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2003-11-30* configure.in: should put getcwd in AC_CHECK_FUNCS, noteban
2003-11-30* configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban
2003-11-30* configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban
2003-11-25* configure.in: change default value of --enable-pthread (default: no)nagai
2003-11-22* configure.in: set enable_pthread to no on MinGW.eban
2003-11-22* configure.in: add --enable-pthread option (default: yes)nagai
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-20* check existence of "pthread.h"nagai
2003-11-20* configure.in: don't find the Cygwin's pthread library on MinGW.eban
2003-11-20* configure.in: always check existence of the pthread librarynagai
2003-11-08* configure.in: improvement of pthread checknagai
2003-11-05configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai
2003-10-31* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban
2003-09-22* configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo
2003-08-15* configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu
2003-08-07* cygwin/GNUmakefile: better --disbale-shared option support.eban
2003-07-30* configure.in (os2-emx): renamed from os2_emx, add flags tonobu
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-24* configure.in (AC_C_VOLATILE): check if volatile works.nobu
2003-07-23process.c : unify indentationnagai
2003-07-23process.c, configure.in :nagai
2003-07-11* configure.in (aix): needs ruby.imp even with gcc.nobu
2003-07-07* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz
2003-06-28* configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu
2003-06-23* configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]aamine
2003-06-09* configure.in: checks presence of grp.h and setgroups().nobu
2003-06-05* math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz
2003-06-01* configure.in: should not use def file, use ld witheban
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