summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
AgeCommit message (Expand)Author
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-10-05* lib/mkmf.rb ($config_h): now always defines for old libraries.nobu
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-06-19* ext/extmk.rb (extmake): check if compile before showing message.nobu
2008-06-10* ext/extmk.rb: negate default of --without-ext if --with-ext isnobu
2008-06-10* ext/extmk.rb: negate default of --without-ext.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu
2008-05-08* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-01-29* common.mk, ext/extmkf.rb: always make encdb.h.naruse
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-10* ext/extmk.rb: prepend also topdir to mflags at last.nobu
2007-06-10* Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-04-23* ext/extmk.rb ($ruby): add extout directory to include path.nobu
2006-10-19* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2006-03-03* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-10-25* configure.in (RUBY_EXTERN): macro to export symbols in sharednobu
2005-10-22* ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu
2005-10-16* ext/extmk.rb: omit non-existing directories.nobu
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-03* ext/extmk.rb (extmake): should not modify $mflags for eachnobu