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
/
class.c
Age
Commit message (
Expand
)
Author
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-08-09
def statement and define_method now return symbol a la Ruby2.1
Yukihiro "Matz" Matsumoto
2013-08-07
class.c and numeric.c: fixed MSVC warnings
Cremno
2013-08-07
return statement should terminate execution of a method defined by define_method
Yukihiro "Matz" Matsumoto
2013-07-31
stop storing target_class info for C defined methods
Yukihiro "Matz" Matsumoto
2013-07-22
change else formatting
Yukihiro "Matz" Matsumoto
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-13
singleton class super initialize failed
Yukihiro "Matz" Matsumoto
2013-07-13
make_metaclass should skip MRB_TT_ICLASS; close #1369
Yukihiro "Matz" Matsumoto
2013-07-13
make_metaclass should skip MRB_TT_ICLASS; close #1369
Yukihiro "Matz" Matsumoto
2013-07-11
Replace mrb_intern() with mrb_intern_cstr().
Jun Hiroe
2013-07-11
add dummy visibility methods (public/protected/private) that do nothing; ref ...
Yukihiro "Matz" Matsumoto
2013-07-10
mrb_bob_missing to use mrb_get_args("n")
Yukihiro "Matz" Matsumoto
2013-07-10
mrb_mod_alias to use mrb_get_args("nn")
Yukihiro "Matz" Matsumoto
2013-07-07
call Class#inherited when Class.new(klass)
hoge
2013-07-03
Add comments in mrb_get_args() func.
Jun Hiroe
2013-07-03
Refactor mrb_define_class() method in class.c.c
Jun Hiroe
2013-07-01
Add mrb_class_get_under()
h2so5
2013-06-27
fix unnecessary exception in mrb_get_args with "z" format.
mimaki
2013-06-09
Singleton raises TypeError on #new
Daniel Bovensiepen
2013-06-09
Remove incorrect removal of iv
Carson McDonald
2013-06-08
Raise a NameError when symbol isn't found.
Carson McDonald
2013-06-08
bob doesn't have new so don't undef
Carson McDonald
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-19
Change fortmat to format.
Carson McDonald
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-05-10
change mrb_warn to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-04-30
the receiver should be included in ancestors even when it's a singleton class
Yukihiro "Matz" Matsumoto
2013-04-29
Revert file access mode to 0644.
Masaki Muranaka
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-27
detect cyclic-include in Module#include
skandhas
2013-04-26
small cosmetic refactoring
Yukihiro "Matz" Matsumoto
2013-04-26
rename mrb_interned API functions
Yukihiro "Matz" Matsumoto
2013-04-26
Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1211 from skandhas/pr-fix-Module-ancestors
Yukihiro "Matz" Matsumoto
2013-04-25
fix Module#ancestors and update test
skandhas
2013-04-25
modify functions to suppress symbol registration into intern pool.
crimsonwoods
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-22
Use mrb_bool for the 'b' format specifier of mrb_get_args
h2so5
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-20
Refactor kernel.c and class.c
h2so5
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
Use mrb_name_error() as possible.
Masaki Muranaka
2013-04-02
add Module#constants (15.2.2.4.24)
Yukihiro "Matz" Matsumoto
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-28
Modify mrb_name_error() to use mrb_format().
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-26
fixed build error on VS2012 toolchains.
kurodash
[next]