aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h: constify rb_iseq_constant_body::param::opt_table andko12015-07-243-96/+116
* * 2015-07-25svn2015-07-241-2/+2
* * vm_core.h: constify rb_iseq_constant_body::catch_table.ko12015-07-245-38/+51
* st.c: fix arguments order to comparenobu2015-07-242-5/+11
* string.c: fstring must not be a shared stringnobu2015-07-242-4/+12
* * test/rinda/test_rinda.rb (RingIPv6#prepare_ipv6): prevent to usengoto2015-07-242-3/+18
* * 2015-07-24svn2015-07-241-2/+2
* string.c: pool only bare strings in fstringnobu2015-07-244-6/+127
* Add tests for `File.extname`nobu2015-07-243-0/+14
* * remove trailing spaces.svn2015-07-231-1/+1
* * vm_core.h: constify rb_iseq_constant_body::local_table andko12015-07-234-19/+41
* * vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko12015-07-235-16/+30
* string.c: new string for fake stringnobu2015-07-231-3/+14
* 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