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-06-29
Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `snprintf` instead of `memcpy` in `mrbc.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-20
Fix potential buffer overflow in `sprintf.c`.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-20
Symbolify saved alias name to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-11
Merge pull request #5023 from dearblue/nesting
Yukihiro "Matz" Matsumoto
2020-06-09
Update `OP_HASH` generation to support big hash creation.
Yukihiro "Matz" Matsumoto
2020-06-09
Remove `mrb_assert()` in `Module.nesting`
dearblue
2020-06-09
Need `build/XXX/mrbgems/mruby-test` directory
dearblue
2020-06-05
Revert part of #5019 (`mruby_io_test.c`) to honor #4987
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-04
Add explicit cast to `DROP_PRECISION` macro in `rtional.c`.
Yukihiro "Matz" Matsumoto
2020-06-04
Add `mruby-complex` and `mruby-rational` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-06-04
Add explicit cast to silence warnings on AppVeyor.
Yukihiro "Matz" Matsumoto
2020-06-03
Hiding method implementation C functions in mruby-io
dearblue
2020-06-03
Merge pull request #4800 from shuujii/set-MRB_STR_ASCII-flag-to-some-stringiz...
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2020-06-01
Add `mruby-eval` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-05-31
Get local variable names from orphan block; ref #3710
dearblue
2020-05-27
Move `fmt_setup` until absolutely necessary.
Yukihiro "Matz" Matsumoto
2020-05-26
Integer format can be bigger than `32` on 64bit platforms.
Yukihiro "Matz" Matsumoto
2020-05-25
Add `y.tab.c` to remove Bison from build dependencies; ref 4ce3997c
KOBAYASHI Shuji
2020-05-15
Rename C function `mrb_proc_lambda`.
Yukihiro "Matz" Matsumoto
2020-05-15
Add `pread/pwrite` support on `__MACH__` (MacOS) in addition to `__unix__`.
Yukihiro "Matz" Matsumoto
2020-05-15
Remove `YYERROR_VERBOSE` which no longer supported since `bison 3.6`.
Yukihiro "Matz" Matsumoto
2020-05-11
Make `off_t` handling simpler; #4872 #4939
Yukihiro "Matz" Matsumoto
2020-05-09
Fix boundary check for `OP_LOADI16`; ref fa8668c
dearblue
2020-05-07
Remove unnecessary `sprintf` test that fails since 91368c1.
Yukihiro "Matz" Matsumoto
2020-05-07
Should not use `assert` with expressions with side-effect; ref #4981
2.1.1-rc2
Yukihiro "Matz" Matsumoto
2020-05-07
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-05-07
Add `#include <string.h>` on all platforms for `strncpy`; #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Remove unused local variable if `MRB_UTF8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Fix `IO#readchar` to return broken UTF-8 rather than `EOF` error.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix `IO#readchar` to support UTF-8 char reading; fix #4712
Yukihiro "Matz" Matsumoto
2020-05-07
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `mrb_funcall` if `MRB_UFT8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `-e/-E` options from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-05-07
Add a new instruction `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix wrong line number before comment line; fix #4993
Yukihiro "Matz" Matsumoto
2020-05-07
Add assertion as originally intended; ref #4986
Yukihiro "Matz" Matsumoto
2020-05-01
Fix `_read_buf` to be more efficient; fix #4982
Yukihiro "Matz" Matsumoto
2020-05-01
Fix `IO#sysread` to update buffer string on `EOF`; ref #4982
Yukihiro "Matz" Matsumoto
2020-05-01
Update `IO#ungetc` to keep `@buf` string; ref #4982
Yukihiro "Matz" Matsumoto
[next]