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-02-16
Add length argument for `sym_inline_unpack()`
KOBAYASHI Shuji
2019-02-15
Extract code fragment for unpacking into method in `sym_inline_unpack()`
KOBAYASHI Shuji
2019-02-15
Merge pull request #4276 from shuujii/use-assert-for-checking-sym-in-sym_inli...
Yukihiro "Matz" Matsumoto
2019-02-14
Use `mrb_assert()` for checking `sym` in `sym_inline_unpack()`
KOBAYASHI Shuji
2019-02-14
Add `const` to `pack_table` to `src/symbol.c`
KOBAYASHI Shuji
2019-02-12
Disable `Symbol.all_symbols`.
Yukihiro "Matz" Matsumoto
2019-02-12
Implement inline packed symbols.
Yukihiro "Matz" Matsumoto
2019-02-11
Should not copy keys&values when a hash table is empty; fix #4270
Yukihiro "Matz" Matsumoto
2019-02-11
No strict argument check for blocks when keyword arguments exist; ref #4270
Yukihiro "Matz" Matsumoto
2019-02-09
`mrb_default_allocf()` is default allocator for NULL safe
dearblue
2019-02-06
Implement symbol hash table to boost `find_symbol`.
Yukihiro "Matz" Matsumoto
2019-02-06
Reduce invocation of `mrb_convert_type()` from `mrb_str_to_str()`.
Yukihiro "Matz" Matsumoto
2019-02-06
Remove symbol hash table from `mrb_state` structure.
Yukihiro "Matz" Matsumoto
2019-02-05
Merge pull request #4262 from shuujii/remove-old-comment-in-symbol
Yukihiro "Matz" Matsumoto
2019-02-05
Remove old comment for `mrb_sym2name_len()` [ci skip]
KOBAYASHI Shuji
2019-02-05
Fix markup and remove unneeded comment for doc in `src/string.c` [ci skip]
KOBAYASHI Shuji
2019-02-04
Fix `Symbol#size` for multi-byte characters with `MRB_UTF8_STRING`
KOBAYASHI Shuji
2019-01-29
Remove unused macro in `src/string.c`
KOBAYASHI Shuji
2019-01-19
Remove `.gitkeep` files
KOBAYASHI Shuji
2019-01-18
Merge pull request #4233 from shuujii/remove-special-treatments-for-without-f...
Yukihiro "Matz" Matsumoto
2019-01-16
Remove special treatments for `MRB_WITHOUT_FLOAT` in build scripts
KOBAYASHI Shuji
2019-01-16
Avoid runtime evaluation for `MRB_WITHOUT_FLOAT`
KOBAYASHI Shuji
2019-01-14
Merge pull request #4222 from shuujii/use-g-instead-of-e
Yukihiro "Matz" Matsumoto
2019-01-13
Use 2 digits exponent format for `printf` family on old MSVC
KOBAYASHI Shuji
2019-01-13
Improve compatibility to CRuby for `Float#to_s`
KOBAYASHI Shuji
2019-01-11
Use `%g` instead of `%e` for float representation in dump format
KOBAYASHI Shuji
2019-01-10
Remove duplicate code in numeric.c
KOBAYASHI Shuji
2019-01-08
Fix dump/load float leteral evaluate to infinity
KOBAYASHI Shuji
2019-01-04
Integrate mrblib/float.rb into src/numeric.c
KOBAYASHI Shuji
2019-01-04
Remove unused local variable `n` in `range_initialize`; #4213
Yukihiro "Matz" Matsumoto
2019-01-04
Merge pull request #4213 from shuujii/range-rafactor
Yukihiro "Matz" Matsumoto
2019-01-03
range: Refactor range.h/range.c
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2019-01-01
range: Embed edges in RRange on boxing environment.
KOBAYASHI Shuji
2018-12-23
Suppress a struct initializer warning
KOBAYASHI Shuji
2018-12-17
Merge pull request #4189 from sdottaka/fix-mrb_ary_clear
Yukihiro "Matz" Matsumoto
2018-12-17
Small refactoring of #4188
Yukihiro "Matz" Matsumoto
2018-12-17
Recover `#to_int`; ref #4177
Yukihiro "Matz" Matsumoto
2018-12-17
Recover `String#to_str`; ref #4177
Yukihiro "Matz" Matsumoto
2018-12-15
Make mrb_ary_clear() function callable from C again
Takashi Sawanaka
2018-12-14
Add `mrb_hash_size()` function.
dearblue
2018-12-11
Avoid using floating point number for HT_SEG_INCREASE_RATIO; ref #4182
Yukihiro "Matz" Matsumoto
2018-12-11
Rename `ht_foreach_func` to `mrb_hash_foreach_func`.
Yukihiro "Matz" Matsumoto
2018-12-11
Add `mrb_` prefix to `iv_foreach_func`.
Yukihiro "Matz" Matsumoto
2018-12-11
Add new API `mrb_iv_foreach()` to iterate over instance variables.
Yukihiro "Matz" Matsumoto
2018-12-11
Update `iv_foreach()` function.
Yukihiro "Matz" Matsumoto
2018-12-11
Update comments.
Yukihiro "Matz" Matsumoto
2018-12-11
Add API function `mrb_hash_foreach()` to iterate over items in a hash.
Yukihiro "Matz" Matsumoto
2018-12-10
Need to clear stack before invoking a block; fix #4181
Yukihiro "Matz" Matsumoto
2018-11-20
Restrict total recursion number of `ecall()`; fix #3789
Yukihiro "Matz" Matsumoto
[next]