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
/
array.c
Age
Commit message (
Expand
)
Author
2017-03-29
Set proper class to subclass of Array
okkez
2017-03-19
Should not check/call `to_str` for immediate objects; ref #3515
Yukihiro "Matz" Matsumoto
2017-03-19
Need not to call mrb_obj_as_string() is sep is nil.
Yukihiro "Matz" Matsumoto
2017-01-24
Use size_t to avoid integer overflow in mrb_ary_splice(); fix #3413
Yukihiro "Matz" Matsumoto
2017-01-23
Refactoring: Use array_copy instead of for loop
ksss
2017-01-23
Changed the behavior of mrb_range_beg_len(); close #3411
Yukihiro "Matz" Matsumoto
2017-01-23
Use mrb_write_barrier() instead of mrb_field_write_barrier_value()
Yukihiro "Matz" Matsumoto
2017-01-23
Remove unnecessary inline declaration; ref #3409
Yukihiro "Matz" Matsumoto
2017-01-23
Merge pull request #3409 from ksss/mrb_ary_splice
Yukihiro "Matz" Matsumoto
2017-01-22
Should raise RuntimeError when object frozen
ksss
2017-01-22
Rewrite mrb_ary_splice
ksss
2017-01-07
Add ary_modify() checks; close #3379
Yukihiro "Matz" Matsumoto
2017-01-06
Improve capacity enhancing conditions
Yukihiro "Matz" Matsumoto
2016-12-31
ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353
Yukihiro "Matz" Matsumoto
2016-12-31
ary_expand_capa(): size calculation by size_t; fix #3353
Yukihiro "Matz" Matsumoto
2016-12-27
Check array max size
ksss
2016-12-18
Add "not reached" mark in mrb_ary_concat()
Yukihiro "Matz" Matsumoto
2016-12-12
rename prefix RBASIC_ to MRB_; ref #3340
Yukihiro "Matz" Matsumoto
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-12-01
Fix more integer overflows.
Clayton Smith
2016-12-01
Fix compile error by #3309
Yukihiro "Matz" Matsumoto
2016-11-30
Prevent array size calculation overflows.
Clayton Smith
2016-11-29
Use size_t to calculate bytes needed for array.
Clayton Smith
2016-11-29
ary_concat: support self concatenation; fix #3302
Yukihiro "Matz" Matsumoto
2016-11-24
fixed a bug in self modifying Array#[]=; fix #3274
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed rindex calling into mrb_equal bug
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed a memory problem in Array#to_h
Yukihiro "Matz" Matsumoto
2016-09-08
Fix SEGV when splat object
ksss
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-20
Increasing docs coverage
Seba Gamboa
2015-10-01
Array#index to take block; fix #2968 close #2970
Yukihiro "Matz" Matsumoto
2015-08-12
Remove duplicated RARRAY_LEN check
go.kikuta
2015-07-13
use "S!" specifier of mrb_get_args() to improve #2882 fix.
Yukihiro "Matz" Matsumoto
2015-07-11
Removing unndeeded to_s
jbreeden
2015-07-11
Patching array join
jbreeden
2015-06-03
Merge pull request #2823 from cremno/remove-unnecessary-mrb_immediate_p
Yukihiro "Matz" Matsumoto
2015-06-02
remove unnecessary mrb_immediate_p()
cremno
2015-06-02
directly call ary_new_capa()
cremno
2015-06-01
fix two potential cases of signed integer overflow
cremno
2014-10-30
avoid wrong ArgumentError from mrb_get_args() when surrounding method takes m...
Yukihiro "Matz" Matsumoto
2014-10-30
add cast to return from aget_index(); ref #2627
Yukihiro "Matz" Matsumoto
2014-10-29
Handle Array#[float, int] Close #2626
mattn
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-08-18
refactor mruby method(fix indent. remove temporary value, duplicate procedure)
kkkkkt
2014-08-05
Refactor obj_free() in gc.c
Jun Hiroe
2014-08-04
rename obsolete mrb_special_const_p to mrb_immediate_p
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-08
Merge pull request #2451 from take-cheeze/remove_mem_out_check
Yukihiro "Matz" Matsumoto
2014-07-07
Remove unnecessary out of memory check in `ary_expand_capa`.
take_cheeze
2014-07-06
Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`).
take_cheeze
[prev]
[next]