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-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
2014-04-17
Use mrb_regexp_p to check regexp.
take_cheeze
2014-04-17
Add mrb_regexp_p to check whether mrb_value is Regexp.
take_cheeze
2014-04-17
Merge pull request #2069 from cremno/static
Yukihiro "Matz" Matsumoto
2014-04-17
Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-string
Yukihiro "Matz" Matsumoto
2014-04-16
various functions should have internal linkage
cremno
2014-04-16
get classname and concatenate ": " only once
cremno
2014-04-16
convert exception message to string
cremno
2014-04-16
Move src/re.h to include/mruby/re.h .
take_cheeze
2014-04-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-16
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-16
Refactor fix_to_f in numeric.c
Jun Hiroe
2014-04-16
Refactor lshift in numeric.c
Jun Hiroe
2014-04-16
Refactor fix_shift_get_width in numeric.c
Jun Hiroe
2014-04-15
fixed typo in opcode.h
Yukihiro "Matz" Matsumoto
2014-04-15
OP_EQ系が速くなった
mirichi
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-14
should always initialize header flags for pooled strings
Yukihiro "Matz" Matsumoto
2014-04-14
fixed wrong use of pointer reference found by @tsahara; ref #2059
Yukihiro "Matz" Matsumoto
2014-04-14
Merge pull request #2060 from cremno/exc_inspect-dup-file
Yukihiro "Matz" Matsumoto
2014-04-14
exc_inspect: dup file and check mesg only once
cremno
2014-04-14
reduce RSTRING_PTR usage
cremno
2014-04-13
use kh_put2 in mrb_hash_set for performance improvement
Yukihiro "Matz" Matsumoto
2014-04-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-13
avoid function style parens after "return"; ref #2055
Yukihiro "Matz" Matsumoto
2014-04-13
Fix indent in bit_coerce
Jun Hiroe
2014-04-13
Refactor fix_rshift
Jun Hiroe
2014-04-13
Refactor fix_lshift
Jun Hiroe
2014-04-12
Refactor fix_rev
Jun Hiroe
2014-04-12
simplify Fixnum#==
Yukihiro "Matz" Matsumoto
2014-04-12
simplify Numeric#eql?
Yukihiro "Matz" Matsumoto
2014-04-12
remove num_equal() that potentially cause infinite loop
Yukihiro "Matz" Matsumoto
2014-04-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-12
replace memcpy() with a magic number by two assignments as suggested by @crem...
Yukihiro "Matz" Matsumoto
2014-04-12
mrb_str_dup use sheard string instead of new string
ksss
2014-04-12
Delegate irep string free to mrb_gc_free_str
ksss
[next]