summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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