summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12* parse.y (arg_add_gen): removed since identical to arg_append_gen.nobu
2008-02-12* parse.y (exc_list): should use mrhs if non array.nobu
2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-02-12* parse.y (exc_list): splat literal array.nobu
2008-02-12* parse.y (args, mrhs): flattens literal array splats.nobu
2008-02-12* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-02-12* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz
2008-02-12* instruby.rb: specify file mode to install. a patch frommatz
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-02-12Wrap parse_files' read in a version check for backwards compatibility.drbrain
2008-02-12* ruby.c (load_file): enc must effect source encoding.naruse
2008-02-12Restore require rubygems checkdrbrain
2008-02-11* range.c (range_include): specialize single character stringmatz
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou
2008-02-11* ruby.c (load_file): the encoding of DATA follows the sourcenaruse
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-10* common.mk (encdb, transdb): depend on $(PREP).naruse
2008-02-10Import RubyGems r1601. [ruby-core:15381].drbrain
2008-02-10* {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu
2008-02-10 * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain
2008-02-09* missing/tgamma.c (tgamma): use lgamma_r if available.akr
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame
2008-02-09fix typos.akr
2008-02-09* math.c (math_cbrt): new method Math.cbrt.akr
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2008-02-09* missing/tgamma.c (tgamma): add error check.akr
2008-02-09* math.c (math_gamma): add error check.akr
2008-02-09fix a typo.akr
2008-02-09* missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr
2008-02-09* string.c (rb_str_new4): copy encoding from orig, instead of sharedakr
2008-02-08* file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr
2008-02-08* lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr
2008-02-08* ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu
2008-02-08* ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu
2008-02-08add a test.akr
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-08add a test.akr
2008-02-08* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse
2008-02-07* test/ruby/test_hash.rb: follow the change of Hash#flatten.mame
2008-02-07* string.c (rb_str_replace): makes frozen shared string beforenobu
2008-02-07* string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]nobu
2008-02-07* io.c (io_reopen): don't change access mode for stdin, stdout andakr
2008-02-07* string.c (str_replace_shared): replaces string with sharing.nobu
2008-02-07* string.c (rb_str_end_with): compares with the suffix.nobu
2008-02-07* enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse