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-06-27
Skip copying delete keys in a hash; fix #4534
Yukihiro "Matz" Matsumoto
2019-06-26
Silence unused label warnings from gcc; ref #4524
KOBAYASHI Shuji
2019-06-26
Merge pull request #4524 from dearblue/reverse-utf8
Yukihiro "Matz" Matsumoto
2019-06-26
Merge pull request #4532 from shuujii/fix-String-byteslice-with-MRB_UTF8_STRI...
Yukihiro "Matz" Matsumoto
2019-06-25
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
KOBAYASHI Shuji
2019-06-25
Merge pull request #4528 from shuujii/fix-argument-specs-to-Array
Yukihiro "Matz" Matsumoto
2019-06-25
Merge pull request #4530 from shuujii/compare-obj-pointer-directly-instead-of...
Yukihiro "Matz" Matsumoto
2019-06-25
Fixed `mrb_iv_remove` with immediate objects; fix #4519
Yukihiro "Matz" Matsumoto
2019-06-25
Fix `mrb_str_to_str()` to handle symbols.
Yukihiro "Matz" Matsumoto
2019-06-24
Compare obj pointer directly instead of using mrb_obj_eq in mrb_gc_unregister
KOBAYASHI Shuji
2019-06-23
Fix argument specs to `Array`
KOBAYASHI Shuji
2019-06-23
Merge pull request #4526 from shuujii/refine-Hash-rehash-example
Yukihiro "Matz" Matsumoto
2019-06-22
Fix the unnecessary `mrb_str_modify()` call
dearblue
2019-06-22
Delete the unnecessary block brace in `mrb_str_reverse_bang`
dearblue
2019-06-22
Fix string brakes for one UTF-8 charactor
dearblue
2019-06-22
Change to UTF-8 string reversing with in place
dearblue
2019-06-22
Replacement to function for string reversing
dearblue
2019-06-22
Refine `Hash#rehash` example [ci skip]
KOBAYASHI Shuji
2019-06-22
Fix potential overflow in `utf8len()`
dearblue
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-06-10
`Kernel#global_variables` should not include undefined `$1`-`$9`
KOBAYASHI Shuji
2019-06-07
Remove `Kernel#global_variables` from core
KOBAYASHI Shuji
2019-05-30
Fix inverted compilation condition; fix #4478
Yukihiro "Matz" Matsumoto
2019-05-29
Add `mrb_alloca` again; ref #4470
Yukihiro "Matz" Matsumoto
2019-05-27
Merge pull request #4470 from dearblue/remove-mrb_alloca
Yukihiro "Matz" Matsumoto
2019-05-26
Move `mrb_mod_s_nesting()` to `mruby-metaprog` gem from the core
KOBAYASHI Shuji
2019-05-25
Remove `mrb_alloca()` function
dearblue
2019-05-25
Fix double rounded by negative index
dearblue
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
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
[next]