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-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
2013-04-02
Adjust ci->nregs to prevent heap corruption
Gilad Zohari
2013-04-02
Module#constants should include constants defined in superclass; close #1126
Yukihiro "Matz" Matsumoto
2013-04-02
add Module#constants (15.2.2.4.24)
Yukihiro "Matz" Matsumoto
2013-04-01
Merge pull request #1121 from monaka/pr-check-malloc-failed2
Yukihiro "Matz" Matsumoto
2013-04-01
bugfix: Kernel#!=, and add #!= testcase.
Kouki Ooyatsu
2013-03-31
Merge pull request #1122 from monaka/pr-cleanup-raise
Yukihiro "Matz" Matsumoto
2013-04-01
mrb_any_to_s: add separator
Yukihiro "Matz" Matsumoto
2013-04-01
Use mrb_raise() as possible instead of mrb_raisef().
Masaki Muranaka
2013-04-01
Fix typos.
Masaki Muranaka
2013-04-01
Add the care for malloc failed.
Masaki Muranaka
2013-03-31
Integer.round have no arg.
Masaki Muranaka
2013-03-31
Remove unused functions.
Masaki Muranaka
2013-03-31
Move Integer.{floor,ceil,round,truncate} to mrblib/. For maintainability.
Masaki Muranaka
[next]