aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-0/+11
* Wrap parse_files' read in a version check for backwards compatibility.drbrain2008-02-121-0/+5
* * ruby.c (load_file): enc must effect source encoding.naruse2008-02-121-0/+5
* Restore require rubygems checkdrbrain2008-02-121-0/+4
* * range.c (range_include): specialize single character stringmatz2008-02-111-0/+21
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-111-0/+13
* * ruby.c (load_file): the encoding of DATA follows the sourcenaruse2008-02-111-0/+5
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-0/+16
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-0/+4
* * common.mk (encdb, transdb): depend on $(PREP).naruse2008-02-101-0/+4
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-101-0/+5
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-101-0/+4
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-101-0/+21
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-091-0/+4
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-091-0/+4
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-091-1/+6
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-091-0/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-091-0/+9
* * missing/tgamma.c (tgamma): add error check.akr2008-02-091-0/+4
* * math.c (math_gamma): add error check.akr2008-02-091-0/+5
* fix a typo.akr2008-02-091-1/+1
* * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr2008-02-091-0/+5
* * string.c (rb_str_new4): copy encoding from orig, instead of sharedakr2008-02-091-0/+5
* * file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse2008-02-081-0/+5
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-081-0/+5
* * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr2008-02-081-0/+4
* * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr2008-02-081-0/+5
* * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu2008-02-081-1/+4
* * ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu2008-02-081-0/+5
* * lib/mkmf.rb (xsystem): expand macros like as make.nobu2008-02-081-0/+4
* * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse2008-02-081-0/+4
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-071-0/+22
* * string.c (rb_str_replace): makes frozen shared string beforenobu2008-02-071-1/+4
* * string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]nobu2008-02-071-0/+4
* * io.c (io_reopen): don't change access mode for stdin, stdout andakr2008-02-071-0/+5
* * string.c (str_replace_shared): replaces string with sharing.nobu2008-02-071-0/+10
* * string.c (rb_str_end_with): compares with the suffix.nobu2008-02-071-0/+4
* * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse2008-02-071-0/+5
* * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa2008-02-071-0/+8
* fix typos.akr2008-02-071-4/+4
* * math.c (math_gamma): new method Math.gamma.akr2008-02-071-0/+21
* * 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-071-0/+5
* * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.naruse2008-02-061-0/+5
* typo fixedmatz2008-02-051-2/+2
* * hash.c (rb_hash_flatten): do not flatten recursively by default.matz2008-02-051-0/+5
* * insns.def (adjuststack): never use INC_SP with minus value becauseusa2008-02-051-15/+20
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-051-0/+6
* * hash.c (env_rassoc): remove access to free'd environment on mswin32.mame2008-02-051-0/+4
* * vm.c (rb_call_super): pass a passed block when super is called viamame2008-02-051-0/+5