ruby/ext
John Meade efc77d535b [ruby/psych] Ensure strings with only underscores are not processed as Integer
A string similar to "0x____" should be treated as a string.
Currently it is processed as an Integer.

This alters the regex specified by http://yaml.org/type/int.html
to ensure at least one numerical symbol is present in the string
before converting to Integer.

https://github.com/ruby/psych/commit/81479b203e
2024-09-11 17:19:18 +00:00
..
-test-
cgi/escape
continuation
coverage
date
digest [ruby/digest] Suppress md5 deprecation warnings by gcc as well as clang 2024-09-06 05:58:21 +00:00
erb/escape
etc
fcntl
fiddle Added pre-release suffix for development version of default gems 2024-08-31 14:22:17 +09:00
io [ruby/io-console] Fix mixing declarations and code for older versions 2024-09-01 03:46:44 +00:00
json [flori/json] Remove outdated ifdef checks 2024-09-03 11:51:51 +09:00
monitor
objspace
openssl
pathname [ruby/pathname] use delete_prefix instead of sub in find method 2024-09-11 04:49:08 +00:00
psych [ruby/psych] Ensure strings with only underscores are not processed as Integer 2024-09-11 17:19:18 +00:00
pty Handle getlogin failure in PTY.spawn 2024-08-22 11:20:47 +09:00
rbconfig/sizeof
ripper
rubyvm
socket Prefer constants for `shutdown` over magic numbers 2024-09-06 21:58:01 +09:00
stringio Added pre-release suffix for development version of default gems 2024-08-31 14:22:17 +09:00
strscan Added pre-release suffix for development version of default gems 2024-08-31 14:22:17 +09:00
win32 [ruby/resolv] Add spec extensions 2024-09-10 08:33:32 +00:00
win32ole
zlib [ruby/zlib] Bump up 3.1.1 2024-08-31 05:04:30 +00:00
.document
Setup
Setup.atheos
Setup.nt
extmk.rb