| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default | nobu | 2007-05-22 | 1 | -0/+3 |
* | * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to current | nobu | 2007-04-23 | 1 | -13/+19 |
* | * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc) | usa | 2007-02-28 | 1 | -5/+6 |
* | * lib/mkmf.rb (create_makefile): make object files depend on | nobu | 2007-02-02 | 1 | -2/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -19/+20 |
* | * lib/mkmf.rb (create_makefile): remove static library before update, | nobu | 2006-12-14 | 1 | -2/+3 |
* | * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS. | eban | 2006-10-20 | 1 | -2/+1 |
* | * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new | matz | 2006-10-12 | 1 | -1/+2 |
* | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu | 2006-10-09 | 1 | -14/+15 |
* | * lib/mkmf.rb (try_func): revert fallback checking undeclared function. | nobu | 2006-09-29 | 1 | -1/+6 |
* | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 1 | -13/+4 |
* | * lib/mkmf.rb (rm_f): get rid of NUL. | nobu | 2006-09-25 | 1 | -2/+2 |
* | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -2/+2 |
* | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 1 | -12/+23 |
* | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -8/+14 |
* | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -2/+3 |
* | * ext/extmk.rb (extmake): follow Array#to_s. | usa | 2006-09-08 | 1 | -1/+1 |
* | * array.c (Init_Array): #to_s to be an alias to #inspect. | matz | 2006-09-07 | 1 | -2/+2 |
* | * lib/mkmf.rb: get rid of nil.to_s. | nobu | 2006-09-03 | 1 | -4/+4 |
* | * lib/mkmf.rb (configuration): follow nil.to_s. | nobu | 2006-08-31 | 1 | -2/+3 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -1/+1 |
* | * object.c (rb_Integer): Integer(nil) should raise TypeError. | matz | 2006-08-30 | 1 | -1/+1 |
* | * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177] | nobu | 2006-08-17 | 1 | -4/+118 |
* | * lib/mkmf.rb (configuration): typo. | usa | 2006-07-25 | 1 | -1/+1 |
* | * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before | nobu | 2006-07-21 | 1 | -5/+6 |
* | * lib/mkmf.rb (create_makefile): prevent substitution of macro | nobu | 2006-07-09 | 1 | -1/+1 |
* | * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling. | nobu | 2006-07-09 | 1 | -29/+26 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -0/+4 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -10/+15 |
* | * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created. | nobu | 2006-06-02 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): remove extinit files if no statically linked | nobu | 2006-05-27 | 1 | -1/+1 |
* | * lib/mkmf.rb (configuration): add $defs unless extconf.h was created. | nobu | 2006-05-26 | 1 | -1/+1 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -24/+32 |
* | * mkconfig.rb: merge multiple entries to an entry with multiple lines. | nobu | 2006-05-24 | 1 | -4/+4 |
* | * lib/mkmf.rb (pkg_config): particular config commands support. | nobu | 2006-05-24 | 1 | -10/+20 |
* | * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles. | nobu | 2006-05-17 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): support libraries without *.so. | usa | 2006-03-15 | 1 | -1/+1 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 1 | -16/+16 |
* | * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD. | ocean | 2006-02-05 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): should not change sodir with | ocean | 2005-11-28 | 1 | -1/+1 |
* | * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension | nobu | 2005-10-22 | 1 | -4/+18 |
* | * lib/mkmf.rb (create_makefile): Borland make seems not to allow | ocean | 2005-10-20 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_makefile): get rid of a restriction | nobu | 2005-10-19 | 1 | -1/+2 |
* | * lib/mkmf.rb (create_makefile): do not create unnecessary empty | nobu | 2005-10-19 | 1 | -3/+2 |
* | * lib/mkmf.rb (find_executable0): default path if environment is not | nobu | 2005-09-22 | 1 | -1/+10 |
* | * lib/mkmf.rb (configuration): generalized nmake dependent code. | nobu | 2005-09-21 | 1 | -1/+7 |
* | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 1 | -0/+55 |
* | * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. | nobu | 2005-08-30 | 1 | -18/+18 |
* | * lib/mkmf.rb (create_makefile): need to convert path separetor | usa | 2005-08-05 | 1 | -1/+11 |
* | * lib/mkmf.rb: keep curdir unexpanded. | nobu | 2005-07-12 | 1 | -2/+5 |