index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-07-18
[ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recover
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey: implement PKey#encrypt and #decrypt
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] Implement `Certificate.load` to load certificate chain. (https...
Samuel Williams
2021-07-18
[ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding first
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] Add SSLSocket#getbyte
Aaron Patterson
2021-07-18
[ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() family
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in Ruby
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey: implement #to_text using EVP API
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ...
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a...
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v...
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1
Kazuki Yamaguchi
2021-07-18
[ruby/openssl] BN.abs and BN uplus
Rick Mark
2021-07-17
One-line pattern matching is no longer experimental
Kazuki Tsujimoto
2021-07-16
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-07-16
[rubygems/rubygems] Fix contradictory message about deletion of default gem
Jared Beck
2021-07-16
[ruby/error_highlight] Fix leaked tempfiles
Nobuyoshi Nakada
2021-07-15
Copy hash compare_by_identity setting in more cases
Jeremy Evans
2021-07-15
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-16
[ruby/irb] Show code page by irb_info on Windows
aycabta
2021-07-16
[ruby/irb] Escape space in free-spacing mode
aycabta
2021-07-15
Make Struct#keyword_init? return nil by default [Feature #18008]
Nobuyoshi Nakada
2021-07-15
Add tests and NEWS [Feature #18008]
NARUSE, Yui
2021-07-15
[ruby/fiddle] Handle#file_name results in very platform dependent
Nobuyoshi Nakada
2021-07-15
[ruby/fiddle] Module file name may be the realpath
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] fixed the test on case-insensitive filesystem
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...
Kenta Murata
2021-07-14
[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...
Kenta Murata
2021-07-14
Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9
Hiroshi SHIBATA
2021-07-13
[ruby/error_highlight] Set the binary mode for Tempfile creation in a test
Yusuke Endoh
2021-07-13
[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...
Aaron Patterson
2021-07-13
[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...
Sutou Kouhei
2021-07-13
[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: fix SetLastError's input type
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: use double quote for string literal
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: add a test for win32_last_socket_error
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: add missing receiver
Sutou Kouhei
2021-07-13
[ruby/fiddle] windows: use GetLastError() for win32_last_error
Sutou Kouhei
2021-07-13
[ruby/error_highlight] Support a file that has no final newline
Yusuke Endoh
2021-07-13
[ruby/error_highlight] Support hard tabs
Yusuke Endoh
2021-07-12
[ruby/error_highlight] Update a test for multibyte characters
Yusuke Endoh
2021-07-11
[ruby/date] Fix comparison with Float::INFINITY
Jeremy Evans
2021-07-11
[ruby/irb] Show LANG and LC_ALL env by irb_info
aycabta
2021-07-10
Remove half-defined Reline on LoadError
Nobuyoshi Nakada
2021-07-10
Skip fiddle tests if fiddle is not avaiable
Nobuyoshi Nakada
2021-07-08
mkmf.rb: try linking at try_var
Nobuyoshi Nakada
2021-07-08
Split test of Hash.[] and add assertion for default value/proc
Nobuyoshi Nakada
2021-07-08
Adapt test_emoji_breaks.rb to Unicode 13.0.0/Emoji 13.0
Martin Dürst
2021-07-07
Sync RubyGems and Bundler with upstream
Hiroshi SHIBATA
2021-07-07
Sync latest bundler & rubygems development version
David Rodríguez
[next]