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
/
src
Age
Commit message (
Expand
)
Author
2019-05-22
Merge pull request #4403 from dearblue/read-irep-from-buf
Yukihiro "Matz" Matsumoto
2019-05-21
Update ISO section number for some Numeric methods.
Yukihiro "Matz" Matsumoto
2019-05-21
Export `mrb_int_value` that converts `mrb_float` to `Fixnum`.
Yukihiro "Matz" Matsumoto
2019-05-21
Silence the return value warnings from gcc; ref 237a57b
Yukihiro "Matz" Matsumoto
2019-05-21
Move `**`,`/`,`quo`,`div` and comparison methods to Integral from Numeric
KOBAYASHI Shuji
2019-05-20
Add new functions for numerical operation; ref 237a57b
Yukihiro "Matz" Matsumoto
2019-05-19
Merge pull request #4455 from dearblue/remove-LINE-section
Yukihiro "Matz" Matsumoto
2019-05-19
Remove "LINE" section reader
dearblue
2019-05-18
Move `Kernel#equal? to `BasicObject`
KOBAYASHI Shuji
2019-05-18
Move `Numeric#__coerce_step_counter` to `Integral`
KOBAYASHI Shuji
2019-05-18
Add ISO section number to `Module#===`.
Yukihiro "Matz" Matsumoto
2019-05-18
Rename `struct RIstruct` to `struct RIStruct`.
Yukihiro "Matz" Matsumoto
2019-05-17
Make unused functions private.
Yukihiro "Matz" Matsumoto
2019-05-17
Remove unused `mrb_num_div()` function.
Yukihiro "Matz" Matsumoto
2019-05-17
Move `Numeric#div` to the core.
Yukihiro "Matz" Matsumoto
2019-05-17
Make `flo_rount` to return `Integeral`.
Yukihiro "Matz" Matsumoto
2019-05-17
Change the `num.divmod(float)` to return `[int,num]`.
Yukihiro "Matz" Matsumoto
2019-05-17
Add a new function `mrb_int_value`.
Yukihiro "Matz" Matsumoto
2019-05-17
Use `int64_t` instead of `mrb_int` in `int64_value`.
Yukihiro "Matz" Matsumoto
2019-05-16
Terminate float right shift if shift value is too big.
Yukihiro "Matz" Matsumoto
2019-05-15
Merge pull request #4400 from shuujii/fix-name-assignment-to-frozen-anonymous...
Yukihiro "Matz" Matsumoto
2019-05-11
Use `mrb_ensure_string_type` in `mrb_to_str`
KOBAYASHI Shuji
2019-05-08
Use `mrb_string_value_cstr` in `mrb_str_to_dbl`
KOBAYASHI Shuji
2019-05-07
Refactor `mrb_str_to_cstr` and `mrb_string_value_cstr`
KOBAYASHI Shuji
2019-05-04
Check whether object is immediate in `mrb_gc_(register|unregister)`
KOBAYASHI Shuji
2019-05-04
Merge pull request #4420 from shuujii/simplify-conversion-process-for-i-in-mr...
Yukihiro "Matz" Matsumoto
2019-05-03
Simplify conversion process for `i` in `mrb_get_args()`
KOBAYASHI Shuji
2019-05-03
Fix `FLAG_SRC_STATIC` always set in `mrb_read_irep()` with `MRB_USE_CUSTOM_RO...
dearblue
2019-05-02
Merge pull request #4417 from shuujii/unify-overflow-error-class-for-conversi...
Yukihiro "Matz" Matsumoto
2019-05-02
Unify overflow error class for conversion to integer to `RangeError`
KOBAYASHI Shuji
2019-05-01
Remove unneeded `argc` check in `mrb_str_aref_m()`
KOBAYASHI Shuji
2019-04-25
Singleton class of frozen object should be frozen
KOBAYASHI Shuji
2019-04-24
Add mruby binary loader functions from buffer memory
dearblue
2019-04-24
Check mruby binary size
dearblue
2019-04-24
Check mruby binary version
dearblue
2019-04-24
Fix modiying class variable to frozen class/module
KOBAYASHI Shuji
2019-04-24
Remove unnecessary `mrb_regexp_check()` and related functions.
Yukihiro "Matz" Matsumoto
2019-04-23
Fix name assignment to frozen anonymous class/module
KOBAYASHI Shuji
2019-04-23
Fixed the condition in `mrb_funcall_with_block`; fix #4389
Yukihiro "Matz" Matsumoto
2019-04-22
Use `MRB_ASPEC_XXX()` macro in `codedump()`
KOBAYASHI Shuji
2019-04-16
Fixed a bug in recursive `mrb_top_run` calls; fix #4384
Yukihiro "Matz" Matsumoto
2019-04-15
Fixed wrong function names; fix #4380
Yukihiro "Matz" Matsumoto
2019-04-15
Merge pull request #4379 from shuujii/extract-similar-codes-to-macros-for-mat...
Yukihiro "Matz" Matsumoto
2019-04-14
Extract similar codes to macros for math opcode in `mrb_vm_exec`
KOBAYASHI Shuji
2019-04-14
Merge pull request #4378 from dearblue/memleak-hashtable
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4377 from dearblue/wrong-iv-size
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4376 from dearblue/leak-symbols
Yukihiro "Matz" Matsumoto
2019-04-14
Fix memory leak for hash table index if occur out of memory
dearblue
2019-04-14
Fix wrong size of instance variable if occur out of memory
dearblue
2019-04-14
Remove pointer check after `mrb_malloc()`
dearblue
[next]