summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-16[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: simplify ossl_pkey_new()Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: replace DupConfigPtr() with GetConfig()Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre
2021-03-16[ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada
2021-03-16[ruby/rdoc] Suppress unused variable warning of "text"aycabta
2021-03-16[ruby/rdoc] Allow empty .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada
2021-03-16[ruby/rdoc] Add table styleNobuyoshi Nakada
2021-03-16[ruby/rdoc] Support GFM tableNobuyoshi Nakada
2021-03-16[ruby/rdoc] Update Rdoc.css sidebar panel.Pankaj Doharey
2021-03-16Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-03-16* 2021-03-16 [ci skip]git
2021-03-16Copy only generated parser files when RDoc syncsaycabta
2021-03-15NEWS of [Feature #12194] [ci skip]Nobuyoshi Nakada
2021-03-15Support GCC's DWARF 5 [Bug #17585] (#4240)Yusuke Endoh
2021-03-15File.dirname optional levelNobuyoshi Nakada
2021-03-15* 2021-03-15 [ci skip]git
2021-03-15Check backref number buffer overrun [Bug #16376]xtkoba (Tee KOBAYASHI)
2021-03-14Properly convert time_t [Bug #17645]Nobuyoshi Nakada
2021-03-14--dont-cuddle-else [ci skip]Nobuyoshi Nakada
2021-03-14* 2021-03-14 [ci skip]git
2021-03-14Explicitly cast __s64 to time_t [Bug #17645]xtkoba (Tee KOBAYASHI)
2021-03-13[Doc] Fix multiple `Magic Comments` exampleKenichi Kamiya
2021-03-13Revert "Extracted AtomicWrite"Nobuyoshi Nakada
2021-03-13Moved locking VM to an atomic operationNobuyoshi Nakada
2021-03-13Extracted AtomicWriteNobuyoshi Nakada
2021-03-13* 2021-03-13 [ci skip]git
2021-03-12Fix integer/float remainder with infinity argument of opposite signJeremy Evans
2021-03-12Removed an unused declarationNobuyoshi Nakada
2021-03-12Renamed functions for Fiber singleton methodsNobuyoshi Nakada
2021-03-12Constified variables for getenvNobuyoshi Nakada
2021-03-12Bundle RBS 1.1.1 (#4259)Soutaro Matsumoto
2021-03-12Removed a duplicate setting for mingwNobuyoshi Nakada
2021-03-12* 2021-03-12 [ci skip]git
2021-03-12Remove .travis.ymlNARUSE, Yui
2021-03-11Revert "Update bundled_gems"Kazuhiro NISHIYAMA
2021-03-11Create the test file under the created temporary directoryNobuyoshi Nakada
2021-03-10Simplify ibf_dump_object_symbol by delegating to ibf_dump_object_stringJean Boussier
2021-03-10Add a benchmark for RubyVM::InstructionSequence.load_from_binaryJean Boussier
2021-03-10Pre-freeze ISeq names to avoid useless duplicationJean Boussier
2021-03-10Use rb_enc_interned_str in ibf_load_object_stringJean Boussier
2021-03-10Specialize ibf_load_object_symbol and ibf_dump_object_symbolJean Boussier