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
2013-04-24
Merge pull request #1208 from tomykaira/fix_wrong_symbol_comment
Yukihiro "Matz" Matsumoto
2013-04-24
Fix wrong comment
tomykaira
2013-04-23
fix unnecessary irep_free
masahino
2013-04-22
Merge pull request #1201 from monaka/pr-simplify-load.c
Yukihiro "Matz" Matsumoto
2013-04-22
Simplify load.c. Remove code clones. Suppress return paths.
Masaki Muranaka
2013-04-22
ensure clause should be executed only once; close #1185
Yukihiro "Matz" Matsumoto
2013-04-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-04-22
should call ensure before popping callinfo; cancel 8ce1ea84
Yukihiro "Matz" Matsumoto
2013-04-22
Use mrb_bool for the 'b' format specifier of mrb_get_args
h2so5
2013-04-20
Merge pull request #1196 from monaka/pr-use-mrb_aspec
Yukihiro "Matz" Matsumoto
2013-04-21
Use mrb_aspec instead of int32_t. As it will clarify what is doing.
Masaki Muranaka
2013-04-21
Use memcmp instead of strcmp if it is possible.
Masaki Muranaka
2013-04-21
Remove a comment.
Masaki Muranaka
2013-04-21
Clean up variable types and type casts.
Masaki Muranaka
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-20
wrong type cast
Yukihiro "Matz" Matsumoto
2013-04-20
small consmetic fix
Yukihiro "Matz" Matsumoto
2013-04-20
Module#class_variables should check superclasses
Yukihiro "Matz" Matsumoto
2013-04-20
Add implementation for respond_to_missing?
Carson McDonald
2013-04-19
Merge pull request #1191 from h2so5/refactor-kernel-and-class
Yukihiro "Matz" Matsumoto
2013-04-20
Refactor kernel.c and class.c
h2so5
2013-04-20
use ISXDIGIT instead isxdigit on parser.y:3485
Daehyub Kim
2013-04-19
Make str_modify public
h2so5
2013-04-17
rollback stack before executing ensure clause.
Tomoyuki Sahara
2013-04-16
Add Proc#arity
h2so5
2013-04-13
move no block check to mrb_yield_internal
Yukihiro "Matz" Matsumoto
2013-04-13
add no block check; based on patch from h2so5; close #1174
Yukihiro "Matz" Matsumoto
2013-04-11
string interpolation (#{foo}) does stringify implicitly; no need to call #to_s
Yukihiro "Matz" Matsumoto
2013-04-11
Fix TypeError messages
h2so5
2013-04-10
Refactor mrb_str_dump
h2so5
2013-04-09
Merge pull request #1164 from h2so5/add-validation-for-c-symbol
Yukihiro "Matz" Matsumoto
2013-04-09
Add validation for C language symbol name
h2so5
2013-04-09
preparation for tail call optimization (still has bugs)
Yukihiro "Matz" Matsumoto
2013-04-09
target_class should not be TT_ICLASS; close #1152
Yukihiro "Matz" Matsumoto
2013-04-09
nregs size was too big (off by one); close #1137
Yukihiro "Matz" Matsumoto
2013-04-06
Merge pull request #1147 from schmurfy/dump_osx
Yukihiro "Matz" Matsumoto
2013-04-06
stdint header seems required on osx for uint8_t
Julien Ammous
2013-04-06
Define isascii for C99
kano4
2013-04-05
Merge pull request #1141 from mattn/fix_exit
Yukihiro "Matz" Matsumoto
2013-04-05
Fix exit
mattn
2013-04-05
Add syntax error for incomplete global variables
h2so5
2013-04-05
Add syntax error for incomplete instance/class variables
h2so5
2013-04-05
factor out redundant Regexp check into functions
Yukihiro "Matz" Matsumoto
2013-04-05
method function should return mrb_value
Yukihiro "Matz" Matsumoto
2013-04-05
raise NotImplementedError from Module.constants (15.2.2.3.1); close #1125
Yukihiro "Matz" Matsumoto
2013-04-04
Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ...
Masaki Muranaka
2013-04-04
Use mrb_name_error() as possible.
Masaki Muranaka
2013-04-04
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Masaki Muranaka
2013-04-04
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...
Yukihiro "Matz" Matsumoto
2013-04-03
Merge pull request #1131 from takkaw/mrb_funcall_return_exc
Yukihiro "Matz" Matsumoto
[next]