summaryrefslogtreecommitdiff
path: root/spec/ruby/library/set/intersection_spec.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-01-16 14:26:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-01-16 14:26:48 +0900
commitd8c21d0780e0fc061a396e66d25b7b87de3108a4 (patch)
tree3d1039aecc46da54464e9aeaf842c4197506d79e /spec/ruby/library/set/intersection_spec.rb
parent10876c271b4ced81d852f532231ff87bd14defc9 (diff)
merge revision(s) d209e6f1c0a93ad3ce1cc64dd165a6b67672614d: [Backport #21715]ruby_3_3
search_nonascii(): Replace UB pointer cast with memcpy Casting a pointer to create an unaligned one is undefined behavior in C standards. Use memcpy to express the unaligned load instead to play by the rules. Practically, this yields the same binary output in many situations while fixing the crash in [Bug #21715].
Diffstat (limited to 'spec/ruby/library/set/intersection_spec.rb')
0 files changed, 0 insertions, 0 deletions
span>Upgrade to RDoc 2.5.8drbrain 2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain 2010-04-02* {lib,test}/rdoc: removed trailing spaces. reapplied r22784.nobu 2010-04-01Import RDoc 2.5drbrain 2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu 2008-09-25Import RDoc 2.2.1 r185drbrain 2008-07-21Update to RDoc 2.1.0 r112drbrain 2008-07-18Import RDoc r101.drbrain 2008-04-26Import RDoc 2.0.0 r56.drbrain 2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz 2008-02-08* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse 2008-01-31 * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa 2008-01-30 * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa 2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain 2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain 2008-01-08Speed up Marshal load, fix bug with nested classes' methodsdrbrain 2008-01-08Clean up namespacing of RI's classesdrbrain