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
2021-07-25
pack.c: fixed sign comparison warning.
Yukihiro "Matz" Matsumoto
2021-07-08
pack.c: fix integer signedness mixture.
Yukihiro "Matz" Matsumoto
2021-06-14
pack.c: support `w' directive (BER integer compression).
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: `count` should not be negative for directives `xX@`.
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: raise error for unsupported `w` directive.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: support `@' directive (absolute position).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: refactor pack/unpack 'X'.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: add `X` directive (back up byte).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: `count` should be always positive. no check needed.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: fix `long/int` mixtures.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: remove unused arguments from static functions.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: wrong position after count read.
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: fix 'void*` to `char*` assignment.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: add `default` to `switch` statement to silence warnings.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: support `M` specifier (quoted-printable).
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: raise exception for unsupported specifiers.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: check overflow before calling `pack_x`.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: check overflow before reading count.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: failed to detect overflow when `ch` is zero in `read_tmpl`.
Yukihiro "Matz" Matsumoto
2021-06-05
pack.c: hold `enum` values in `enum` variables not `int`.
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-05
Extend the tab with 8 whitespace
dearblue
2021-02-27
pack.c: add more checks for `pack_pack()`.
Yukihiro "Matz" Matsumoto
2021-01-29
Remove unnecessary range confirmation
dearblue
2021-01-29
Fixed `String#unpack` to handle the highest range of integer values
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Change float representation in `mrb` binary files.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-08-04
Fix wrong condition for `PACK_DIR_HEX`; ref #5057
Yukihiro "Matz" Matsumoto
2020-08-03
Should not decrement `count` when `PACK_FLAG_COUNT2`; fix #5057
Yukihiro "Matz" Matsumoto
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
[next]