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
Add `mruby-bin-config` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add operators to `presym` from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_QSYM()` instead of `MRB_OPSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_OPSYM()` to `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplified `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_OPSYM()` instead of `mrb_intern_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `MRB_OPSYM()` macro to refer symbols corresponding operators.
Yukihiro "Matz" Matsumoto
2020-10-12
Undefine internal macros in `presym.h`.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `build` directory first before `gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove unused variable from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `File.open` instead of `File.write` shortcut.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `presym` files before writing just to make sure.
Yukihiro "Matz" Matsumoto
2020-10-12
Specify `MRUBY_TARGET` in CI configuration YAML.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `rake gensym` to `appveyor.yml` too.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `host*` targets to use `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-10-12
Small updates on documents:
Yukihiro "Matz" Matsumoto
2020-10-12
Add `host-shared.rb` to create shared mruby library.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `host.rb` build script.
Yukihiro "Matz" Matsumoto
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
[next]