Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] NEWS entries for C APIs #9257

Merged
merged 1 commit into from Dec 15, 2023
Merged

[DOC] NEWS entries for C APIs #9257

merged 1 commit into from Dec 15, 2023

Conversation

ko1
Copy link
Contributor

@ko1 ko1 commented Dec 15, 2023

compare with Ruby 3.2 and Ruby 3.3 libruby.so

ko1@WSL2 ~/ruby/build/trunk
$ objdump -T ../ruby_3_2/libruby.so | ruby -e 'r = []; ARGF.each_line{|l| r << [$1,$3] if /^[\da-f]+ (.{7}) (\S+).+\s(\S+$)/ =~ l and $2 != "*U
ND*" and !$3.start_with?("_")}; pp r.sort' > expo.3.2

ko1@WSL2 ~/ruby/build/trunk
$ objdump -T libruby.so | ruby -e 'r = []; ARGF.each_line{|l| r << [$1,$3] if /^[\da-f]+ (.{7}) (\S+).+\s(\S+$)/ =~ l and $2 != "*UND*" and !$3
.start_with?("_")}; pp r.sort' > expo.3.3

ko1@WSL2 ~/ruby/build/trunk
$ diff -u expo.3.2 expo.3.3 | x

@ko1 ko1 merged commit 9c9e6d5 into ruby:master Dec 15, 2023
15 of 16 checks passed
@ioquatix
Copy link
Member

This is great, nice work. Thanks for writing about the changes to io.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants