| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/mkmf.rb (what_type?): fixed typo, and refined for member of | nobu | 2009-04-08 | 1 | -1/+4 |
* | * lib/mkmf.rb (Logging.postpone): copy postponed output always. | nobu | 2009-04-08 | 1 | -2/+2 |
* | * lib/mkmf.rb (what_type?): fixed typo. | nobu | 2009-04-08 | 1 | -0/+4 |
* | * configure.in (LIBRUBY_SO): removed redundant additional version | nobu | 2009-04-08 | 1 | -0/+5 |
* | * common.mk (info): shows configured names. | nobu | 2009-04-07 | 1 | -1/+6 |
* | * configure.in (LIBRUBY_DLDFLAGS): compatibility version is | nobu | 2009-04-07 | 1 | -1/+4 |
* | * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefix | nobu | 2009-04-07 | 1 | -0/+5 |
* | * configure.in (RUBY_DEFINT): should pass includes to | nobu | 2009-04-06 | 1 | -1/+4 |
* | * configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universal | nobu | 2009-04-06 | 1 | -0/+5 |
* | * numeric.c (flo_to_s): reduce fragments if no precision lost. | nobu | 2009-04-06 | 1 | -0/+5 |
* | * configure.in (CFLAGS, CXXFLAGS): override with $cflags and | nobu | 2009-04-06 | 1 | -3/+3 |
* | * configure.in (CFLAGS, CXXFLAGS): use orignal values if given. | nobu | 2009-04-06 | 1 | -0/+5 |
* | * file.c (utime_failed): refined the error message for EINVAL on | nobu | 2009-04-06 | 1 | -0/+6 |
* | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu | 2009-04-06 | 1 | -0/+5 |
* | * numeric.c (int_chr): checsk overflow. | nobu | 2009-04-06 | 1 | -0/+9 |
* | * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254] | nobu | 2009-04-06 | 1 | -0/+4 |
* | * include/ruby/intern.h (rb_fd_resize): does nothing on Win32. | nobu | 2009-04-05 | 1 | -0/+4 |
* | * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to | nobu | 2009-04-04 | 1 | -0/+5 |
* | * mkconfig.rb (sitearch): default to arch. | nobu | 2009-04-03 | 1 | -0/+4 |
* | * lib/irb/completion.rb (IRB::InputCompletor::Operators): Add | knu | 2009-04-03 | 1 | -0/+14 |
* | * ext/extmk.rb: quotes arguments with spaces always. | nobu | 2009-04-03 | 1 | -0/+4 |
* | * lib/getoptlong.rb: remove unused udoc/usage from example. | matz | 2009-04-02 | 1 | -0/+5 |
* | * win32/Makefile.sub (config.h): updated. | nobu | 2009-04-01 | 1 | -0/+4 |
* | * configure.in (rb_cv_fork_with_pthread): fail if the child process | akr | 2009-04-01 | 1 | -0/+5 |
* | * lib/mkmf.rb (create_makefile): support for parallel make. a | nobu | 2009-04-01 | 1 | -0/+5 |
* | * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc. | nobu | 2009-04-01 | 1 | -0/+5 |
* | * vm_dump.c (rb_vm_bugreport): should not #include inside a | nobu | 2009-04-01 | 1 | -0/+6 |
* | * mkconfig.rb: ignores version numbers in config.status. replaces | nobu | 2009-04-01 | 1 | -0/+5 |
* | * Makefile.in (.c.i): use CPP instead of CC, since gcc -E can't | nobu | 2009-04-01 | 1 | -0/+5 |
* | * thread.c (rb_thread_fd_select): new function to call select | matz | 2009-04-01 | 1 | -0/+9 |
* | * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632] | matz | 2009-04-01 | 1 | -0/+4 |
* | * configure.in: fixed the help strings for the header and library | nobu | 2009-03-31 | 1 | -0/+6 |
* | * test/csv/test_interface.rb, test/csv/test_serialization.rb: | jeg2 | 2009-03-30 | 1 | -0/+5 |
* | * .gdbinit (rp): show negative fixnum correctly. | akr | 2009-03-30 | 1 | -0/+4 |
* | * vm_eval.c (eval_string_with_cref): replaces the message if | nobu | 2009-03-30 | 1 | -0/+5 |
* | * test/csv/test_interface.rb: Trying a fix for some failing tests | jeg2 | 2009-03-29 | 1 | -0/+5 |
* | * lib/pathname.rb (Pathname#relative_path_from): compares path | nobu | 2009-03-28 | 1 | -0/+6 |
* | * common.mk (ruby.imp): all symbols in static library need to be | nobu | 2009-03-28 | 1 | -0/+7 |
* | * sprintf.c (rb_str_format): checks if named argument given twice. | nobu | 2009-03-27 | 1 | -1/+3 |
* | * sprintf.c (GETNAMEARG): remembers named arg is used, to get rid | nobu | 2009-03-27 | 1 | -0/+5 |
* | * lib/mkmf.rb (link_command, cc_command, cpp_command): should not | nobu | 2009-03-27 | 1 | -0/+5 |
* | * lib/mkmf.rb (what_type?): checks more restrictively, and | nobu | 2009-03-27 | 1 | -0/+5 |
* | * time.c (time_cmp): negate the result of reverse comparison. | akr | 2009-03-26 | 1 | -0/+4 |
* | * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms. | akr | 2009-03-26 | 1 | -0/+4 |
* | * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for | matz | 2009-03-26 | 1 | -0/+6 |
* | * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be | nobu | 2009-03-26 | 1 | -0/+10 |
* | * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers | nobu | 2009-03-26 | 1 | -0/+5 |
* | * configure.in (target_alias): replaces cpu with universal too. | nobu | 2009-03-24 | 1 | -1/+8 |
* | * mkconfig.rb (MAJOR, MINOR, TEENY): reads from version.h always. | nobu | 2009-03-24 | 1 | -0/+4 |
* | * configure.in (RUBY_CHECK_SIZEOF): need to include $4. | nobu | 2009-03-24 | 1 | -0/+4 |