aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Commit miss.nobu2010-10-191-1/+1
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-24/+24
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-1/+8
* * include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu2009-10-071-1/+1
* * struct.c (rb_struct_select): Struct#select should returnmatz2009-10-061-0/+1
* * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz2009-10-051-37/+63
* * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre2009-09-201-12/+26
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-7/+6
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+1
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-10/+11
* * struct.c (recursive_hash): extracted from rb_struct_hash. rejectakr2009-07-171-8/+17
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-011-2/+2
* * struct.c (Init_Struct): made #to_s an alias to #inspect tonobu2009-05-291-1/+1
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-201-3/+3
* * struct.c (rb_struct_new): get rid of too large alloca.nobu2009-05-201-5/+9
* * struct.c (struct_ivar_get): new function to avoid repeatedmatz2009-05-191-9/+14
* stripped trailing spaces.nobu2009-02-221-35/+35
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-5/+6
* * struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz2008-11-101-8/+13
* * range.c (range_initialize_copy): Range is now a Struct.nobu2008-08-201-1/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+1
* * gc.c: __size__ removed. use the length of __members__ instead.akr2008-06-271-11/+15
* * suppress warnings with -Wwrite-string.nobu2008-05-311-2/+2