aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
* struct.c: no rb_class_real twicenobu2014-08-211-1/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-1/+1
* Init functions don't need ID cachesnobu2014-07-031-1/+9
* struct.c: avoid pinning downnobu2014-03-281-12/+15
* struct.c: encoding of member namenobu2014-03-281-1/+1
* struct.c: not_a_member messagenobu2014-03-281-4/+11
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-1/+1
* * struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead ofko12014-03-201-1/+1
* [DOC] add links to `Object#hash`nobu2014-03-141-0/+2
* * include/ruby/intern.h,akr2014-02-141-6/+0
* * struct.c (rb_struct_set): return assigned value from setter methodcharliesome2014-01-041-1/+2
* hash.c: detect recursion for allnobu2013-12-031-21/+13
* should not ignore the rest of recursive constructsnobu2013-11-261-1/+1
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-081-2/+2
* struct.c: fix warning messagenobu2013-10-271-1/+1
* * struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936]zzak2013-09-261-1/+2
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-8/+8
* * struct.c (rb_struct_define_without_accessor_under): added.ko12013-08-291-14/+46
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+2
* struct.c: rb_struct_define_undernobu2013-08-031-0/+19
* * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass2013-07-151-4/+13
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-3/+9
* * include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko12013-06-211-65/+61
* * struct.c: Improve documentation: replace "instance variable" withdrbrain2013-06-111-92/+91
* * internal.h (numberof): Gathered from various files.akr2013-06-071-1/+0
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-1/+1
* struct.c: hide member namesnobu2013-04-131-3/+3
* struct.c: split make_structnobu2013-04-131-34/+53
* struct.c: avoid inadvertent symbol creationnobu2013-04-041-7/+24
* * struct.c (Struct.new): Document Struct.new with blockzzak2013-01-191-3/+14
* * struct.c (make_struct): remove junk ID check to allow members whoglass2012-12-221-8/+6
* struct.c: fix typonobu2012-11-191-1/+1
* struct.c: yield assoc in each_pairnobu2012-11-191-1/+3
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-061-3/+6
* * struct.c: fix typo.ktsj2012-10-271-1/+1
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* obj_init_copynobu2012-06-051-5/+1
* * struct.c (rb_struct_members): Refactoring. As Struct#members hadmame2012-05-211-11/+2
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-241-0/+26
* Revert r35339-35343 because of no tests.naruse2012-04-181-26/+0
* * struct.c: Add Struct#to_h [Feature #6276]marcandre2012-04-161-0/+26
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-3/+6
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* struct.c (documentation for rb_struct_members_m):duerst2012-04-061-1/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-3/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-6/+6
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-2/+1
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * random.c (random_rand): remove unused variables.naruse2011-04-251-2/+0
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-1/+1