aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-28/+11
* * configure.in: check ucontext.h.nobu2003-12-131-1/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * io.c (flush_before_seek): flush before seek on any platform.eban2003-12-061-4/+4
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-0/+4
* * configure.in: should put getcwd in AC_CHECK_FUNCS, noteban2003-11-301-2/+2
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-301-9/+6
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-301-82/+79
* * configure.in: change default value of --enable-pthread (default: no)nagai2003-11-251-2/+2
* * configure.in: set enable_pthread to no on MinGW.eban2003-11-221-1/+1
* * configure.in: add --enable-pthread option (default: yes)nagai2003-11-221-32/+38
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-51/+64
* * check existence of "pthread.h"nagai2003-11-201-1/+1
* * configure.in: don't find the Cygwin's pthread library on MinGW.eban2003-11-201-0/+1
* * configure.in: always check existence of the pthread librarynagai2003-11-201-41/+47
* * configure.in: improvement of pthread checknagai2003-11-081-5/+44
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+6
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-1/+4
* * configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo2003-09-221-1/+2
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-0/+12
* * cygwin/GNUmakefile: better --disbale-shared option support.eban2003-08-071-8/+12
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-301-8/+13
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * configure.in (AC_C_VOLATILE): check if volatile works.nobu2003-07-241-0/+1
* process.c : unify indentationnagai2003-07-231-0/+7
* process.c, configure.in :nagai2003-07-231-4/+4
* * configure.in (aix): needs ruby.imp even with gcc.nobu2003-07-111-1/+1
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+1
* * configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu2003-06-281-0/+24
* * configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]aamine2003-06-231-12/+7
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-091-2/+2
* * math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz2003-06-051-1/+1
* * configure.in: should not use def file, use ld witheban2003-06-011-5/+3
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-291-1/+0
* * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban2003-05-131-1/+2
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-131-0/+1
* * configure.in: better YACC support on HP-UX.eban2003-03-051-1/+10
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-2/+3
* * configure.in: better HP-UX support.eban2003-03-041-2/+3
* * configure.in (MANTYPE): Detect if the system's nroff(1) groksknu2003-01-201-0/+22
* * 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