summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-21* vm_eval.c (rb_search_method_entry): show flags and klass value inakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-21* 2009-11-21svn
2009-11-21* file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse
2009-11-20* vm_eval.c (rb_search_method_entry): avoid trigraph.akr
2009-11-19* 2009-11-20svn
2009-11-19move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19added a ChangeLog entry.shugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-19* ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.usa
2009-11-19* win32/Makefile.sub: nmake execute the file named echo if it existsusa
2009-11-19* test_thread.rb: DO NOT USE FORK WITHOUT RESCUE.usa
2009-11-18* vm_eval.c (rb_search_method_entry): show the type of the hiddenakr
2009-11-18* 2009-11-19svn
2009-11-18* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr
2009-11-18add test.akr
2009-11-18* io.c (fill_cbuf): extracted from more_char.akr
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (terminate_atfork_i): all mutex locks by other threadsnobu
2009-11-18* file.c (file_path_convert): delay getting filesystem encodingusa
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-18* math.c (math_gamma): fix incorrect comparison expression.takano32
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