| Age | Commit message (Collapse) | Author |
|
|
|
add assert before write khash del flags
|
|
|
|
|
|
|
|
Use kh_end instead to n_buckets
|
|
|
|
And fix expression to more simple and readable.
|
|
|
|
|
|
because there can be substituted by n_buckets
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
The APIs are defined in mruby-proc-ext so include it before using this API.
See mruby-proc-ext's test code for usage.
This should resolve #1794.
|
|
|
|
boudaries on exceptions; close #1942
|
|
|
|
According to include/mruby.h,
/* compatibility macros; will be removed */
#define ARGS_REST() MRB_ARGS_REST()
|
|
|
|
|
|
Revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING.
|
|
|
|
|
|
|
|
strlen()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add MRB_INT_BIT
|
|
add including limits.h.
|
|
Because Android's libc(bionic) defines SIZE_MAX at limits.h.
|
|
strlen(3) + string literal is usually optimized but strlen(3) doesn't
check if its argument is really a string literal. This is important for
mruby's _static functions to which some _lit macros are expanded (string
literals have static storage). See comment for some additional info.
remove unnecessary parentheses
|
|
|
|
|
|
|
|
use NAN and INFINITY macros
|
|
|
|
|
|
|
|
|
|
|