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
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `mrb_irep` for `code_fetch_hook`.
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
Add `y.tab.c` to remove Bison from build dependencies; ref 4ce3997c
KOBAYASHI Shuji
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
Use `mrb->eStandardError` instead of `mrb_exc_get()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Use more `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `mruby-bin-config` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_QSYM()` instead of `MRB_OPSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_OPSYM()` instead of `mrb_intern_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `host*` targets to use `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid changing directory in `mruby-io` test
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
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
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-10-12
fix improper test of Range#min
taiyoslime
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
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-08-29
mruby-io: Fixing compilation issue under the legacy MinGW environment
SiZiOUS
2020-08-11
Use `struct _stat32` instead of `struct __stat32`
dearblue
2020-08-11
Fixed VC `fstat` issue.
Yukihiro "Matz" Matsumoto
2020-08-11
Should use `_fstat32()` on 32bit Windows.
Yukihiro "Matz" Matsumoto
2020-08-11
Add cast for `mrb_fixnum_value()` from `time_t`.
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-08-10
Avoid using `mrb_funcall()` from `mruby-io` gem.
Yukihiro "Matz" Matsumoto
2020-08-09
Remove duplicated definition of `E_EOF_ERROR`.
Yukihiro "Matz" Matsumoto
2020-08-04
Fix wrong condition for `PACK_DIR_HEX`; ref #5057
Yukihiro "Matz" Matsumoto
2020-08-03
Should not decrement `count` when `PACK_FLAG_COUNT2`; fix #5057
Yukihiro "Matz" Matsumoto
2020-07-31
Fix `puts` in `mruby-print` on no argument; 0e9bd24
Yukihiro "Matz" Matsumoto
2020-07-26
Update document for `ObjectSpace.memsize_of` [ci skip]
dearblue
2020-07-24
Merge pull request #5045 from dearblue/memsize_of
Yukihiro "Matz" Matsumoto
2020-07-24
Avoid using FPU with `mruby-os-memsize`; ref #5032
dearblue
2020-07-24
Support without `mruby-method` for `mruby-os-memsize`; ref #5032
dearblue
2020-07-24
Add NUL terminator to string object size calculation; ref #5032
dearblue
2020-07-23
`ObjectSpace.count_objects` to support `MRB_TT_ISTRUCT`; #5046
Yukihiro "Matz" Matsumoto
2020-07-22
Fix `puts` to print newline with empty strings; ref b184772
Yukihiro "Matz" Matsumoto
2020-07-22
Fixed garbled characters; ref #5041
dearblue
2020-07-21
Remove unnecessory methods in `mruby-objectspace`; ref #5041
dearblue
2020-07-20
Implement `Kernel#print` and `Kernel#puts` in C.
Yukihiro "Matz" Matsumoto
[prev]
[next]