summaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: fix for extstatic.nobu2009-12-301-5/+7
* * ext/extmk.rb (command_output): $makeflags are already quoted.nobu2009-11-301-1/+1
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-031-1/+1
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-031-1/+4
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-5/+4
* * ext/extmk.rb (extmake): initialize $objs before extrace_makefile.nobu2009-03-031-0/+1
* * ext/extmk.rb (extmake): removes object files no longer used.nobu2009-03-031-0/+2
* * common.mk (main): passes $(MAKE) to mkmain_cmdnobu2009-03-031-3/+3
* * common.mk (main): split from exts and makes main program afternobu2009-02-241-3/+31
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-011-2/+2
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-5/+4
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-1/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-2/+2
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-10/+5
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-101-2/+6
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-101-1/+3
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+2
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-2/+1
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-081-1/+1
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-19/+24
* * common.mk, ext/extmkf.rb: always make encdb.h.naruse2008-01-291-0/+1
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-9/+0
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-1/+1
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-16/+43
* * common.mk (realclean): separate local and ext.nobu2007-06-151-3/+11
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-101-1/+2
* * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu2007-06-101-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-9/+15
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-1/+4
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-6/+6
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-231-0/+1
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-2/+9
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-8/+8
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-1/+1
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-9/+1
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-11/+32
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-1/+1
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-8/+4
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-1/+1
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-201-2/+6
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-9/+14