aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-1211-17/+27
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-1225-58/+71
* * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz2008-02-125-3/+27
* * instruby.rb: specify file mode to install. a patch frommatz2008-02-122-9/+15
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-125-52/+76
* Wrap parse_files' read in a version check for backwards compatibility.drbrain2008-02-122-1/+11
* * ruby.c (load_file): enc must effect source encoding.naruse2008-02-122-0/+6
* Restore require rubygems checkdrbrain2008-02-122-21/+29
* * range.c (range_include): specialize single character stringmatz2008-02-116-21/+85
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-1112-34/+91
* * ruby.c (load_file): the encoding of DATA follows the sourcenaruse2008-02-112-1/+6
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-109-26/+63
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-102-1/+5
* * common.mk (encdb, transdb): depend on $(PREP).naruse2008-02-102-2/+6
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-1026-85/+165
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-105-6/+12
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-1021-1554/+1805
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-092-1/+34
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-092-3/+5
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-092-2/+68
* 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