summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-11-25* transcode.c: Added a check for an internal errorduerst
2009-11-25* 2009-11-25svn
2009-11-25* bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.usa
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-24* vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame
2009-11-24* error.c: include errno.h at beginning.akr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-24* defs/known_errors.def: more errors.akr
2009-11-24* include/ruby/ruby.h (rb_bug_errno): declared.akr
2009-11-24* bootstraptest/test_thread.rb: propagate the exception within a thread tousa
2009-11-24* file.c (file_path_convert): fix fs_encoding is not assign.naruse
2009-11-24* error.c (rb_strerrno): constified.nobu
2009-11-24* error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr
2009-11-24* 2009-11-24svn
2009-11-24* include/ruby/intern.h (rb_strerrno): declared.akr
2009-11-23* thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-23* dln.c (dln_find_1): fixed commit miss.nobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-22* 2009-11-23svn
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
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