| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu | 2004-06-28 | 1 | -1/+1 |
* | * lib/mkmf.rb (libpathflag): should not quote here. | nobu | 2004-06-26 | 1 | -1/+1 |
* | * lib/mkmf.rb (libpathflag, dir_config): quote directory names if | nobu | 2004-06-26 | 1 | -2/+2 |
* | * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911] | nobu | 2004-05-20 | 1 | -2/+2 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -1/+1 |
* | * lib/mkmf.rb (have_type): do not check pointer to incomplete type, | nobu | 2004-05-20 | 1 | -2/+2 |
* | * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters. | nobu | 2004-05-12 | 1 | -2/+2 |
* | * lib/mkmf.rb: $hdrdir should not contain macros for backward | nobu | 2004-04-23 | 1 | -2/+1 |
* | * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected by | nobu | 2004-03-24 | 1 | -8/+10 |
* | * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY). | gotoyuzo | 2004-02-14 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error | nobu | 2004-02-12 | 1 | -1/+1 |
* | * lib/mkmf.rb (merge_libs): squeeze successive same libraries. | nobu | 2004-01-21 | 1 | -0/+1 |
* | *** empty log message *** | nobu | 2004-01-12 | 1 | -0/+15 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-12 | 1 | -2/+2 |
* | * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440] | nobu | 2004-01-09 | 1 | -3/+3 |
* | * io.c (next_argv): warn always for stdin on inplace edit mode. | matz | 2003-12-26 | 1 | -2/+1 |
* | * eval.c (stack_extend): ignore inline optimization on VC7. | usa | 2003-12-18 | 1 | -23/+20 |
* | * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb. | nobu | 2003-12-03 | 1 | -1/+1 |
* | * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGS | eban | 2003-11-30 | 1 | -2/+3 |
* | * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 1 | -1/+1 |
* | * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. | eban | 2003-11-30 | 1 | -2/+4 |
* | * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, | eban | 2003-11-30 | 1 | -4/+2 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -2/+4 |
* | * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791] | eban | 2003-10-31 | 1 | -1/+4 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -1/+1 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -1/+1 |
* | * marshal.c (w_object): should pass "weak" value to next level. | matz | 2003-10-06 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+1 |
* | * defines.h (flush_register_windows): use volatile only for gcc on | nobu | 2003-09-26 | 1 | -3/+2 |
* | * bignum.c (rb_big_and): convert argument using 'to_int'. | matz | 2003-09-12 | 1 | -1/+2 |
* | * lib/mkmf.rb (have_library, find_library): configure by library | nobu | 2003-09-05 | 1 | -2/+5 |
* | * lib/mkmf.rb (create_tmpsrc): add the hook for source. | nobu | 2003-08-26 | 1 | -43/+55 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -9/+11 |
* | * lib/mkmf.rb (have_library): treat nil function name as "main". | nobu | 2003-08-06 | 1 | -4/+4 |
* | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu | 2003-08-06 | 1 | -14/+38 |
* | * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new] | nobu | 2003-08-02 | 1 | -0/+21 |
* | * lib/mkmf.rb (dir_config): allow multiple directories separated | nobu | 2003-07-30 | 1 | -11/+20 |
* | commit miss | nobu | 2003-07-30 | 1 | -1/+1 |
* | * lib/fileutils.rb (install): support preserve timestamp. | eban | 2003-07-29 | 1 | -4/+4 |
* | * lib/mkmf.rb (have_type): check if a type is defined. | nobu | 2003-07-24 | 1 | -0/+86 |
* | * lib/mkmf.rb (log_src, checking_for, create_header): | nobu | 2003-07-23 | 1 | -6/+6 |
* | * lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727] | nobu | 2003-07-18 | 1 | -3/+2 |
* | * lib/mkmf.rb (rm_f): use FileUtils. | nobu | 2003-07-18 | 1 | -19/+16 |
* | lib/mkmf.rb (VPATH): use '&&' instead of 'and'. | eban | 2003-07-03 | 1 | -1/+1 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -0/+1 |
* | * lib/mkmf.rb (VPATH): convert from Windows form to Unix form on | eban | 2003-07-03 | 1 | -1/+1 |
* | * variable.c (autoload_delete): should delete Qundef from iv_tbl. | matz | 2003-06-25 | 1 | -0/+2 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -1/+1 |
* | * array.c (push_values_at): Array#values_at should work with | matz | 2003-06-02 | 1 | -1/+1 |
* | * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_block | nobu | 2003-05-26 | 1 | -1/+1 |