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
Age
Commit message (
Expand
)
Author
2019-08-15
Remove unneeded `#include` in `src/string.c`
KOBAYASHI Shuji
2019-08-14
Merge pull request #4631 from shuujii/extract-initialization-code-of-shared-a...
Yukihiro "Matz" Matsumoto
2019-08-14
Extract initialization code of shared and fshared string to function
KOBAYASHI Shuji
2019-08-14
Avoid array copying in `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-08-14
Integrate `kazuho/mruby-class-new-fiber-safe` in the master.
Yukihiro "Matz" Matsumoto
2019-08-14
Small refactoring on #4630
Yukihiro "Matz" Matsumoto
2019-08-14
Remove `MRB_API` from functions only called from `vm.c`.
Yukihiro "Matz" Matsumoto
2019-08-14
Merge pull request #4630 from shuujii/extract-struct-RString-initialization-c...
Yukihiro "Matz" Matsumoto
2019-08-13
Extract `struct RString` initialization code to function
KOBAYASHI Shuji
2019-08-12
Merge pull request #4629 from shuujii/mrb_str_pool-can-embed-one-more-byte
Yukihiro "Matz" Matsumoto
2019-08-12
`mrb_str_pool` can embed one more byte; ref #4626
KOBAYASHI Shuji
2019-08-12
Remove unnecessary prototypes from 'keywords`; fix #4628
Yukihiro "Matz" Matsumoto
2019-08-12
Merge pull request #4626 from shuujii/mrb_str_modify_keep_ascii-can-embed-one...
Yukihiro "Matz" Matsumoto
2019-08-12
Replacing region may overwrap with the target region; fix #4627
Yukihiro "Matz" Matsumoto
2019-08-11
Revert "Should have cleared `mrb->globals` in `mrb_gc_free_gv`; fix #4618"
Yukihiro "Matz" Matsumoto
2019-08-11
Reorder finalization to avoid potential crash; ref #4618
Yukihiro "Matz" Matsumoto
2019-08-11
Add `NUL` always to short strings; ref 98fc887
Yukihiro "Matz" Matsumoto
2019-08-11
`mrb_str_modify_keep_ascii` can embed one more byte
KOBAYASHI Shuji
2019-08-11
Merge pull request #4621 from shuujii/remove-monkey-patches-for-Ruby-1.9-or-e...
Yukihiro "Matz" Matsumoto
2019-08-11
Merge pull request #4624 from shuujii/enumerable-reject-etc.-should-return-En...
Yukihiro "Matz" Matsumoto
2019-08-10
`Enumerable#reject`, etc. should return `Enumerable` without block
KOBAYASHI Shuji
2019-08-09
Merge pull request #4623 from chasonr/complex-fixes
Yukihiro "Matz" Matsumoto
2019-08-09
Avoid overflow and underflow in Complex#/
Ray Chason
2019-08-08
Implement Complex#abs in terms of Math.hypot
Ray Chason
2019-08-08
Remove monkey patches for Ruby 1.9 or earlier
KOBAYASHI Shuji
2019-08-07
Merge pull request #4620 from shuujii/improve-MiniRake-rule-enhancement-for-R...
Yukihiro "Matz" Matsumoto
2019-08-07
Improve MiniRake rule enhancement for Rake compatibility
KOBAYASHI Shuji
2019-08-07
Update `mrb_to_str` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
Update required Ruby version to 2.0 or later.
Yukihiro "Matz" Matsumoto
2019-08-07
Replace i.e. (means "that is") with e.g. (means "for example").
Yukihiro "Matz" Matsumoto
2019-08-07
`RUBY_PLATFORM` may not contain `mswin` or `mingw`; Add `msys`
Yukihiro "Matz" Matsumoto
2019-08-07
Merge pull request #4619 from shuujii/add-mrb_noreturn-to-cmperr-in-src-numer...
Yukihiro "Matz" Matsumoto
2019-08-06
Add `mrb_noreturn` to `cmperr()` in `src/numeric.c`
KOBAYASHI Shuji
2019-08-06
Removed an unused local variable; ref #4615
Yukihiro "Matz" Matsumoto
2019-08-06
Should have cleared `mrb->globals` in `mrb_gc_free_gv`; fix #4618
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4615 from shuujii/use-new-specifiers-modifiers-of-mrb_vfr...
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-05
Merge pull request #4614 from shuujii/use-mrb_int-instead-of-to_int-in-mruby-...
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4612 from dearblue/float-consts
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4613 from shuujii/change-second-argument-to-%l-of-mrb_vfo...
Yukihiro "Matz" Matsumoto
2019-08-04
Use `mrb_int()` instead of `to_int()` in `mruby-numeric-ext`
KOBAYASHI Shuji
2019-08-04
Add constants for floating point number
dearblue
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-08-03
Merge pull request #4611 from shuujii/fix-mrb_vformat%f-with-MRB_USE_FLOAT
Yukihiro "Matz" Matsumoto
2019-08-03
Merge pull request #4610 from dearblue/time-warnings
Yukihiro "Matz" Matsumoto
2019-08-03
Fix `mrb_vformat("%f")` with `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-03
Suppress compiler warnings for mruby-time; fix #4600
dearblue
2019-08-02
Merge pull request #4609 from shuujii/change-the-mrb_vformat-specifier-%d-for...
Yukihiro "Matz" Matsumoto
2019-08-02
Change the `mrb_vformat` specifier `%d` for `int`
KOBAYASHI Shuji
[next]