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
2021-02-22
Merge branch 'binding' of https://github.com/ksss/mruby into HEAD
dearblue
2021-02-20
Comment out `warn` used in the `Array#fetch` method
dearblue
2021-02-20
metaprog.c: fix a `methods()` bug with `false` argument; fix #5351
Yukihiro "Matz" Matsumoto
2021-02-20
metaprog.c: remove unused argument from a private function.
Yukihiro "Matz" Matsumoto
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-13
chore: fix missing HTTPS on links
John Bampton
2021-02-13
chore: fix spelling
John Bampton
2021-02-13
feat(CI): check for trailing whitespace
John Bampton
2021-02-13
parse.y: string buffer (`tokbuf`) can overflow.
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5336 from shuujii/fix-build-mruby-catch-gem-without-presym
Yukihiro "Matz" Matsumoto
2021-02-12
Fix build `mruby-catch` gem without presym
KOBAYASHI Shuji
2021-02-12
Add `UncaughtThrowError#{tag,value}` for Ruby compatibility
KOBAYASHI Shuji
2021-02-12
Rename `mrb_sleep.c` to `sleep.c` in `mruby-sleep` gem.
Yukihiro "Matz" Matsumoto
2021-02-12
Rename `mruby-catch.c` to `catch.c`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-10
Refactor `mruby-catch`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-10
Merge branch 'mruby-catch' of https://github.com/dearblue/mruby into dearblue...
Yukihiro "Matz" Matsumoto
2021-02-08
`i_gcd()` does not work for `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-02-07
Move `F(x)` definition inside of `#ifdef`; fix #5330
Yukihiro "Matz" Matsumoto
2021-02-07
Enlarge tolerance limit for `float32`; close #5329
Yukihiro "Matz" Matsumoto
2021-02-07
Fix tests to work with `MRB_USE_FLOAT32`; fix #5329
Yukihiro "Matz" Matsumoto
2021-02-06
Reimplement mruby-catch; ref #5321
dearblue
2021-02-06
MinGW does not need MSVC hack.
Yukihiro "Matz" Matsumoto
2021-02-06
No need to check class definition
dearblue
2021-02-06
Fixed compile errors in `cmath.c` in MinGW and macOS.
Yukihiro "Matz" Matsumoto
2021-02-06
Make the argument of `Kernel#catch` optional as Ruby does
KOBAYASHI Shuji
2021-02-06
Avoid implicit conversion from `mrb_float` to `mrb_complex`.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5322 from shuujii/fix-message-of-ThrowCatchJump-in-mruby-...
Yukihiro "Matz" Matsumoto
2021-02-06
Reimplement complex division.
Yukihiro "Matz" Matsumoto
2021-02-06
Define `M_E` for some platforms.
Yukihiro "Matz" Matsumoto
2021-02-06
Update `mruby-cmath` to support MSVC complex.
Yukihiro "Matz" Matsumoto
2021-02-05
Fix message of `ThrowCatchJump` in `mruby-catch` gem
KOBAYASHI Shuji
2021-02-05
Add `mruby-cmath` gem to the core.
Yukihiro "Matz" Matsumoto
2021-02-05
Add a few new API for complex access.
Yukihiro "Matz" Matsumoto
2021-02-05
Refactor method overriding.
Yukihiro "Matz" Matsumoto
2021-02-05
Add `Complex#to_c` method.
Yukihiro "Matz" Matsumoto
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-31
Use `mrb_open_core()` instead of `mrb_open()` in `mrbc`
KOBAYASHI Shuji
2021-01-29
Remove unnecessary range confirmation
dearblue
2021-01-29
Fixed `String#unpack` to handle the highest range of integer values
dearblue
2021-01-29
Replace `mrb_intern_cstr` to `mrb_intern_lit`.
Yukihiro "Matz" Matsumoto
2021-01-28
Remove duplicated `--cflags`; [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-28
Remove unnecessary bit shift in `rational_new_f`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Fix the wrong directory `host-bin` to `host/bin`."
Yukihiro "Matz" Matsumoto
2021-01-26
Change `mruby-config` to print usage on invalid arguments.
Yukihiro "Matz" Matsumoto
2021-01-26
Fix the wrong directory `host-bin` to `host/bin`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-25
Fix a bug for the case `frexp()` return `Infinity`.
Yukihiro "Matz" Matsumoto
2021-01-25
Should use a limit for 32 bit platform; ref 05a8cc44
Yukihiro "Matz" Matsumoto
[prev]
[next]