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-09-09
Fix `mod.constants` not to have duplicate constant names; #4698
Yukihiro "Matz" Matsumoto
2019-09-09
Remove duplication of `BasicObject` constant; fix #4698
Yukihiro "Matz" Matsumoto
2019-09-09
Fix `Class.new` argument specs
KOBAYASHI Shuji
2019-09-08
Merge pull request #4695 from dearblue/promote-to-int
Yukihiro "Matz" Matsumoto
2019-09-08
Fix `mrb_vformat()` crashes with `MRB_INT16`
dearblue
2019-09-07
Revert part of #4225
Yukihiro "Matz" Matsumoto
2019-09-04
Fix argument specs to `BasicObject`
KOBAYASHI Shuji
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-24
Suppress warning by gcc with `-Wmaybe-uninitialized`
dearblue
2019-08-23
Fix `RBreak` exceeding 6 words on 32-bit mode w/o boxing and `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-21
Prioritize embedded string over nofree (or normal) string
KOBAYASHI Shuji
2019-08-20
Use `RBasic` padding for embedded string on 64-bit CPU
KOBAYASHI Shuji
2019-08-19
Move `mrb_str_pool` to `src/string.c` to use `str_init` family
KOBAYASHI Shuji
2019-08-19
Merge pull request #4638 from dearblue/simplify-get-args
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4641 from shuujii/rename-mrb_shared_string-len-to-mrb_sha...
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4640 from shuujii/also-use-str_init_shared-for-orig-in-st...
Yukihiro "Matz" Matsumoto
2019-08-18
Rename `mrb_shared_string::len` to `mrb_shared_string::capa`
KOBAYASHI Shuji
2019-08-18
Also use `str_init_shared` for `orig` in `str_make_shared()`
KOBAYASHI Shuji
2019-08-18
Simplify get arguments
dearblue
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-17
Merge pull request #4634 from shuujii/refactor-set-unset-string-type-flags
Yukihiro "Matz" Matsumoto
2019-08-17
Refactor set/unset string type flags
KOBAYASHI Shuji
2019-08-17
Merge pull request #4625 from dearblue/rindex-broken-utf8
Yukihiro "Matz" Matsumoto
2019-08-17
Implement `Array#each` using inline mruby bytecode.
Yukihiro "Matz" Matsumoto
2019-08-17
Fix `String#rindex` with invalid UTF-8 string
dearblue
2019-08-17
Stop using `mrb_to_str` as a converter (it is not).
Yukihiro "Matz" Matsumoto
2019-08-17
Avoid `mrb_funcall` from `Class#new` when no overloading.
Yukihiro "Matz" Matsumoto
2019-08-16
Merge pull request #4633 from shuujii/shared-fshared-string-is-not-required-w...
Yukihiro "Matz" Matsumoto
2019-08-16
Optimize bytecode for `Class#new`.
Yukihiro "Matz" Matsumoto
2019-08-16
Implement `Class#new` using inline mruby bytecode.
Yukihiro "Matz" Matsumoto
2019-08-16
SHARED/FSHARED string is not required when sharing NOFREE string
KOBAYASHI Shuji
2019-08-16
Avoid creating unnecessary empty arrays on splat.
Yukihiro "Matz" Matsumoto
2019-08-16
Stop raising exceptions from `undef` C API.
Yukihiro "Matz" Matsumoto
2019-08-15
Remove unneeded `#include` in `src/string.c`
KOBAYASHI Shuji
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-13
Extract `struct RString` initialization code to function
KOBAYASHI Shuji
2019-08-12
`mrb_str_pool` can embed one more byte; ref #4626
KOBAYASHI Shuji
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-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-06
Add `mrb_noreturn` to `cmperr()` in `src/numeric.c`
KOBAYASHI Shuji
[prev]
[next]