index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-pack
/
src
Age
Commit message (
Expand
)
Author
2020-04-11
Support `MRB_DISABLE_STDIO` for mruby-pack; ref #4954
dearblue
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2019-09-25
Use inttypes for `snprintf()`
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-14
Fix empty array refers; ref #4556
dearblue
2019-07-14
Fix pack/unpack for base64; ref #4556
dearblue
2019-06-18
Fix path of `error.h`.
Hiroshi Mimaki
2019-05-16
Avoid potential type mismatch warnings in `pack.c`.
Yukihiro "Matz" Matsumoto
2019-05-16
Avoid potential integer overflow.
Yukihiro "Matz" Matsumoto
2019-03-25
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
Yukihiro "Matz" Matsumoto
2019-01-03
pack: Remove redundant float check in pack_utf8()
KOBAYASHI Shuji
2018-12-22
Define byte order macros, if not defined it and there are alternatives
dearblue
2018-12-21
Fixed a bug on platforms without `BYTE_ORDER`; ref #4190
Yukihiro "Matz" Matsumoto
2018-12-21
`mruby-pack` should not rely on `MRB_ENDIAN_BIG` macro; fix #4190
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-01
Silence Appveyor's VC compilation warnings.
Yukihiro "Matz" Matsumoto
2018-09-18
Use `mrb_to_flo()` to check return value from `to_f`; fix #4115
Yukihiro "Matz" Matsumoto
2018-09-07
Add a new method `unpack1` to `mruby-pack` gem.
Yukihiro "Matz" Matsumoto
2018-09-07
Fix heap buffer overflow in `unpack_a`; fix #4103
Yukihiro "Matz" Matsumoto
2018-06-15
Fixed wrong usages of `mrb_raisef()`; ref #4043
Yukihiro "Matz" Matsumoto
2018-03-02
Round up the `dstlen` value; fix #3949
Yukihiro "Matz" Matsumoto
2018-02-13
Check `sizeof(base64_dec_tab)` in base64 encoding; fix #3947
Yukihiro "Matz" Matsumoto
2018-02-13
Check negative offset in `pack` method; fix #3944
Yukihiro "Matz" Matsumoto
2018-02-13
Fixed wrong offset in `pack_x` function; ref #3944
Yukihiro "Matz" Matsumoto
2018-02-13
Use 'mrb_raise` instead of `mrb_raisef` when no argument given.
Yukihiro "Matz" Matsumoto
2018-02-10
Check negative `count` in `pack_x` and `unpack_x`; fix #3944
Yukihiro "Matz" Matsumoto
2018-02-09
Check if `mruby-pack` template count overflow; fix #3942
Yukihiro "Matz" Matsumoto
2017-12-13
Reduce VC++ type mismatch warnings.
Yukihiro "Matz" Matsumoto
2017-12-12
Do not use `FIXABLE` when `mrb_int` is big enough.
Yukihiro "Matz" Matsumoto
2017-12-12
Reduce type mismatch warnings in pack.c.
Yukihiro "Matz" Matsumoto
2017-12-12
Fixed the mixture of `int` and `long` in `mruby-pack`.
Yukihiro "Matz" Matsumoto
2017-12-12
Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack
Yusuke Endoh
2017-12-11
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-09
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-07
Avoid uninitialized local variables in `mruby-pack`.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-pack/' from commit '383a9c79e191d524a9a2b4107cc5043ecbf6190b'
Yukihiro "Matz" Matsumoto