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
/
mrbgems
/
mruby-struct
Age
Commit message (
Expand
)
Author
2016-03-23
add #dig to Array,Hash and Struct
Yukihiro "Matz" Matsumoto
2016-02-19
mruby-struct: copied Struct length is not initialized; fix #3114
Yukihiro "Matz" Matsumoto
2015-12-26
Merge pull request #2331 from take-cheeze/struct_test
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-09-23
don't print anonymous struct class name
Yukihiro "Matz" Matsumoto
2015-09-23
mruby-struct gem refactoring
Yukihiro "Matz" Matsumoto
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-05-28
remove unnecessary including of <ctype.h>
cremno
2015-02-07
Remove eql_p variable in mrb_struct_eql func
Jun Hiroe
2015-02-07
Remove eql_p variable in mrb_struct_equal func
Jun Hiroe
2015-01-12
fix Segmentation fault on Struct#inspect due to recursive Struct object
takahashim
2014-09-19
change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_v...
Yukihiro "Matz" Matsumoto
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-09-04
get rid of shadowing variables (mrbgems)
cremno
2014-06-19
Raise `NameError` as defined in specification when `Struct` member isn't found.
take_cheeze
2014-06-19
Add tests to `Struct#[]` and `Struct#[]=`.
take_cheeze
2014-06-19
Replace return value result passing with `assert_*` in `Struct` test.
take_cheeze
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-06-06
reduce calling mrb_sym2name_len() from struct.c; ref #2365
Yukihiro "Matz" Matsumoto
2014-06-05
mruby-struct: implement `mrb_is_(local|const)_id`
cremno
2014-06-05
mruby-struct: remove unused functions
cremno
2014-06-05
mruby-struct: use correct data types
cremno
2014-06-05
mruby-struct: internal linkage for all functions
cremno
2014-05-28
Add invalid key type check in `Struct#[]=`.
take_cheeze
2014-05-28
Support string key in `Struct#[]=`.
take_cheeze
2014-05-03
refactoring mruby-struct
Yukihiro "Matz" Matsumoto
2014-05-03
use proper length for mrb_get_values_at()
Yukihiro "Matz" Matsumoto
2014-05-02
Implement Struct#values_at and Array#values_at .
take_cheeze
2014-04-30
Implement Struct#to_h .
take_cheeze
2014-04-27
Implement Struct#to_a and Struct#values .
take_cheeze
2014-04-25
Use mrb_int in mrbgem rest argument getting.
take_cheeze
2014-04-21
Remove `Struct` defined check in test.
take_cheeze
2014-04-20
Implement Struct#size and Struct#length .
take_cheeze
2014-04-18
Use RARRAY_* macro instead of accessing RArray field.
take_cheeze
2014-04-12
Restore arena index since large struct may create many Proc objects; a patch ...
Yukihiro "Matz" Matsumoto
2014-04-12
Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052
Yukihiro "Matz" Matsumoto
2014-03-25
Use mrb_int instead of int
cubicdaiya
2014-03-22
use the same error message
Marcus Stollsteimer
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
self must be the newly created object in initialization block; close #1858
Tomoyuki Sahara
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-12
fix mrb_funcall calling
take_cheeze
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-02-26
Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_str_cat_lit() more widely
cubicdaiya
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-13
mrb_str_cat2: deprecated since 0cedf8f
cremno
2014-01-16
Increase test coverage of mruby-struct
Carson McDonald
2014-01-07
remove superfluous includes
cremno
[prev]
[next]