summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-12-01* missing/explicit_bzero.c: add a few comment.kosaki
2015-11-30missing/explicit_bzero.c: Fixup r52806normal
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki
2015-11-30* test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki
2015-11-30* random.c (InitVM_Random): move Random::DEFAULT initializationkosaki
2015-11-30* random.c (Init_RandomSeed): move all Random::DEFAULTkosaki
2015-11-30* random.c (init_hashseed, init_siphash): extract initializekosaki
2015-11-30* configure.in: sort AC_CHECK_HEADERS() by alphabetical order.kosaki
2015-11-30* random.c (init_randomseed): remove "initial" argument. It neverkosaki
2015-11-30* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandomkosaki
2015-11-30* ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes couldkosaki
2015-11-30* include/ruby/util.h: remove a warning suppression C4723kosaki
2015-11-30* random.c: random_raw_seed don't use GRND_NONBLOCK. GRND_NONBLOCKkosaki
2015-11-30* missing/explicit_bzero.c: new file. define explicit_bzero.kosaki
2015-11-30fix a typo [ci skip]kazu
2015-11-30* ext/readline/extconf.rb: call dir_config("libedit")naruse
2015-11-29variable.c: remove spurious #define for globalsnormal
2015-11-29Corrected grammar errors [ci skip]nobu
2015-11-28parse.y: last content of heredocnobu
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-26compile.c: tailcall opt for indexersnobu
2015-11-26* regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c:naruse
2015-11-26* test/coverage/test_coverage.rb: Added test-case for Coverage.restart.hsbt
2015-11-26* test/coverage/test_coverage.rb: Added test-case for Coverage.peek_resulthsbt
2015-11-25test/openssl/test_ssl.rb (test_copy_stream): new testnormal
2015-11-25io.c: try to_io firstnobu
2015-11-25* io.c (argf_getpartial): should not resize str if the secondshugo
2015-11-24* configure.in: On Solaris, it is safe to define _LARGEFILE_SOURCEngoto
2015-11-24fix a typo [ci skip]kazu
2015-11-24* lib/rubygems/installer.rb: Fix two double-word typos.hsbt
2015-11-24Drop support for BeOSnobu
2015-11-24internal.h: export rb_gc_for_fdnobu
2015-11-24Add missing punctuation to File docs [ci skip]nobu
2015-11-23Fix Struct#dig issue number [ci skip]nobu
2015-11-23ext/socket/init.c (rsock_accept): handle ENOMEMnormal
2015-11-23use rb_gc_for_fd for more callersnormal
2015-11-23io.c (rb_gc_for_fd): wrapper for retrying FD creationnormal
2015-11-23fiddle: release GVL for ffi_callnormal
2015-11-23* configure.in: On Solaris, with gcc, "-std=iso9899:1999"ngoto
2015-11-23Haiku now best effort supportnobu
2015-11-23* gems/bundled_gems: bump version to minitest-5.8.3hsbt
2015-11-22* ChangeLog: fix wrong reference for r52714hsbt
2015-11-22* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGCodaira
2015-11-22* lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto
2015-11-22* ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt
2015-11-22* configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when bothngoto
2015-11-22compile.c: move logop DCEnobu
2015-11-22compile.c: optimize useless branchesnobu
2015-11-21* configure.in: Add -D_XOPEN_SOURCE=500 (or 600 or 700) on Solarisngoto
2015-11-21* test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto