Age | Commit message (Expand) | Author |
---|
2024-09-29 | Expand buffer at once then fill it at once | Nobuyoshi Nakada |
2024-09-29 | Extract common code from `pack_pack` and `pack_unpack_internal` | Nobuyoshi Nakada |
2024-05-23 | Introduce a specialize instruction for Array#pack | Nobuyoshi Nakada |
2023-10-06 | Reuse `natstr` if it equals `endstr` | Nobuyoshi Nakada |
2023-01-20 | Fix a typo in BUG message [ci skip] | Nobuyoshi Nakada |
2023-01-05 | Add RBIMPL_ATTR_NORETURN to unknown_directive | Peter Zhu |
2023-01-05 | Raise an ArgumentError for unknown pack/unpack directive | Benoit Daloze |
2022-12-16 | Unconditionally warn "unknown pack/unpack directive" | Yusuke Endoh |
2022-12-01 | [Bug #19108] Check for the encoding of pack/unpack format | Nobuyoshi Nakada |
2022-11-24 | Reduce duplication in pack by sharing code for some cases | Jeremy Evans |
2022-11-22 | Use `enum` over `int` | Nobuyoshi Nakada |
2022-11-10 | Fix bug in array pack with shared strings | Jemma Issroff |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2021-10-26 | pack.c: add an offset argument to unpack and unpack1 | Jean Boussier |
2021-10-24 | Refactor associated pointer | Nobuyoshi Nakada |
2021-10-22 | Extract UNPACK_FETCH | Nobuyoshi Nakada |
2021-08-24 | Moved exported symbols in internal/util.h to ruby/util.h | Nobuyoshi Nakada |
2021-07-24 | Escape unprintable chars only, without surrounding quotes | Nobuyoshi Nakada |
2020-08-15 | RARRAY_AREF: convert into an inline function | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2019-12-29 | Separate builtin initialization calls | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-11-14 | try to remove vm_core.h | Koichi Sasada |
2019-11-13 | Try to fix error on solaris | Kazuhiro NISHIYAMA |
2019-11-08 | Rubified the APIs of pack.c | Yusuke Endoh |
2019-08-09 | Added some examples to the documentation for String#unpack1 because | iain barnett |
2019-07-22 | Fix documentation for Array#pack m directive count specifier [ci skip] | Jeremy Evans |
2019-03-28 | [DOC] fix markups [ci skip] | nobu |
2018-11-16 | pack.c: cast from double to float can be undefined | shyouhei |
2018-11-16 | pack.c: refine warning | nobu |
2018-11-16 | pack.c: adjust indent [ci skip] | nobu |
2018-10-17 | * expand tabs. | svn |
2018-10-17 | infect taint flag on Array#pack and String#unpack | nagachika |
2018-07-24 | UNREACHABLE_RETURN | nobu |
2018-04-19 | pack/unpack M only handles LF line breaks [Feature #14352] | naruse |
2018-03-28 | pack.c: fix underflow | nobu |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2017-12-19 | Workaround for optimization bug of Oracle Developer Studio 12.4-12.6 | ngoto |
2017-09-29 | pack.c: unpack "M" may be ASCII only | nobu |
2017-04-14 | Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5 | ngoto |
2017-02-21 | backward.h: 2.2 deprecated features | nobu |
2017-02-17 | DEPRECATED_INTERNAL_FEATURE | nobu |
2016-12-26 | pack.c: avoid returning uninitialized String | rhe |
2016-12-01 | Remove unused variable | naruse |
2016-12-01 | String#unpack1 [Feature #12752] | naruse |
2016-12-01 | Remove `offset:` from `Array#pack` | usa |
2016-12-01 | Supports `buffer` and `offset` in `Array#pack` | usa |