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
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
2014-07-06
reformat else part; ref #2447
Yukihiro "Matz" Matsumoto
2014-07-05
Reduce allocation in shared RArray clearing.
take_cheeze
2014-05-08
use mrb_field_write_barrier_value() in array.c
Yukihiro "Matz" Matsumoto
2014-05-08
Make Array#[]= raise IndexError.
yui-knk
2014-04-27
rename `mrb_str_buf_append` to `mrb_str_cat_str`
cremno
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-21
remove `mrb_str_buf_cat`
cremno
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-02
implement part of Array#<=> in C
Yukihiro "Matz" Matsumoto
2014-04-02
implement Array comparisons by Ruby
Yukihiro "Matz" Matsumoto
2014-04-01
move Array#inspect implementation to mrblib/array.rb
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-18
Reduce implicit type casts.
Masaki Muranaka
2014-03-01
add _FLAG to SET_SHARED macros; ref #1750
Yukihiro "Matz" Matsumoto
2014-03-01
Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ksss-...
Yukihiro "Matz" Matsumoto
2014-02-27
move check condition to outside in while block
ksss
2014-02-27
add macro ARY_UNSET_SHARED
ksss
2014-02-27
add macro ARY_SET_SHARED
ksss
2014-02-26
add macro ARY_SHARED_P
ksss
2014-02-12
array implementation: several small changes
cremno
2014-02-08
made mrb_define_class to return existing class, with heavy refactoring
Yukihiro "Matz" Matsumoto
2014-02-06
use mrb_str_new_lit() more widely
Yukihiro "Matz" Matsumoto
2014-02-01
fix NODE_SPLAT codegen
h2so5
2014-01-30
Array#[]= is now range aware
Yukihiro "Matz" Matsumoto
2014-01-29
move range aware aget to array.c from mruby-array-ext gem
Yukihiro "Matz" Matsumoto
2014-01-07
remove superfluous includes
cremno
2014-01-04
should splat and iterate elements when "*ary" speficied in the case-when clau...
Yukihiro "Matz" Matsumoto
2014-01-03
mrb_ary_splat() to call #to_a
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1634 from cremno/use-mrb_fixnum_p
Yukihiro "Matz" Matsumoto
2014-01-02
remove various preprocessor conditionals
cremno
2014-01-02
tiny word boxing optimization
cremno
2013-12-07
Fix ISO no in Array#* and Array#+
Jun Hiroe
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-01
changed argument type of mrb_ary_modify(); ref #1554
Yukihiro "Matz" Matsumoto
2013-10-31
add mrb_ary_modify(mrb,a); you have to ensure mrb_value a to be an array; ref...
Yukihiro "Matz" Matsumoto
2013-07-22
change else formatting
Yukihiro "Matz" Matsumoto
2013-07-18
Changed use of MRB_INT_MAX to MRB_INT_MAX-1
Carson McDonald
2013-07-01
Refactor mrb_ary_eql() func in array.c.
Jun Hiroe
2013-07-01
Refactor mrb_ary_equal() func in array.c.
Jun Hiroe
2013-06-15
Merge upstream
Daniel Bovensiepen
2013-06-17
Add ISO Number to Array
Daniel Bovensiepen
2013-06-13
fix indent
Yukihiro "Matz" Matsumoto
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
[next]