summaryrefslogtreecommitdiff
path: root/ext/extmk.rb.in
Commit message (Expand)AuthorAgeFilesLines
* removed.eban2002-09-081-544/+0
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-081-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-21/+11
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-383/+68
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-1/+1
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+19
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-8/+9
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-0/+1
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-291-6/+4
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-261-1/+1
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+6
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-2/+2
* new platform [bccwin32] merged.H_Konishi2002-06-111-29/+94
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+1
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-1/+1
* * ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu2002-04-021-2/+2
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-4/+3
* * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban2002-03-261-2/+2
* * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban2002-03-251-0/+1
* * ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine2002-03-221-1/+2
* * ext/digest: add depend file.nobu2002-03-181-1/+1
* * ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu2002-03-041-13/+5
* * ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa2002-02-211-1/+1
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-171-20/+16
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+3
* * ext/extmk.rb.in (have_library): do not print yes. sigh.eban2001-12-291-4/+1
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-291-1/+4
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-291-0/+1
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-071-1/+1
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+3
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-1/+1
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-1/+1
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-2/+5
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-2/+2
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* * ext/extmk.rb.in: support multi-level ext/ directories.knu2001-07-131-9/+13
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* * ext/extmk.rb.in: modify RM macro.eban2001-07-091-3/+3
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-20/+30
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-051-9/+4
* * ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa2001-05-281-17/+14
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-2/+1
* * ext/extmk.rb.in (xsystem): backout the previous fix which wasknu2001-05-171-1/+0
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-171-0/+1
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-241-27/+22
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-031-2/+4
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-281-1/+16
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-281-3/+9
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+3