summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index 8bf15ad468..67ee20d574 100644
--- a/pack.c
+++ b/pack.c
@@ -1023,7 +1023,7 @@ pack_pack(VALUE ary, VALUE fmt)
numbytes = 1;
buf = rb_str_new(NULL, numbytes);
- rb_integer_pack(from, &sign, NULL, RSTRING_PTR(buf), RSTRING_LEN(buf), 1, 1, INTEGER_PACK_BIG_ENDIAN);
+ rb_integer_pack(from, &sign, RSTRING_PTR(buf), RSTRING_LEN(buf), 1, 1, INTEGER_PACK_BIG_ENDIAN);
if (sign < 0)
rb_raise(rb_eArgError, "can't compress negative numbers");
48927d71bde5df02a0490f5f45bb7fcde913376'>Refactor obj_ivar_set and vm_setivarPeter Zhu 2022-11-10Transition shape when object's capacity changesJemma Issroff 2022-10-31Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn 2022-10-14YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson 2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff 2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson 2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff 2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson 2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff 2022-07-25Change ROBJECT_TRANSIENT_FLAG to use FL_USER2Jemma Issroff 2021-10-20Extract yjit_force_iv_index and make it work when object is frozenAlan Wu 2021-09-10internal/*.h: skip doxygen卜部昌平 2021-08-24Moved rb_deprecate_constant declaration [Feature #18051]Nobuyoshi Nakada 2020-12-16tuning ivar setKoichi Sasada 2020-11-09eagerly initialize ivar table when index is small enoughAaron Patterson 2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada 2020-07-03Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada 2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平 2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平 2020-05-07Allow global variables to moveAaron Patterson 2020-04-13add #include guard hack卜部昌平 2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平 2020-04-02Export `rb_deprecate_constant`Nobuyoshi Nakada 2019-12-26decouple internal.h headers卜部昌平 2019-12-26internal/variable.h rework卜部昌平 2019-12-26split internal.h into files卜部昌平