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
2020-01-28
Merge pull request #4873 from dearblue/open-flags
Yukihiro "Matz" Matsumoto
2020-01-28
include time.h for ios
David Siaw
2020-01-27
Fixed backtrace message for top-level blocks; fix #4936
Yukihiro "Matz" Matsumoto
2020-01-21
Merge pull request #4935 from mimaki/delete-duplicated-Array-delete_if
Yukihiro "Matz" Matsumoto
2020-01-21
Delete duplicated `Array#delete_if` test.
Hiroshi Mimaki
2020-01-21
Delete duplicated `Array#delete_if`.
Hiroshi Mimaki
2020-01-19
Fix take over file scope variable names with `mirb` command
dearblue
2020-01-19
Fix take over file scope variables with `mruby` command
dearblue
2020-01-19
Add `mrbc_cleanup_local_variables()` with `mrbc_context`; ref #4931
dearblue
2020-01-15
Remove `debug` target from `travis_config.rb`.
Yukihiro "Matz" Matsumoto
2020-01-15
Remove broken `MRB_INT16` configuration option.
Yukihiro "Matz" Matsumoto
2020-01-10
Fixed wrong condition in #4926 fix.
Yukihiro "Matz" Matsumoto
2020-01-10
Fixed wrong condition for copying arguments on stack; fix #4926
Yukihiro "Matz" Matsumoto
2020-01-10
Small refactoring in `hash_slice`; ref #4926
Yukihiro "Matz" Matsumoto
2020-01-08
Add `MRB_WITHOUT_FLOAT` guard to `<math.h>`.
Yukihiro "Matz" Matsumoto
2020-01-08
Fix buffer overflow in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-08
`p->locals` may be `NULL` when error occurs before the point.
Yukihiro "Matz" Matsumoto
2020-01-07
Check memory boundary in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-06
`"0x10".to_f` should be `0`, not `16.0`; fix #4924
Yukihiro "Matz" Matsumoto
2020-01-06
Check remaining string length before access to avoid OOB access.
Yukihiro "Matz" Matsumoto
2020-01-06
Need to preserve the original input string in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-06
Merge branch 'dearblue-file-size-truncate'
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid Boxing/Unboxing of file descriptors; ref #4872
Yukihiro "Matz" Matsumoto
2020-01-06
Merge branch 'file-size-truncate' of https://github.com/dearblue/mruby into d...
Yukihiro "Matz" Matsumoto
2020-01-06
Fix `mrb_str_len_to_dbl` to support Hexadecimal like `0x10`.
Yukihiro "Matz" Matsumoto
2020-01-06
Refactor `mrb_cstr_to_dbl`; ref #4920
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid creating temporary objects in `read_irep_record_1`; close #4920
Yukihiro "Matz" Matsumoto
2020-01-05
Merge pull request #4923 from dearblue/kwargs-block
Yukihiro "Matz" Matsumoto
2020-01-05
Fix ainfo with keyword arguments; fix #4921
dearblue
2020-01-02
Merge pull request #4917 from dearblue/va_end
Yukihiro "Matz" Matsumoto
2020-01-02
Call `va_end()` before return
dearblue
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4919 from shuujii/revert-SHARED-string-is-not-required-wh...
Yukihiro "Matz" Matsumoto
2020-01-01
Revert "SHARED string is not required when sharing POOL string" (75949836)
KOBAYASHI Shuji
2020-01-01
Merge pull request #4918 from dearblue/sync-vars
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4916 from dearblue/stdint
Yukihiro "Matz" Matsumoto
2020-01-01
Integrate `i` and `arg_i` in `mrb_get_args()`
dearblue
2020-01-01
Do not include `stdint.h` before `mruby.h`; ref #4750
dearblue
2020-01-01
Fixed wrong usages of `mrb_get_args` in `vformat.c`.
Yukihiro "Matz" Matsumoto
2020-01-01
Allow `here-doc` in the middle of Hash expressions; fix #4815
Yukihiro "Matz" Matsumoto
2019-12-31
Merge pull request #4915 from shuujii/silence-GCC-warning-in-time.c-on-Travis-CI
Yukihiro "Matz" Matsumoto
2019-12-31
Silence GCC warning in `time.c` on Travis CI
KOBAYASHI Shuji
2019-12-31
Merge pull request #4914 from dearblue/fix-4869
Yukihiro "Matz" Matsumoto
2019-12-31
Fix builds for modern mingw; fix #4869
dearblue
2019-12-30
Merge pull request #4913 from shuujii/use-rake-instead-of-minirake-in-.gitlab...
Yukihiro "Matz" Matsumoto
2019-12-30
Use `rake` instead of `minirake` in `.gitlab-ci.yml`
KOBAYASHI Shuji
2019-12-29
Merge pull request #4912 from shuujii/avoid-unneeded-directory-creation-durin...
Yukihiro "Matz" Matsumoto
2019-12-29
Avoid unneeded directory creation during `rake -T`, etc.
KOBAYASHI Shuji
2019-12-28
Merge pull request #4911 from shuujii/use-Rake.verbose-instead-of-verbose-and...
Yukihiro "Matz" Matsumoto
[prev]
[next]