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-08-06
Should have cleared `mrb->globals` in `mrb_gc_free_gv`; fix #4618
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-08-03
Fix `mrb_vformat("%f")` with `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-02
Change the `mrb_vformat` specifier `%d` for `int`
KOBAYASHI Shuji
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-31
Avoid `MRB_INT_MIN` to apply `fixdivmod`.
Yukihiro "Matz" Matsumoto
2019-07-31
Normalize floating point negative zero to positive zero in `flodivmod'.
Yukihiro "Matz" Matsumoto
2019-07-31
Should return +/- infinity for float division by zero.
Yukihiro "Matz" Matsumoto
2019-07-31
Use `NULL` instead of `0` for null pointers.
Yukihiro "Matz" Matsumoto
2019-07-30
Fixed integer overflow in `lshift`.
Yukihiro "Matz" Matsumoto
2019-07-22
Merge pull request #4590 from shuujii/fix-Module-dup-to-frozen-module
Yukihiro "Matz" Matsumoto
2019-07-22
Set `MRB_STR_ASCII` flag in `String#inspect`
KOBAYASHI Shuji
2019-07-22
No rounding needed if 'ndigits` is bigger than `DBL_DIG+2`; fix #4566
Yukihiro "Matz" Matsumoto
2019-07-20
Fix `Module#dup` to frozen module
KOBAYASHI Shuji
2019-07-18
Merge pull request #4575 from dearblue/attr-use-stack
Yukihiro "Matz" Matsumoto
2019-07-18
Clear `env` before top-level execution; fix #4581
Yukihiro "Matz" Matsumoto
2019-07-17
Avoid `MRB_INLINE` for `mrb_str_modify()`; ref #4579
Yukihiro "Matz" Matsumoto
2019-07-16
Copy receiver's `MRB_STR_ASCII` flag in some methods of `String`
KOBAYASHI Shuji
2019-07-16
Merge pull request #4580 from shuujii/unify-type-of-line-number-to-uint16_t
Yukihiro "Matz" Matsumoto
2019-07-16
Merge pull request #4579 from shuujii/keep-MRB_STR_ASCII-flag-in-some-methods...
Yukihiro "Matz" Matsumoto
2019-07-15
Unify type of line number to `uint16_t`
KOBAYASHI Shuji
2019-07-15
Add `MRB_API` to `mrb_str_modify_keep_ascii()`
KOBAYASHI Shuji
2019-07-14
Keep `MRB_STR_ASCII` flag in some methods of `String`
KOBAYASHI Shuji
2019-07-14
Improve `utf8len()` performance with UTF-8
dearblue
2019-07-13
Use stack memory for small name of attr accessors
dearblue
2019-07-13
Change type of a variable for signedness mismatch; ref #4573
Yukihiro "Matz" Matsumoto
2019-07-13
Avoid `mrb_funcall()` if possible using `mrb_Float()`; ref #4555
Yukihiro "Matz" Matsumoto
2019-07-12
Fix heap buffer overflow; fix #4569
dearblue
2019-07-11
Improve performance `String#index` with UTF-8
dearblue
2019-07-10
Remove an unused argument of `str_with_class()`
KOBAYASHI Shuji
2019-07-09
Set `MRB_STR_ASCII` flag when an inline symbol is stringized
KOBAYASHI Shuji
2019-07-08
Add macros for inline symbol for readability
KOBAYASHI Shuji
2019-07-06
Fix missing `#ifndef MRB_ENABLE_ALL_SYMBOLS`
KOBAYASHI Shuji
2019-07-05
Read/write `MRB_STR_ASCII` flag only when `MRB_UTF8_STRING` is defined
KOBAYASHI Shuji
2019-07-04
It was too early to check `key` for `undef`; ref #4534
Yukihiro "Matz" Matsumoto
2019-07-04
Rename `MRB_STR_NO_UTF` to 'MRB_STR_ASCII`; close #4550
Yukihiro "Matz" Matsumoto
2019-07-04
Fix heap buffer overflow; ref #4549
dearblue
2019-07-03
Refine document to mrb_get_args()` [ci skip]
KOBAYASHI Shuji
2019-07-02
Fix and refine error message in `mrb_obj_to_sym()`
KOBAYASHI Shuji
2019-07-01
Remove unused C header file from `src/etc.c`
KOBAYASHI Shuji
2019-06-30
Fix `include`, `prepend` and `extend` to frozen object
KOBAYASHI Shuji
2019-06-29
Simplify `mrb_str_aref_m()` and `mrb_str_aref()`
dearblue
2019-06-29
Replace `String#[]=` method by C implements
dearblue
2019-06-28
Remove unnecessary backticks in `src/range.c`; ref #2858
KOBAYASHI Shuji
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
[prev]
[next]