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-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
2013-03-24
Adjusted indent, space and tab
MATSUMOTO Ryosuke
2013-03-23
rename mrb_ptr_as_string() to mrb_ptr_to_str()
Yukihiro Matz Matsumoto
2013-03-23
Remove *printf() that have "%p" format as possible. Use tomrb_ptr_as_string()...
Masaki Muranaka
2013-03-23
Merge pull request #1050 from monaka/pr-cleanup-string.c-20130323
Yukihiro "Matz" Matsumoto
2013-03-23
Set MRB_TT_MODULE to Module.
Masaki Muranaka
2013-03-23
Use mrb_str_cat() instead of mrb_str_cat2() as possible.
Masaki Muranaka
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in mrb_mod_eqq().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_mod_const_defined().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_mod_method_defined().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_mod_cvar_defined().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_bob_not().
Masaki Muranaka
2013-03-18
fix the type of argument named 'aspec'.
crimsonwoods
2013-03-16
Remove string.h in khash.h
Masaki Muranaka
2013-03-16
fix segmentation fault in BasicObject#inspect
takkaw
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-14
Add break to default case in switch statement
kano4
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-13
mrb_sys_fail raises SystemCallError if we have it.
Tomoyuki Sahara
2013-03-11
restore arena after mrb_define_method()
Yukihiro Matz Matsumoto
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-03-04
fix mrb_int for INT64 env
Yukihiro Matz Matsumoto
2013-03-03
Merge pull request #931 from matsumoto-r/fix_some_indents
Yukihiro "Matz" Matsumoto
[prev]
[next]