1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Rei Odaira ceeae31901 Avoid using the altzone variable in AIX
In AIX, altzone exists in the standard library but is not declared
in time.h.  By 524513be39, have_var
and try_var in mkmf recognizes a variable that exists in a library
even when it is not declared.  As a result, in AIX, HAVE_ALTZONE
is defined, but compile fails due to the lack of the declaration.
2021-10-02 21:23:34 -05:00
..
-test- [ruby/fiddle] Create extconf header for MSVC 2021-09-05 17:31:46 +09:00
bigdecimal Fixed 'maybe_unused' attribute 2021-07-06 01:13:54 +09:00
cgi/escape Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE 2021-05-04 14:56:55 +02:00
continuation
coverage
date Avoid using the altzone variable in AIX 2021-10-02 21:23:34 -05:00
digest [ruby/digest] Also drop to support Ruby 2.4 2021-07-28 11:48:36 +09:00
etc
fcntl
fiddle [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69) 2021-09-05 17:43:48 +09:00
io
json Update the latest version of json.gemspec from flori/json 2021-07-29 15:57:58 +09:00
monitor Distinguish signal and timeout [Bug #16608] 2021-07-25 13:09:03 -07:00
nkf Fix -Wundef warnings in core extensions 2021-05-04 14:56:55 +02:00
objspace [Feature #18045] Remove T_PAYLOAD 2021-08-25 09:28:21 -04:00
openssl [ruby/openssl] Add fallthrough comments 2021-09-12 22:49:07 +09:00
pathname [Feature #16972] Add mode: option to Pathname#mkpath 2021-08-31 11:53:41 +09:00
psych [ruby/psych] Replace A-Za-z with [:alpha:] 2021-08-31 19:34:54 +09:00
pty
racc/cparse [ruby/racc] Add missing check for rb_block_call() 2021-07-18 20:38:34 +09:00
rbconfig/sizeof
readline Added missing declarations in readline.h bundled with macOS 10.13 2021-07-09 08:52:35 +09:00
ripper dependency updates 2021-04-13 14:30:21 +09:00
rubyvm
socket [DOC] Use unpack1 instead of unpack(template)[0] [ci skip] 2021-09-23 09:20:00 +09:00
stringio [ruby/stringio] Suppress a sign-compare warning 2021-07-08 16:43:22 +09:00
strscan [ruby/strscan] Replace "iff" with "if and only if" (#18) 2021-05-06 16:21:14 +09:00
syslog
win32 Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
win32ole Fix _MSC_VER warnings 2021-06-03 00:07:25 +09:00
zlib [ruby/zlib] Don't print out warnings when finalizing 2021-08-31 23:20:42 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt