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 `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid use of designated initializers to generate `irep` struct.
Yukihiro "Matz" Matsumoto
2020-10-12
Make `call_irep` static.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `/std:c++latest` to VC option in `build.yml`.
Yukihiro "Matz" Matsumoto
2020-10-12
Specify new `MRUBY_TARGET` instead of `MRUBY_CONFIG`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `static const struct mrb_irep each_irep` to ininitalize `each`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `mrb_irep` for `code_fetch_hook`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove remaining `chomp:true` option from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stop Rake multitasking on Windows-VC for the time being.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid using `chomp:true` option to `File.readlines`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stringify non C identifier symbols to stop macro errors by old gcc.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `rake -v` option from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Add explicit cast to `DROP_PRECISION` macro in `rational.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-10-12
Refine `.travis.yml`
KOBAYASHI Shuji
2020-10-12
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
KOBAYASHI Shuji
2020-10-12
Revert part of "Start GitHub Actions" (4ce3997c)
KOBAYASHI Shuji
2020-10-12
Add `y.tab.c` to remove Bison from build dependencies; ref 4ce3997c
KOBAYASHI Shuji
2020-10-12
Use the newer `bison` on GitHub actions macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-10-12
Start GitHub Actions; close #4903
Takeshi Watanabe
2020-10-12
Change the arguments of following implicit conversion functions:
Yukihiro "Matz" Matsumoto
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
[next]