summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (rb_search_method_entry): refine error message.akr2009-11-252-9/+18
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu2009-11-252-4/+19
* * transcode.c: Added a check for an internal errorduerst2009-11-252-0/+7
* * 2009-11-25svn2009-11-251-2/+2
* * bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.usa2009-11-251-1/+2
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr2009-11-242-1/+6
* * vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame2009-11-242-4/+8
* * error.c: include errno.h at beginning.akr2009-11-242-2/+6
* * strftime.c: %Y format a year with 4 digits at least.akr2009-11-244-7/+28
* * defs/known_errors.def: more errors.akr2009-11-242-0/+27
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-246-25/+52
* * bootstraptest/test_thread.rb: propagate the exception within a thread tousa2009-11-241-1/+6
* * file.c (file_path_convert): fix fs_encoding is not assign.naruse2009-11-242-2/+6
* * error.c (rb_strerrno): constified.nobu2009-11-243-2/+6
* * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr2009-11-242-1/+7
* * 2009-11-24svn2009-11-241-2/+2
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-245-14/+45
* * thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu2009-11-232-7/+15
* * dln.c (dln_find_1): removed duplication.nobu2009-11-232-4/+5
* * dln.c (dln_find_1): fixed commit miss.nobu2009-11-231-1/+1
* * dln.c (dln_find_1): removed duplication.nobu2009-11-232-7/+10
* * 2009-11-23svn2009-11-221-2/+2
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-224-15/+37
* * vm_eval.c (rb_search_method_entry): show flags and klass value inakr2009-11-212-10/+26
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-213-2/+16
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-213-1/+13
* * 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