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
/
src
Age
Commit message (
Expand
)
Author
2014-04-28
prevent printf warning
Yukihiro "Matz" Matsumoto
2014-04-28
better codedump formatting
Yukihiro "Matz" Matsumoto
2014-04-28
presreve local variables names in irep->lv
Yukihiro "Matz" Matsumoto
2014-04-27
rename `mrb_str_buf_append` to `mrb_str_cat_str`
cremno
2014-04-27
NODE_SUPER should preserve stack region for block; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-27
NODE_DEF should preserve stack region for lambda; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-27
Merge pull request #2136 from mirichi/bug-fix2
Yukihiro "Matz" Matsumoto
2014-04-27
forgot to remove abort()
Yukihiro "Matz" Matsumoto
2014-04-27
mark may be missed when eval() is called
Yukihiro "Matz" Matsumoto
2014-04-27
Merge pull request #2135 from mirichi/bug-fix
Yukihiro "Matz" Matsumoto
2014-04-26
Class.constants to take optional argument; close #2133
Yukihiro "Matz" Matsumoto
2014-04-26
area of implicit nil is not enough to nregs
mirichi
2014-04-26
The correct is to compare the MRB_STACK_GROWTH.
mirichi
2014-04-26
bit more peephole optimization for NODE_LVAR
Yukihiro "Matz" Matsumoto
2014-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-26
check length before calling stack_copy(); based on a patch from @mirich; clos...
Yukihiro "Matz" Matsumoto
2014-04-26
Refactor fix_xor()
Jun Hiroe
2014-04-26
Refactor fix_or()
Jun Hiroe
2014-04-26
Refactor fix_and()
Jun Hiroe
2014-04-26
Refactor flo_finite_p()
Jun Hiroe
2014-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-26
should use plain int for index, since i may be printed using %d; close #2127
Yukihiro "Matz" Matsumoto
2014-04-26
Merge pull request #2126 from kyab/fix_msvc_warning_error.c
Yukihiro "Matz" Matsumoto
2014-04-26
Merge pull request #2124 from take-cheeze/eval_file_line
Yukihiro "Matz" Matsumoto
2014-04-26
Merge pull request #2118 from ksss/range-bool
Yukihiro "Matz" Matsumoto
2014-04-26
Fix MSVC warnings for error.c
kyab
2014-04-25
Fix lineno overwrite in parser_init_cxt.
take_cheeze
2014-04-25
Refactoring OP_CALL
mirichi
2014-04-25
better integer size assertion suggested by usak
Yukihiro "Matz" Matsumoto
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-25
Merge pull request #2117 from kyab/fix_msvc_warning_backtrace.c
Yukihiro "Matz" Matsumoto
2014-04-25
remove -Wsign-compare warnings
Yukihiro "Matz" Matsumoto
2014-04-24
range_init argument for exclude_end use mrb_bool
ksss
2014-04-24
mrb_range_new excl flag use mrb_bool insteard of int
ksss
2014-04-24
Fix MSVC warning for backtrace.c
kyab
2014-04-24
Fix MSVC warning for gc.c
kyab
2014-04-23
fixed.
mirichi
2014-04-22
bug fixed
mirichi
2014-04-22
reduce the init size of stack
mirichi
2014-04-22
OP_SEND refactoring
mirichi
2014-04-21
remove `mrb_str_buf_cat`
cremno
2014-04-21
fix optional block arguments in rhs
Nobuyoshi Nakada
2014-04-21
adjust indent
Nobuyoshi Nakada
2014-04-21
fix optional arguments in rhs
Nobuyoshi Nakada
2014-04-21
Merge pull request #2096 from nobu/def_in_cmdarg
Yukihiro "Matz" Matsumoto
2014-04-21
allow method definition in cmdarg
Nobuyoshi Nakada
2014-04-21
use `stack_type` instead of raw `unsigned int`
Nobuyoshi Nakada
2014-04-21
Use boolean macro in is_valid_c_symbol_name()
Jun Hiroe
2014-04-19
Use boolean macro instead of integer literal in `is_debug_info_defined`.
take_cheeze
2014-04-19
Allow parenthesed do-block in cmdarg
Nobuyoshi Nakada
[next]