aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby.c: use String path version parser functionsnobu2013-08-093-5/+19
* * ChangeLog: fix the reason.nobu2013-08-091-2/+1
* * ext/io/console/console.c: delete redefinition of rb_cloexec_open.charliesome2013-08-092-17/+6
* * NEWS: update about new methods for Binding.ko12013-08-092-0/+10
* * proc.c: add Binding#local_variable_get/set/defined?ko12013-08-095-0/+245
* * tool/make-snapshot: Fix order of priority for option parameter.hsbt2013-08-092-1/+5
* configure.in: clock_gettimenobu2013-08-091-2/+1
* file.c: normalize Form Cnobu2013-08-094-6/+31
* * time.c (get_timeval, get_new_timeval): use rb_obj_class()ktsj2013-08-092-2/+8
* * vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj2013-08-094-2/+37
* suppress warning introduced by r42439 [ruby-dev:47040]naruse2013-08-081-1/+1
* common.mk: install archnobu2013-08-081-1/+1
* * 2013-08-09svn2013-08-081-2/+2
* enumerator.c: fix non-single argumentnobu2013-08-083-1/+24
* object.c: Module#singleton_class?nobu2013-08-084-0/+23
* fix typoskazu2013-08-081-2/+2
* * time.c (time_overflow_p): Avoid signed integer overflow.akr2013-08-082-8/+9
* Fix the previous commit.akr2013-08-082-2/+2
* * time.c (time_overflow_p): Avoid signed integer overflow.akr2013-08-082-9/+14
* * thread.c (rb_threadptr_pending_interrupt_check_mask):ko12013-08-082-2/+8
* * string.c (rb_str_format_m): use RARRAY_RAWPTR() instead ofko12013-08-082-1/+6
* * include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.ko12013-08-082-1/+9
* * include/ruby/ruby.h: add old macro name `RUBY_EVENT_SWITCH'.ko12013-08-082-0/+9
* * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'usa2013-08-082-1/+10
* * properties.nobu2013-08-080-0/+0
* * NEWS: add description of incompatibility introduced by r42396.shugo2013-08-082-0/+12
* * common.mk (mini): portable target to build minirubynaruse2013-08-083-0/+59
* proc.c: constifiynobu2013-08-082-2/+2
* test_range.rb: remove invalid assertionsnobu2013-08-081-8/+4
* * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa2013-08-082-0/+9
* Follow r42431naruse2013-08-081-3/+3
* range.c: revert r42400nobu2013-08-083-17/+7
* file.c: rb_str_normalize_ospathnobu2013-08-083-13/+21
* * test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.charliesome2013-08-072-2/+7
* * 2013-08-08svn2013-08-071-2/+2
* * lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain2013-08-074-4/+107
* Add Process.argv0.knu2013-08-075-6/+14
* Add Process.setproctitle().knu2013-08-074-9/+67
* * bignum.c (rb_big_odd_p): Check the bignum length.akr2013-08-072-2/+7
* * bignum.c (dbl2big): A condition simplified.akr2013-08-072-1/+5
* * ChangeLog: missed ticket number.usa2013-08-071-1/+1
* * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}):usa2013-08-072-2/+7
* * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead ofko12013-08-073-7/+13
* * random.c (random_load): use RARRAY_RAWPTR() instead ofko12013-08-072-2/+7
* * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead ofko12013-08-072-1/+6
* * string.c: [DOC] Description of rb_str_equal [Fixes GH-375]zzak2013-08-072-3/+14
* * ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMACzzak2013-08-062-2/+102
* * lib/rss/utils.rb: [DOC] RSS::Utils by Steve Klabnik [Bug #8745]zzak2013-08-062-2/+94
* * 2013-08-07svn2013-08-061-2/+2
* * bignum.c (nlz16): Removed.akr2013-08-062-50/+88