| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
for mrbtest
|
|
read_irep_record_1() and read_irep_record() may return NULL.
|
|
|
|
remove unnecessary CHAR_BIT != 8 check
|
|
|
|
mruby uses uint8_t which implies CHAR_BIT == 8.
|
|
|
|
This fix use UINT16_MAX for NULL symbol tag, that means maximum symbol length
is not UINT16_MAX-1.
|
|
|
|
|
|
take-cheeze-dump_lv
|
|
|
|
Check that `lv`'s length is always `nlocals - 1`.
|
|
|
|
|
|
|
|
|
|
Remove redundant NULL checks.
|
|
mrb_malloc causes an exception when memory was empty.
|
|
boudaries on exceptions; close #1942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
According to CONTRIBUTING.md,
Don't use C++ style comments
/* This is the prefered comment style */
Use C++ style comments only for temporary comment e.g. commenting out some code lines.
|
|
- HAVE_IEEEFP_H is nowhere defined or needed at all
- FreeBSD < 4 is unsupported since years
- MSVC workaround (around what exactly?)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strict C89 world view.
|
|
different enumeration type 'enum irep_pool_type' [-Wenum-conversion]"
|
|
|
|
|
|
|
|
|
|
|