1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Peter Zhu efb91ff19b Rename rb_ary_tmp_new to rb_ary_hidden_new
rb_ary_tmp_new suggests that the array is temporary in some way, but
that's not true, it just creates an array that's hidden and not on the
transient heap. This commit renames it to rb_ary_hidden_new.
2022-07-26 09:12:09 -04:00
..
-test- Fix rb_profile_frames output includes dummy main thread frame 2022-07-26 10:43:44 +09:00
bigdecimal [ruby/bigdecimal] Remove checks for struct RRational and struct RComplex 2022-07-14 21:02:02 +09:00
cgi/escape Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
continuation [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
coverage Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
date [ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/63) 2022-07-12 22:57:25 +09:00
digest Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
etc [ruby/etc] [DOC] Markup constant path names 2022-06-19 11:06:43 +09:00
fcntl [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
fiddle Rename rb_ary_tmp_new to rb_ary_hidden_new 2022-07-26 09:12:09 -04:00
io Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
json [flori/json] Bump version to 2.6.2 2022-05-20 17:49:13 +09:00
monitor [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
nkf Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
objspace Adjust indents [ci skip] 2022-07-22 21:59:27 +09:00
openssl Rename rb_ary_tmp_new to rb_ary_hidden_new 2022-07-26 09:12:09 -04:00
pathname Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
psych [ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440) 2022-07-15 01:39:42 +09:00
pty Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
racc/cparse [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
rbconfig/sizeof [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
readline Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ripper [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
rubyvm
socket Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
stringio [ruby/stringio] Fix the result of StringIO#truncate so compatible with File 2022-07-01 00:52:29 +09:00
strscan [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
syslog Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32 Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32ole Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
zlib Removed mswin patch for zlib-1.2.11 2022-04-05 14:30:47 +09:00
.document Remove unnecessary files from .document 2020-12-20 16:00:13 +09:00
extmk.rb Make extensions under Gem.extension_api_version directory 2022-07-24 22:32:07 +09:00
Setup
Setup.atheos
Setup.nt