summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2014-01-04* struct.c (rb_struct_set): return assigned value from setter methodcharliesome
2013-12-03hash.c: detect recursion for allnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-08* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass
2013-10-27struct.c: fix warning messagenobu
2013-09-26* struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936]zzak
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-08-29* struct.c (rb_struct_define_without_accessor_under): added.ko1
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-08-03struct.c: rb_struct_define_undernobu
2013-07-15* struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1
2013-06-11* struct.c: Improve documentation: replace "instance variable" withdrbrain
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-13struct.c: hide member namesnobu
2013-04-13struct.c: split make_structnobu
2013-04-04struct.c: avoid inadvertent symbol creationnobu
2013-01-19* struct.c (Struct.new): Document Struct.new with blockzzak
2012-12-22* struct.c (make_struct): remove junk ID check to allow members whoglass
2012-11-19struct.c: fix typonobu
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-06* struct.c: Support for Struct's enumerators #sizemarcandre
2012-10-27* struct.c: fix typo.ktsj
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-06-05obj_init_copynobu
2012-05-21* struct.c (rb_struct_members): Refactoring. As Struct#members hadmame
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* struct.c: Add Struct#to_h [Feature #6276]marcandre
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-06struct.c (documentation for rb_struct_members_m):duerst
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-05-18* internal.h: add for internal use only.nobu
2011-04-25* random.c (random_rand): remove unused variables.naruse
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2009-10-07* include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu
2009-10-06* struct.c (rb_struct_select): Struct#select should returnmatz
2009-10-05* array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz
2009-09-20* struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu