summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-11-18* test/ruby/test_undef.rb: eol-style.nobu
2009-11-18* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu
2009-11-18forgot to add test_undef.rb in the previous revision.shugo
2009-11-18* vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu
2009-11-17* 2009-11-18svn
2009-11-17* io.c (parse_mode_enc): fix invalid access.akr
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17rdoc update.akr
2009-11-17unused argument removed.akr
2009-11-17* enc/trans/big5-uao-tbl.rb: eol-style.nobu
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-11-17* ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.nobu
2009-11-17* test/ruby/test_dir_m17n.rb, test/yaml/test*.rb: eol-style.nobu
2009-11-17* insns.def (opt_case_dispatch): runtime value cannot be used asnobu
2009-11-16* 2009-11-17svn
2009-11-16Adding yaml tests [ruby-core:26732]tenderlove
2009-11-16add tests.akr
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-16* io.c (read_all): shift read buffer if exception occured.wanabe
2009-11-16Rolled out last changeryan
2009-11-16Minor cleanup to improve hash useryan
2009-11-15fix previous change.akr
2009-11-15* io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe
2009-11-15add a test.akr
2009-11-15add tests.akr
2009-11-15tests refined.akr
2009-11-15* include/ruby/ruby.h (rb_classext_t): annotate @internal.mame
2009-11-15* encoding.c (rb_filesystem_encindex): use default external encodingakr
2009-11-15add tests.akr
2009-11-15* 2009-11-16svn
2009-11-15* thread.c (thread_cleanup_func): delete locking_mutex when threadmame
2009-11-14* class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame
2009-11-14* configure.in (--with-opt-dir): ignore and suppress a warning.nobu
2009-11-14* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu
2009-11-14* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre
2009-11-13* ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai
2009-11-13* 2009-11-14svn
2009-11-13* ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai
2009-11-13* ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame
2009-11-13* thread.c (thread_start_func_2): see first_func, not first_proc,nobu
2009-11-13* test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove
2009-11-13* gc.c (vm_xrealloc): use the given object space.nobu
2009-11-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove
2009-11-12* 2009-11-13svn
2009-11-12* lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar
2009-11-12* test/cgi/test_cgi_multipart.rb (_read):xibbar
2009-11-12* lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar