aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: trivial optimizationsnobu2015-07-231-4/+7
* string.c: taint flagsnobu2015-07-234-27/+41
* string.c: str_shared_replacenobu2015-07-231-3/+11
* ossl_ssl.c: suppress warningsnobu2015-07-231-1/+1
* parse.y: pop cmdargnobu2015-07-233-0/+11
* fix tests bu not setting the string instance on the frozen objecttenderlove2015-07-222-1/+5
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-223-0/+108
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-224-4/+144
* * 2015-07-23svn2015-07-221-2/+2
* fix typos [ci skip]kazu2015-07-221-3/+3
* string.c: fix coderange of reversenobu2015-07-223-14/+20
* * ChangeLog: fix a typo for r51324. [ci skip]nagachika2015-07-221-1/+1
* ruby.h: ASSUMEnobu2015-07-222-1/+9
* * vm_core.h: modify layout of rb_iseq_constant_body.ko12015-07-222-20/+24
* * vm_core.h: remove unused declaration ofko12015-07-222-4/+5
* * vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko12015-07-225-29/+40
* * test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seemsusa2015-07-221-2/+2
* * lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt2015-07-222-1/+6
* common.mk: fix execnobu2015-07-221-6/+6
* * test/ruby/test_range.rb: Add test case for Range#end withhsbt2015-07-222-0/+6
* fix doc for Numeric#coerce [ci skip]nobu2015-07-222-1/+6
* Makefile.in: PIC lex.cnobu2015-07-224-56/+149
* parse.y: call rb_intern2nobu2015-07-221-1/+1
* common.mk: add execnobu2015-07-221-6/+6
* thread.c: return the errornobu2015-07-221-0/+1
* follow r51064naruse2015-07-211-2/+2
* suppress warningsnaruse2015-07-211-2/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-2125-1138/+1155
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-212-3/+4
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-215-9/+20
* fix ChangeLogko12015-07-211-1/+1
* * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko12015-07-215-10/+19
* * method.h: constify rb_method_iseq_t::iseqptr.ko12015-07-214-5/+13
* * 2015-07-22svn2015-07-211-2/+2
* * gc.c (internal_object_p): Now a singleton classes appear byko12015-07-213-3/+23
* thread.c: refactor a loopnobu2015-07-212-81/+85
* * test/ruby/test_range.rb: Add test for Range#hashhsbt2015-07-212-0/+7
* Makefile.sub: UNREACHABLEnobu2015-07-211-0/+1
* console.c: undefined vknobu2015-07-213-3/+493
* cont.c: CreateFiberEx fallbacknobu2015-07-211-0/+4
* win32.c: symlink constants fallbacknobu2015-07-211-0/+11
* ruby/missing.h: M_PI fallback definitionnobu2015-07-213-4/+8
* ruby/win32.h: include windows.hnobu2015-07-213-0/+9
* * compile.c: constify the first parameter (iseq).ko12015-07-214-4/+12
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-212-2/+8
* load.c (ruby_dln_librefs): make staticnormal2015-07-212-1/+5
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-212-1/+5
* test_process.rb: split a testnobu2015-07-211-1/+11
* * 2015-07-21svn2015-07-201-2/+2
* io.c: IO.copy_stream uses poll on Linuxnormal2015-07-202-1/+56