aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rubygems/installer.rb: Fix two double-word typos.hsbt2015-11-242-2/+7
* Drop support for BeOSnobu2015-11-2415-165/+17
* internal.h: export rb_gc_for_fdnobu2015-11-242-1/+6
* Add missing punctuation to File docs [ci skip]nobu2015-11-242-1/+6
* Fix Struct#dig issue number [ci skip]nobu2015-11-232-1/+6
* ext/socket/init.c (rsock_accept): handle ENOMEMnormal2015-11-232-0/+5
* use rb_gc_for_fd for more callersnormal2015-11-236-7/+14
* io.c (rb_gc_for_fd): wrapper for retrying FD creationnormal2015-11-232-11/+27
* * 2015-11-24svn2015-11-231-2/+2
* fiddle: release GVL for ffi_callnormal2015-11-238-36/+124
* * configure.in: On Solaris, with gcc, "-std=iso9899:1999"ngoto2015-11-232-0/+14
* Haiku now best effort supportnobu2015-11-2310-31/+72
* * gems/bundled_gems: bump version to minitest-5.8.3hsbt2015-11-232-1/+5
* * 2015-11-23svn2015-11-221-2/+2
* * ChangeLog: fix wrong reference for r52714hsbt2015-11-221-1/+5
* * gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGCodaira2015-11-222-3/+15
* * lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto2015-11-222-57/+70
* * ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt2015-11-222-1/+6
* * configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when bothngoto2015-11-222-24/+24
* compile.c: fix positionnobu2015-11-221-1/+1
* 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