summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2004-10-16* lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-07-13* lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu
2004-06-28* configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu
2004-06-26* lib/mkmf.rb (libpathflag): should not quote here.nobu
2004-06-26* lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu
2004-05-20* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-20* lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-02* ext/extmk.rb (extmake): extract necessary variables for static linknobu
2004-03-24* lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-19* lib/mkmf.rb ($beos, $solaris): add OS flags.usa
2004-03-18* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2004-03-12* configure.in (rb_cv_noreturn): default for platforms not supportnobu
2004-03-03* lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu
2004-02-22* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu
2004-02-17* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu
2004-02-17* ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu
2004-02-16* win32/Makefile.sub (config.status): should create *.pdb on ext/,usa
2004-02-14* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo
2004-02-13* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz
2004-02-12* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu
2004-02-09* ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-21* lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu
2004-01-10* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2004-01-09* ext/extmk.rb (extmake): should not reduce necessary libraries.nobu
2004-01-09* lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu
2004-01-04* lib/mkmf.rb (create_makefile): remove duplicated object filesusa
2003-12-26* io.c (rb_f_backquote): need not to check nil result.matz
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-03* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu
2003-11-30* lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban
2003-11-30* lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban
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-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-31* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-09-26* defines.h (flush_register_windows): use volatile only for gcc onnobu
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu