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
2017-07-04
Refactor `sprintf()` code.
Yukihiro "Matz" Matsumoto
2017-07-04
Initialize `flags` for each loop.
Yukihiro "Matz" Matsumoto
2017-06-28
Remove redundant use of `Object#to_s` in interpolation.
Yukihiro "Matz" Matsumoto
2017-06-28
Provide better way to check compile errors.
Yukihiro "Matz" Matsumoto
2017-06-28
Revert "Make `mrb_load_exec` a static function."
Yukihiro "Matz" Matsumoto
2017-06-28
Avoid `mrb_funcall()` unless absolutely necessary; ref #3722
Yukihiro "Matz" Matsumoto
2017-06-27
Remove unnecessary initialization of a local variable.
Yukihiro "Matz" Matsumoto
2017-06-27
No longer need to copy `argv` from `mrb_get_args`; ref #3722
Yukihiro "Matz" Matsumoto
2017-06-23
Should raise an exception if `break` called in ensure; fix #3721
Yukihiro "Matz" Matsumoto
2017-06-23
Make `mrb_load_exec` a static function.
Yukihiro "Matz" Matsumoto
2017-06-21
Add write barrier to protect proc reference from fiber; fix #3719
Yukihiro "Matz" Matsumoto
2017-06-21
Use `alias enum_for to_enum` instead of `alias :enum_for :to_enum`.
Yukihiro "Matz" Matsumoto
2017-06-21
use `unless` instead of `if not`.
Yukihiro "Matz" Matsumoto
2017-06-20
Avoid using `snprintf(3)` in case `MRB_DISABLE_STDIO`; fix #3714
Yukihiro "Matz" Matsumoto
2017-06-19
Save gc_arena after buffer got allocated
Asmod4n
2017-06-19
Fixed disclosure of local variables by `eval`; ref #3710
Yukihiro "Matz" Matsumoto
2017-06-16
Use `MRB_PRId` instead of `d` for mrb_int decimal specifier; ref #3701
Yukihiro "Matz" Matsumoto
2017-06-16
Use `mrb_str_new()` instead of `malloc()`; ref #3701
Yukihiro "Matz" Matsumoto
2017-06-16
Should not use `sizeof(buf)` when `buf` is `char*`; #3701
Yukihiro "Matz" Matsumoto
2017-06-16
Merge branch 'string-upto' of https://github.com/ksss/mruby into ksss-string-...
Yukihiro "Matz" Matsumoto
2017-06-15
Call write barriers for stack-modified fibers; fix #3699
Yukihiro "Matz" Matsumoto
2017-06-15
Print the file name along with line number on syntax errors; fix #3698
Yukihiro "Matz" Matsumoto
2017-06-15
Prevent Fiber#initialize to be called twice; fix #3705
Yukihiro "Matz" Matsumoto
2017-06-14
Use malloc instead of dynamic allocation
ksss
2017-06-14
Fix arena overflow error
ksss
2017-06-14
Reimplement String#upto
ksss
2017-06-07
Handles exceptions from code generation phase; fix #3695
Yukihiro "Matz" Matsumoto
2017-06-05
Limit recursion level of `codegen()`; fix #3690
Yukihiro "Matz" Matsumoto
2017-06-02
Revert "Update NODE_BLOCK check logic in `void_expr_error`."
Yukihiro "Matz" Matsumoto
2017-06-02
Update NODE_BLOCK check logic in `void_expr_error`.
Yukihiro "Matz" Matsumoto
2017-06-02
Fixed a bug in `void_expr_error`.
Yukihiro "Matz" Matsumoto
2017-06-02
Add more precise void expression checks; ref #3686
Yukihiro "Matz" Matsumoto
2017-06-01
Check for super using OP_ARGARY; fix #3678
Yukihiro "Matz" Matsumoto
2017-05-29
Mark the proc object representing top-level as an internal object; #3621
Yukihiro "Matz" Matsumoto
2017-05-26
Fixed off-by-one error in `fiber_switch()`; ref #3641
Yukihiro "Matz" Matsumoto
2017-05-25
Raise an exception when transfer arguments are too many; fix #3641
Yukihiro "Matz" Matsumoto
2017-05-25
Make `gen_assignment()` to support `NODE_SCALL`; ref #3658
Yukihiro "Matz" Matsumoto
2017-05-25
Under MRB_INT64, width may be bigger than INT_MAX; fix #3665
Yukihiro "Matz" Matsumoto
2017-05-23
Remove class info from backtrace lines.
Yukihiro "Matz" Matsumoto
2017-05-21
String#concat: Try to convert when not string
ksss
2017-05-12
Change return back to break in the default case.
Clayton Smith
2017-05-08
Fix segmentation fault ref: #3648
ksss
2017-04-29
Better error message
Nobuyoshi Nakada
2017-04-29
Use `FILL` and `PUSH`
Nobuyoshi Nakada
2017-04-25
Silence warnings caused by implicit type casting.
Yukihiro "Matz" Matsumoto
2017-04-25
Add explicit cast from double to long.
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-24
Merge pull request #3630 from nobu/bug/sprintf-sp3inf
Yukihiro "Matz" Matsumoto
2017-04-23
Fix embedded document with unterminated terminator
Nobuyoshi Nakada
2017-04-23
Refactor "%f" % Inf/NaN
Nobuyoshi Nakada
[next]