aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typos.akr2008-02-091-2/+2
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-094-1/+34
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-093-27/+51
* * missing/tgamma.c (tgamma): add error check.akr2008-02-092-2/+21
* * math.c (math_gamma): add error check.akr2008-02-092-2/+15
* fix a typo.akr2008-02-091-1/+1
* * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr2008-02-092-4/+10
* * string.c (rb_str_new4): copy encoding from orig, instead of sharedakr2008-02-092-0/+6
* * file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse2008-02-082-1/+6
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-083-10/+19
* * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr2008-02-082-1/+5
* * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr2008-02-082-1/+11
* * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu2008-02-082-2/+5
* * ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu2008-02-082-22/+25
* add a test.akr2008-02-081-1/+7
* * lib/mkmf.rb (xsystem): expand macros like as make.nobu2008-02-082-0/+10
* add a test.akr2008-02-081-0/+8
* * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse2008-02-082-1/+5
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-075-4/+250
* * string.c (rb_str_replace): makes frozen shared string beforenobu2008-02-072-2/+5
* * string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]nobu2008-02-072-1/+7
* * io.c (io_reopen): don't change access mode for stdin, stdout andakr2008-02-073-1/+28
* * string.c (str_replace_shared): replaces string with sharing.nobu2008-02-072-31/+61
* * string.c (rb_str_end_with): compares with the suffix.nobu2008-02-072-1/+5
* * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse2008-02-073-6851/+34934
* * missing/tgamma.c, missing/lgamma_r.c: set properties.nobu2008-02-070-0/+0
* fix lgamma doc.akr2008-02-071-1/+1
* * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa2008-02-075-6/+16
* fix typos.akr2008-02-071-4/+4
* * math.c (math_gamma): new method Math.gamma.akr2008-02-077-1/+219
* * ChangeLog: date format. suppress the day of month by space instead of `0'.usa2008-02-071-1/+1
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does notmatz2008-02-073-3/+10
* * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.naruse2008-02-062-0/+17943
* typo fixedmatz2008-02-052-3/+3
* * hash.c (rb_hash_flatten): do not flatten recursively by default.matz2008-02-052-0/+10
* * insns.def: sorry, remove debug code.usa2008-02-051-1/+0
* * insns.def (adjuststack): never use INC_SP with minus value becauseusa2008-02-052-16/+22
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-053-4/+459
* * hash.c (env_rassoc): remove access to free'd environment on mswin32.mame2008-02-053-4/+9
* * vm.c (rb_call_super): pass a passed block when super is called viamame2008-02-052-0/+6
* * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu2008-02-053-5/+26
* * lib/delegate.rb (DelegateClass): use define_method instead ofnobu2008-02-042-17/+20
* * configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu2008-02-042-1/+6
* * ChangeLog: remove unnecessary ``trunk/''.usa2008-02-041-8/+8
* * trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~".nobu2008-02-042-1/+14
* * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa2008-02-042-3/+10
* * lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz2008-02-043-28/+9
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-033-0/+1140
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-022-1/+10
* * time.c (time_cmp): Time.<=> no longer supports comparison withnaruse2008-02-022-4/+6