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-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
2020-10-12
Refine `.travis.yml`
KOBAYASHI Shuji
2020-10-12
Should not use `assert` with expressions with side-effect; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-10-12
Run `rake gensym` before the build.
Yukihiro "Matz" Matsumoto
2020-10-12
Keep `build/presym` through `rake clean`.
Yukihiro "Matz" Matsumoto
2020-10-12
Prepend `gensym` rule to `depfiles`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `presym_find` for strings without `NUL` terminators.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `build/presym` and `build/presym.inc` on `rake clean`.
Yukihiro "Matz" Matsumoto
2020-10-12
Scan `.rb` files as well to generate `presym` table.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `presym_find` to use more efficient binary search.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-10-12
Update Rakefile to generate presym.
Yukihiro "Matz" Matsumoto
2020-10-12
Support `presym` in `symbol.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate a table for preallocated symbols (`presym`).
Yukihiro "Matz" Matsumoto
2020-10-12
Merge pull request #5090 from zubycz/fix_error_when_build_without_float
Yukihiro "Matz" Matsumoto
2020-10-12
Merge pull request #5089 from zubycz/fix_test_of_range_min
Yukihiro "Matz" Matsumoto
2020-10-12
Fix argument error when built with MRB_WITHOUT_FLOAT flag
ssmallkirby
2020-10-12
fix improper test of Range#min
taiyoslime
2020-09-25
Merge pull request #5087 from dearblue/get-args-string
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-09-18
Merge pull request #5083 from wataash/example-clarify-caller
Yukihiro "Matz" Matsumoto
2020-09-18
examples/mrbgems: clarify the caller
Wataru Ashihara
2020-09-18
Merge pull request #5082 from wataash/remove-type-check
Yukihiro "Matz" Matsumoto
2020-09-18
Remove redundant type-check
Wataru Ashihara
2020-09-17
Merge pull request #5081 from wataash/d-format-comment
Yukihiro "Matz" Matsumoto
2020-09-17
Merge pull request #5080 from wataash/fix-dep-read
Yukihiro "Matz" Matsumoto
2020-09-17
*.d format is version-independent
Wataru Ashihara
2020-09-17
Fix skipping reading file
Wataru Ashihara
2020-09-17
Merge pull request #5079 from wataash/fix-dep-parse
Yukihiro "Matz" Matsumoto
2020-09-17
Fix *.d parsing with gcc 9.3.0
Wataru Ashihara
2020-09-13
Fix `File.extname` bug; fix #5077
Yukihiro "Matz" Matsumoto
2020-09-13
Add test to ensure #5077
Yukihiro "Matz" Matsumoto
2020-09-10
Update `y.tab.c`; ref #4933
Yukihiro "Matz" Matsumoto
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-09-07
Merge pull request #5076 from dearblue/call_type
Yukihiro "Matz" Matsumoto
2020-09-03
Remove `enum call_type`
dearblue
2020-08-30
Fix `mrb_ary_splat()` to copy the array always.
Yukihiro "Matz" Matsumoto
2020-08-29
Merge pull request #5068 from sizious/mingw32-legacy-fixes
Yukihiro "Matz" Matsumoto
2020-08-29
Fix the bug caused by `to_a` returning a frozen array.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix a bug introduced by the last commit.
Yukihiro "Matz" Matsumoto
2020-08-29
mruby-io: Fixing compilation issue under the legacy MinGW environment
SiZiOUS
2020-08-29
Fix `mrb_obj_ceqq` to avoid array copying.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix `mrb_ary_splat` to copy the array; fix #5067
Yukihiro "Matz" Matsumoto
2020-08-12
Merge pull request #5065 from shuujii/simplify-MSVC-detection-to-mrb_static_a...
Yukihiro "Matz" Matsumoto
2020-08-12
Simplify MSVC detection to `mrb_static_assert`
KOBAYASHI Shuji
2020-08-11
Merge pull request #5062 from shuujii/use-normal-static_assert-in-mrb_static_...
Yukihiro "Matz" Matsumoto
[prev]
[next]