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
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Provide functions that take symbols instead of `const char*`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb->eStandardError` instead of `mrb_exc_get()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add functions that take symbols as arguments.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Define a new function `mrb_funcall_id()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update the build instruction.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove unnecessary comments from `host-shared` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new target `clang-asan` to use LLVM's address sanitizer.
Yukihiro "Matz" Matsumoto
2020-10-12
Use more `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `Rakefile` to `build/presym` dependency.
Yukihiro "Matz" Matsumoto
2020-10-12
Run `rake gensym` before the build.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove explicit `rake gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add dependency from `all` to `gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Removed unnecessary dependency from `all`.
Yukihiro "Matz" Matsumoto
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
[next]