Jean Boussier
|
1a7e7bb2d1
|
object.c: rb_eql returns int not VALUE
It works, but assumes `Qfalse == 0`, which is true today
but might not be forever.
|
2022-10-10 11:35:16 +02:00 |
|
Nobuyoshi Nakada
|
39bc5de833
|
Remove tainted and trusted features
Already these had been announced to be removed in 3.2.
|
2021-12-26 23:28:54 +09:00 |
|
卜部昌平
|
d43accae15
|
include/ruby/internal/intern/object.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
|
2021-09-10 20:00:06 +09:00 |
|
卜部昌平
|
94e5953b48
|
sed -i 's/. They/. They/'
Truly editorial fix for comments. This works better with Emacs'
set-justification-full function. [ci skip]
|
2021-09-10 20:00:06 +09:00 |
|
卜部昌平
|
9e41a75255
|
sed -i 's|ruby/impl|ruby/internal|'
To fix build failures.
|
2020-05-11 09:24:08 +09:00 |
|
卜部昌平
|
b85fd1d690
|
mv include/ruby/{impl,internal}
Devs do not love "impl".
|
2020-05-11 09:24:08 +09:00 |
|