aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-173-0/+10
* * test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu2009-11-171-43/+43
* * 2009-11-18svn2009-11-171-2/+2
* * io.c (parse_mode_enc): fix invalid access.akr2009-11-172-1/+8
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-173-1/+22
* rdoc update.akr2009-11-171-1/+1
* unused argument removed.akr2009-11-171-1/+1
* * enc/trans/big5-uao-tbl.rb: eol-style.nobu2009-11-170-0/+0
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-175-1/+19852
* * ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.nobu2009-11-171-5/+2
* * test/ruby/test_dir_m17n.rb, test/yaml/test*.rb: eol-style.nobu2009-11-170-0/+0
* * insns.def (opt_case_dispatch): runtime value cannot be used asnobu2009-11-173-5/+12
* * 2009-11-17svn2009-11-161-2/+2
* Adding yaml tests [ruby-core:26732]tenderlove2009-11-167-0/+231
* add tests.akr2009-11-162-84/+152
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-164-2/+36
* * io.c (read_all): shift read buffer if exception occured.wanabe2009-11-162-1/+13
* Rolled out last changeryan2009-11-161-3/+4
* Minor cleanup to improve hash useryan2009-11-161-4/+3
* fix previous change.akr2009-11-151-4/+4
* * io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe2009-11-152-2/+17
* add a test.akr2009-11-151-1/+17
* add tests.akr2009-11-151-0/+10
* tests refined.akr2009-11-153-11/+38
* * include/ruby/ruby.h (rb_classext_t): annotate @internal.mame2009-11-152-0/+5
* * encoding.c (rb_filesystem_encindex): use default external encodingakr2009-11-153-2/+10
* add tests.akr2009-11-152-22/+83
* * 2009-11-16svn2009-11-151-2/+2
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-153-0/+32
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-143-3/+16
* * configure.in (--with-opt-dir): ignore and suppress a warning.nobu2009-11-142-0/+8
* * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu2009-11-142-1/+32
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre2009-11-143-9/+25
* * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai2009-11-132-4/+7
* * 2009-11-14svn2009-11-131-2/+2
* * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai2009-11-132-2/+7
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-132-1/+5
* * thread.c (thread_start_func_2): see first_func, not first_proc,nobu2009-11-132-3/+6
* * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove2009-11-132-5/+5
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-132-2/+6
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove2009-11-122-1/+2
* * 2009-11-13svn2009-11-121-2/+2
* * lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar2009-11-122-1/+6
* * test/cgi/test_cgi_multipart.rb (_read):xibbar2009-11-121-5/+1
* * lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar2009-11-122-5/+6
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-122-3/+6
* * thread_win32.c (thread_errno): CreateThread does not set errno.nobu2009-11-122-2/+6
* * thread_pthread.c: removed last comma of enum.nobu2009-11-121-1/+1
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-124-9/+12
* * thread_pthread.c (native_thread_create): constified.nobu2009-11-122-13/+22