aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * time.c: modified doc.tadf2012-05-263-3/+8
* * vm.c (backtrace_*): change type of lev and n from size_t to int.ko12012-05-263-10/+22
* file.c: fix for UNCnobu2012-05-263-0/+20
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2
* * test/ruby/test_backtrace.rb (test_caller_lev):ko12012-05-262-1/+6
* ChangeLog: fix typosko12012-05-261-5/+4
* * NEWS: add Kernel#caller's second argument.ko12012-05-262-0/+6
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-264-51/+300
* * vm.c (frame_info_to_str): add `break'.ko12012-05-263-88/+72
* * vm.c (rb_frame_info_t): keep previous ISEQ frame info for CFUNCko12012-05-262-21/+76
* * 2012-05-26svn2012-05-261-2/+2
* * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss2012-05-263-37/+173
* * test/openssl/test_ssl.rb: Clarify the intention of errors to beemboss2012-05-252-11/+22
* * ext/openssl/ossl_ssl.c: Revert r35583emboss2012-05-253-0/+11
* vm.c: adjust argument typesnobu2012-05-251-3/+3
* * vm_eval.c (rb_f_caller): caller() method accepts second optionalko12012-05-253-11/+67
* * vm.c (oldbt_init, vm_backtrace_str_ary): arg->data shouldko12012-05-252-1/+6
* * trunk/ext/-test-/printf/printf.c: change function names because ofusa2012-05-252-6/+11
* * properties.nobu2012-05-251-57/+57
* * vm.c: refactoring backtrace related funcitons.ko12012-05-256-169/+342
* * test/-ext-/test_printf.rb: tests for [Feature #5896].nobu2012-05-253-0/+56
* * enum.c (enum_count): Enumerable#count no longer uses #size whendrbrain2012-05-242-5/+9
* sprintf.c: inspect by plusnobu2012-05-244-7/+20
* * 2012-05-25svn2012-05-241-2/+2
* Bug #5348nobu2012-05-242-0/+11
* Feature #5896nobu2012-05-246-10/+88
* vm.c: marshal compatibilitynobu2012-05-241-2/+1
* vm.c: fix typonobu2012-05-241-2/+4
* vm.c: rb_typeddata_is_kind_ofnobu2012-05-241-6/+1
* vm_eval.c: fix typesnobu2012-05-242-10/+10
* vm.c: suppress 64-to-32 warningsnobu2012-05-242-8/+8
* * vm_method.c (rb_method_defined_by): removed.ko12012-05-245-20/+19
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-2411-28/+426
* Fix wrong filename: enc/shift_jis.c -> string.c (r35724).naruse2012-05-241-1/+1
* * 2012-05-24svn2012-05-241-2/+2
* Bug #6487nobu2012-05-243-35/+88
* Ignore extconf.rb generated mkmf.logdrbrain2012-05-230-0/+0
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-233-12/+61
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-2321-46/+46
* * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):usa2012-05-232-8/+28
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-2211-1437/+1448
* * 2012-05-23svn2012-05-221-2/+2
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-223-0/+33
* remove trailing spacesnobu2012-05-221-1/+1
* rescue EPIPE raised from conn.print because of client's timeoutnaruse2012-05-221-11/+13
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-2210-77/+114
* * 2012-05-22svn2012-05-211-2/+2
* * struct.c (rb_struct_members): Refactoring. As Struct#members hadmame2012-05-212-11/+11
* OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.naruse2012-05-211-1/+1
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-213-10/+209