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
/
object.c
Age
Commit message (
Expand
)
Author
2013-07-07
Change parameter type to suppress -Wsign-compare warnings
Kazuki Tsujimoto
2013-07-05
Fix indents in object.c.
Jun Hiroe
2013-06-30
Refactor mrb_obj_eq() func in object.c.
Jun Hiroe
2013-06-28
add nil.to_a, nil.to_f, nil.to_i methods
Akira Yumiyama
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
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-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-01
mrb_any_to_s: add separator
Yukihiro "Matz" Matsumoto
2013-03-29
Remove mrb_flt2big() as there is no bignum in the core.
Masaki Muranaka
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-28
Fix %s to %S.
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-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-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in false_or().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in false_xor().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in true_xor().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in true_and().
Masaki Muranaka
2013-03-16
Remove unused string.h.
Masaki Muranaka
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-03-01
Pluggable Struct
mattn
2013-02-18
remove TT_REGEX and TT_MATCH
Yukihiro Matz Matsumoto
2013-02-06
rewrote mrb_any_to_s
Cremno
2013-01-27
Fixes a number of "comparison between signed and unsigned" warnings.
Carson McDonald
2013-01-15
use the new specifier b instead of o
Cremno
2012-11-04
replace RTEST() by mrb_test_p()
Yukihiro Matz Matsumoto
2012-11-04
replace FIXNUM_P() by mrb_fixnum_p()
Yukihiro Matz Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-16
true/false should print proper inspect string
Yukihiro Matsumoto
2012-09-10
use mrb_test
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-13
use TRUE/FALSE instead of 1/0
Yukihiro Matsumoto
2012-08-02
mrb_check_convert_type should always return nil on error
Yukihiro Matsumoto
2012-08-02
reduce invoking mrb_intern from convert_type
Yukihiro Matsumoto
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-13
allow DISABLE/ENABLE_SATDIO
Yukihiro Matsumoto
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-14
error message from mrb_convert_type has been changed
Yukihiro Matsumoto
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-01
hash function should use #eql? internally
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
2012-05-31
remove #new from immediate classes
Yukihiro Matsumoto
2012-05-18
remove unused method.h from object.c
Yukihiro Matsumoto
2012-05-17
redefine POST/NEG FIXABLE using INT_MIN/MAX
Yukihiro Matsumoto
[prev]
[next]