aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iseq.c: rb_iseq_disasm: show kw/kwresttopic/iseq-disasm-kwargsKazuki Yamaguchi2016-05-111-2/+19
* compile.c: iseq_calc_param_size: remove impossible ifKazuki Yamaguchi2016-05-111-28/+17
* random.c: consitifynobu2016-05-091-1/+1
* random.c: seed conversionnobu2016-05-091-3/+2
* thread.c: GET_THREAD once in rb_thread_atforknobu2016-05-092-5/+12
* thread.c: clear atfork functionsnobu2016-05-094-7/+30
* openssl/extconf.rb: NO SSL macros firstnobu2016-05-091-8/+10
* webrick/utils.rb: suppress messagesnobu2016-05-091-1/+2
* test_ssl_server.rb: assert_self_signed_certnobu2016-05-091-13/+9
* * include/ruby/{defines,ruby}.h: need to define function attributesusa2016-05-083-38/+47
* * include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors onusa2016-05-082-0/+11
* * gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse2016-05-084-4/+22
* * 2016-05-09svn2016-05-081-1/+1
* * configure.in: check function attirbute const and pure,naruse2016-05-0819-80/+99
* fix typos [ci skip]kazu2016-05-081-2/+2
* * ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse2016-05-082-0/+13
* win32ole_error.h: add attributesnobu2016-05-081-1/+1
* objspace_dump.c: fix formatnobu2016-05-081-2/+2
* file.c: home dir fall backnobu2016-05-083-5/+24
* intern.h: suppress warningsnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse2016-05-083-0/+6
* * 2016-05-08svn2016-05-081-1/+1
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-088-18/+26
* * configure.in: add -Werror=implicit-int to avoid missing type ofnaruse2016-05-082-0/+6
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-073-1/+23
* * properties.svn2016-05-070-0/+0
* * test/webrick/test_ssl_server.rb: Added basic test for `webrick/ssl`hsbt2016-05-072-0/+32
* random.c: optimize int_pair_to_real_inclusivenobu2016-05-072-32/+19
* random.c: split random_int32nobu2016-05-071-10/+25
* random.c: unnecessary declarationsnobu2016-05-071-2/+0
* * 2016-05-07svn2016-05-061-1/+1
* process.c: argument types over conversionnobu2016-05-063-2/+38
* fix a typo [ci skip]kazu2016-05-061-1/+1
* random.c: fill_random_bytes_syscall functionnobu2016-05-061-1/+6
* random.c: refactornobu2016-05-061-42/+24
* random.c: use rb_check_to_intnobu2016-05-061-2/+2
* random.c: prefer rb_check_aritynobu2016-05-061-6/+6
* random.c: sipseed_keys_tnobu2016-05-061-2/+3
* random.c: default seed marknobu2016-05-061-5/+2
* random.c: return value is not GCednobu2016-05-061-3/+2
* enum.c: examples of Enumerable#detect [ci skip]nobu2016-05-052-0/+11
* * 2016-05-06svn2016-05-051-1/+1
* random.c: use uint32_tnobu2016-05-051-5/+5
* * test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk2016-05-052-1/+5
* proc.c: no temporary args arraynobu2016-05-051-10/+1
* proc.c: no unnecessary temporary arraynobu2016-05-051-5/+2
* proc.c: suppress a warningnobu2016-05-051-1/+9
* * string.c (rb_str_sub): Fix a special match variable name.yui-knk2016-05-052-1/+6
* use TH_JUMP_TAGnobu2016-05-0511-33/+48
* * 2016-05-05svn2016-05-051-1/+1