aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-1/+1
* * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu2005-05-151-2/+5
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+2
* * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL.nobu2005-04-161-1/+1
* * configure.in (mingw32): extract msvcr*.dll from objdump result.eban2005-04-131-2/+2
* * configure.in (mingw32): use actual runtime DLL name as ruby DLLnobu2005-04-131-2/+15
* * configure.in (CP, INSTALL): get rid of less portable options.nobu2005-04-021-2/+2
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-301-3/+27
* * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot ofeban2005-03-251-1/+1
* * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460]nobu2005-01-311-4/+3
* * configure.in (aix): fix typo. [ruby-talk:126401]nobu2005-01-171-1/+1
* * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]nobu2004-12-221-9/+6
* * configure.in (disable-rpath): typo fix.nobu2004-12-191-1/+1
* * configure.in (enable_rpath): use rpath flag to embed the librarynobu2004-12-191-23/+26
* * io.c (io_read): [ruby-dev:24952]matz2004-11-231-3/+0
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-0/+3
* * configure.in: add setup for mignw32 cross compiling.eban2004-11-071-0/+5
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-1/+1
* * configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051]eban2004-08-301-13/+5
* * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix.eban2004-08-111-2/+1
* * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu2004-06-281-1/+1
* * configure.in (TRY_LINK): export.nobu2004-06-261-0/+1
* * configure.in (aix): -b must come at the start of the command line,nobu2004-06-261-2/+5
* * configure.in (target_os): strip -gnu suffix on Linux.eban2004-06-121-1/+1
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-091-2/+4
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-201-0/+2
* * configure.in: check the size of time_t.akr2004-04-061-0/+1
* * configure.in: backport from 1.9 for Interix.eban2004-02-021-7/+9
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-121-3/+3
* * configure.in (RDOCTARGET): new macro. if you want to installeban2004-01-081-0/+10
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-1/+1
* * configure.in: fix "test: too many arguments" error.eban2003-12-271-6/+6
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-1/+4
* * configure.in: check if getcontext and setcontext are available.nobu2003-12-261-40/+31
* * configure.in: check for nanosleep, -lrt if required.matz2003-12-241-0/+4
* * configure.in (LDSHARED): Fixed typographical error in assignment ofeban2003-12-241-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-1/+1
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-4/+11
* * configure.in (mingw): set isnan, finite and isinf to yes.eban2003-12-221-0/+3
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-1/+1
* * 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