| Commit message (Expand) | Author | Age | Files | Lines |
* | * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing | usa | 2008-02-07 | 1 | -0/+8 |
* | fix typos. | akr | 2008-02-07 | 1 | -4/+4 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+21 |
* | * ChangeLog: date format. suppress the day of month by space instead of `0'. | usa | 2008-02-07 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not | matz | 2008-02-07 | 1 | -0/+5 |
* | * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In. | naruse | 2008-02-06 | 1 | -0/+5 |
* | typo fixed | matz | 2008-02-05 | 1 | -2/+2 |
* | * hash.c (rb_hash_flatten): do not flatten recursively by default. | matz | 2008-02-05 | 1 | -0/+5 |
* | * insns.def (adjuststack): never use INC_SP with minus value because | usa | 2008-02-05 | 1 | -15/+20 |
* | * test/ruby/test_hash.rb: add tests to achieve over 90% test coverage | mame | 2008-02-05 | 1 | -0/+6 |
* | * hash.c (env_rassoc): remove access to free'd environment on mswin32. | mame | 2008-02-05 | 1 | -0/+4 |
* | * vm.c (rb_call_super): pass a passed block when super is called via | mame | 2008-02-05 | 1 | -0/+5 |
* | * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR. | nobu | 2008-02-05 | 1 | -0/+10 |
* | * lib/delegate.rb (DelegateClass): use define_method instead of | nobu | 2008-02-04 | 1 | -0/+5 |
* | * configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L. | nobu | 2008-02-04 | 1 | -0/+5 |
* | * ChangeLog: remove unnecessary ``trunk/''. | usa | 2008-02-04 | 1 | -8/+8 |
* | * trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~". | nobu | 2008-02-04 | 1 | -0/+5 |
* | * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extend | usa | 2008-02-04 | 1 | -0/+5 |
* | * lib/cgi.rb (CGI::QueryExtension::[]): no more transition | matz | 2008-02-04 | 1 | -0/+6 |
* | * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera... | mame | 2008-02-03 | 1 | -0/+6 |
* | * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime | matz | 2008-02-02 | 1 | -0/+6 |
* | * time.c (time_cmp): Time.<=> no longer supports comparison with | naruse | 2008-02-02 | 1 | -0/+5 |
* | * configure.in (darwin): disabled fat-binary support which confuses | nobu | 2008-02-02 | 1 | -0/+8 |
* | * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITS | akr | 2008-02-02 | 1 | -0/+5 |
* | * configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken. | nobu | 2008-02-01 | 1 | -1/+3 |
* | * configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_t | nobu | 2008-02-01 | 1 | -0/+6 |
* | * tool/compile_prelude.rb (C_ESC): use octal escape to avoid | akr | 2008-02-01 | 1 | -0/+5 |
* | * test/ruby/test_bignum.rb: suppress warnings during test. | mame | 2008-01-31 | 1 | -0/+12 |
* | * marshal.c (r_object0): no need to call r_entry for immediate values. | usa | 2008-01-31 | 1 | -0/+4 |
* | * lib/rdoc/ri/formatter.rb (output): add accessor. | usa | 2008-01-31 | 1 | -2/+9 |
* | * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM, | naruse | 2008-01-31 | 1 | -0/+5 |
* | * lib/rdoc/ri/display.rb (display_method_list, display_class_list): | usa | 2008-01-31 | 1 | -0/+14 |
* | * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that can | nobu | 2008-01-30 | 1 | -0/+5 |
* | * io.c (rb_io_close_read): replaces fptr with the tied writer if | nobu | 2008-01-30 | 1 | -0/+8 |
* | * io.c (open_key_args): allow encoding key to take two encoding | matz | 2008-01-30 | 1 | -0/+5 |
* | * parse.y (dsym): allow empty symbols. [ruby-core:15248] | matz | 2008-01-30 | 1 | -0/+4 |
* | * io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'. | akr | 2008-01-30 | 1 | -0/+6 |
* | * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. | naruse | 2008-01-30 | 1 | -0/+4 |
* | * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename. | usa | 2008-01-30 | 1 | -0/+4 |
* | * string.c (rb_str_succ): use wrapped character as a carry for | akr | 2008-01-30 | 1 | -2/+7 |
* | * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch. | akr | 2008-01-30 | 1 | -0/+12 |
* | * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin. | tadf | 2008-01-30 | 1 | -0/+4 |
* | * bootstraptest/runner.rb: fix -I../../hoge case. | naruse | 2008-01-30 | 1 | -0/+4 |
* | * test/ruby/test_range.rb: add tests to achieve over 90% test coverage | mame | 2008-01-29 | 1 | -0/+5 |
* | * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented. | akr | 2008-01-29 | 1 | -0/+4 |
* | * test/ruby/test_enumerator.rb: add tests to achieve over 90% test | mame | 2008-01-29 | 1 | -0/+6 |
* | * enumerator.c: fix documents. | mame | 2008-01-29 | 1 | -0/+4 |
* | * range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }. | mame | 2008-01-29 | 1 | -0/+4 |
* | * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte. | akr | 2008-01-29 | 1 | -0/+4 |
* | * bignum.c: move object allocation out of blocking_region. | mame | 2008-01-29 | 1 | -0/+5 |