summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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* 2015-12-01svn
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-30parse.y: dispatch heredoc endnobu
2015-11-30vm_eval.c: make dsymnobu
2015-11-30symbol.c: rb_sym_internnobu
2015-11-29* 2015-11-30svn
2015-11-29variable.c: remove spurious #define for globalsnormal
2015-11-29SIGTERM should be also capturednaruse
2015-11-29version.c: remove ruby_engine_namenobu
2015-11-29* 2015-11-29svn
2015-11-29Corrected grammar errors [ci skip]nobu
2015-11-28parse.y: last content of heredocnobu
2015-11-28ripper/lexer.rb: dispatch aliasnobu
2015-11-28ripper/core.rb: share handlersnobu
2015-11-28ripper/core.rb: dispatch aliasnobu
2015-11-27* 2015-11-28svn
2015-11-27fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse
2015-11-27test_parser_events.rb: suppress a warningnobu
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-27parse.y: reduce ifdefsnobu
2015-11-26* 2015-11-27svn
2015-11-26Use more tough server: GitHub or repo.or.cznaruse
2015-11-26increase additional nfilesnaruse
2015-11-26compile.c: tailcall opt for indexersnobu
2015-11-26downloader.rb: Downloader.httpsnobu
2015-11-26* remove trailing spaces.svn
2015-11-26* regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c:naruse
2015-11-26fixup! r52695naruse
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-25* 2015-11-26svn
2015-11-25test/openssl/test_ssl.rb (test_copy_stream): new testnormal
2015-11-25io.c: try to_io firstnobu
2015-11-25iseq.h: rename membernobu
2015-11-25add NEWS entry about --debug=frozen-string-literalko1
2015-11-25configure.in: color to ifchangenobu
2015-11-25test_objectspace.rb: missing tests from rubyspecnobu
2015-11-25* io.c (argf_getpartial): should not resize str if the secondshugo
2015-11-24* 2015-11-25svn
2015-11-24* configure.in: On Solaris, it is safe to define _LARGEFILE_SOURCEngoto