aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compile.c: move logop DCEnobu2015-11-224-33/+60
* compile.c: optimize useless branchesnobu2015-11-222-1/+17
* fake.rb.in: block commentnobu2015-11-221-7/+8
* compile.c: free labels tablenobu2015-11-221-4/+12
* compile.c: use rb_compile_bugnobu2015-11-221-23/+27
* compile.c: use COMPILE_ERRORnobu2015-11-221-32/+42
* compile.c: flush disasmnobu2015-11-221-0/+1
* compile.c: check each stepsnobu2015-11-221-9/+8
* * configure.in: Add -D_XOPEN_SOURCE=500 (or 600 or 700) on Solarisngoto2015-11-212-0/+54
* * 2015-11-22svn2015-11-211-2/+2
* * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto2015-11-212-1/+7
* fix a typo [ci skip]kazu2015-11-211-1/+1
* fix typos [ci skip]kazu2015-11-211-3/+3
* ruby.c: --debug=frozen-string-literal optionnobu2015-11-214-17/+30
* ruby.c: fix pointer overrunnobu2015-11-212-1/+6
* fix r52690naruse2015-11-211-1/+1
* * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 isnaruse2015-11-212-1/+6
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-2115-18/+26
* * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.naruse2015-11-212-1/+5
* add to NEWS about Queue#closeko12015-11-211-0/+4
* * thread_sync.c: reduce the specification of Queue#close.ko12015-11-213-62/+23
* Visual C++ 14 (2015) uses ucrtbase.dll as c runtimenaruse2015-11-211-1/+2
* read may return nilnaruse2015-11-201-1/+1
* * compile.c (iseq_compile_each): add debug information to NODE_STRko12015-11-207-21/+62
* * 2015-11-21svn2015-11-201-2/+2
* symbol.c: not freeze the receivernobu2015-11-203-7/+21
* * lib/logger.rb: expose logger mutexsonots2015-11-202-8/+10
* * Added missing reference of GitHubhsbt2015-11-201-1/+5
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-203-3/+25
* * lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt2015-11-202-2/+7
* enc-unicode.rb: --headernobu2015-11-201-12/+98
* * array.c: clarify docs for take_while/drop_while samples.hsbt2015-11-202-2/+7
* * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().hsbt2015-11-202-1/+7
* * lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.hsbt2015-11-202-1/+6
* * vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko12015-11-207-8/+167
* * properties.svn2015-11-190-0/+0
* * 2015-11-20svn2015-11-191-2/+2
* add .gitattributesnormal2015-11-192-0/+10
* * ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag.akr2015-11-193-10/+12
* * gc.c (gc_start): force to invoke GC by GC.startko12015-11-193-2/+20
* * gc.c: trivial performance improvements.ko12015-11-192-8/+31
* ruby.c: fix ARGV doc [ci skip]nobu2015-11-192-2/+6
* ruby.c: feature_optionnobu2015-11-191-20/+21
* * signal.c: should also clear ruby_disable_gc.ko12015-11-192-1/+6
* * compile.c (iseq_compile_each): T_IMEMO/iseq objects should beko12015-11-192-2/+7
* * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt2015-11-1911-90/+211
* ruby.c: set compile options at oncenobu2015-11-191-13/+24
* * win32/win32.c (finish_overlapped_socket): return value of thisusa2015-11-192-1/+8
* compile.c: tailcall before specializenobu2015-11-192-7/+32
* * win32/win32.c (finish_overlapped_socket): ignore EMSGSIZE when input,usa2015-11-192-1/+12