summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
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
2003-08-26* lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-06* lib/mkmf.rb (have_library): treat nil function name as "main".nobu
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-07-30* lib/mkmf.rb (dir_config): allow multiple directories separatednobu
2003-07-30commit missnobu
2003-07-29* lib/fileutils.rb (install): support preserve timestamp.eban
2003-07-24* lib/mkmf.rb (have_type): check if a type is defined.nobu
2003-07-23* lib/mkmf.rb (log_src, checking_for, create_header):nobu
2003-07-18* lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu
2003-07-18* lib/mkmf.rb (rm_f): use FileUtils.nobu
2003-07-03lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban
2003-07-03* array.c (rb_values_at): extract common procedure frommatz