aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2009-11-21svn2009-11-211-2/+2
* * file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse2009-11-212-7/+13
* * vm_eval.c (rb_search_method_entry): avoid trigraph.akr2009-11-202-1/+5
* * 2009-11-20svn2009-11-191-2/+2
* move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr2009-11-191-54/+53
* * lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo2009-11-192-2/+11
* added a ChangeLog entry.shugo2009-11-191-0/+8
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-192-1/+87
* * ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.usa2009-11-192-0/+8
* * win32/Makefile.sub: nmake execute the file named echo if it existsusa2009-11-192-2/+7
* * test_thread.rb: DO NOT USE FORK WITHOUT RESCUE.usa2009-11-191-5/+8
* * vm_eval.c (rb_search_method_entry): show the type of the hiddenakr2009-11-182-6/+58
* * 2009-11-19svn2009-11-181-2/+2
* * io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr2009-11-182-5/+9
* add test.akr2009-11-181-0/+31
* * io.c (fill_cbuf): extracted from more_char.akr2009-11-182-25/+48
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-181-1/+1
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-182-0/+4
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-183-0/+26
* * thread.c (terminate_atfork_i): all mutex locks by other threadsnobu2009-11-182-0/+23
* * file.c (file_path_convert): delay getting filesystem encodingusa2009-11-182-3/+8
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-184-5/+37
* * math.c (math_gamma): fix incorrect comparison expression.takano322009-11-182-4/+8
* * io.c (rb_scan_open_args): move path encoding conversionnaruse2009-11-183-21/+39
* * test/ruby/test_undef.rb: eol-style.nobu2009-11-180-0/+0
* * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu2009-11-182-3/+8
* forgot to add test_undef.rb in the previous revision.shugo2009-11-181-0/+37
* * vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo2009-11-182-0/+10
* * 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