| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | struct.c: fix warning message | nobu | 2013-10-27 | 1 | -1/+1 |
* | * struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936] | zzak | 2013-09-26 | 1 | -1/+2 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -8/+8 |
* | * struct.c (rb_struct_define_without_accessor_under): added. | ko1 | 2013-08-29 | 1 | -14/+46 |
* | * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because | ko1 | 2013-08-26 | 1 | -2/+2 |
* | struct.c: rb_struct_define_under | nobu | 2013-08-03 | 1 | -0/+19 |
* | * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value) | glass | 2013-07-15 | 1 | -4/+13 |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -3/+9 |
* | * include/ruby/ruby.h: support write barrier protection for T_STRUCT. | ko1 | 2013-06-21 | 1 | -65/+61 |
* | * struct.c: Improve documentation: replace "instance variable" with | drbrain | 2013-06-11 | 1 | -92/+91 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -1/+0 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | struct.c: hide member names | nobu | 2013-04-13 | 1 | -3/+3 |
* | struct.c: split make_struct | nobu | 2013-04-13 | 1 | -34/+53 |
* | struct.c: avoid inadvertent symbol creation | nobu | 2013-04-04 | 1 | -7/+24 |
* | * struct.c (Struct.new): Document Struct.new with block | zzak | 2013-01-19 | 1 | -3/+14 |
* | * struct.c (make_struct): remove junk ID check to allow members who | glass | 2012-12-22 | 1 | -8/+6 |
* | struct.c: fix typo | nobu | 2012-11-19 | 1 | -1/+1 |
* | struct.c: yield assoc in each_pair | nobu | 2012-11-19 | 1 | -1/+3 |
* | * struct.c: Support for Struct's enumerators #size | marcandre | 2012-11-06 | 1 | -3/+6 |
* | * struct.c: fix typo. | ktsj | 2012-10-27 | 1 | -1/+1 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+1 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -5/+1 |
* | * struct.c (rb_struct_members): Refactoring. As Struct#members had | mame | 2012-05-21 | 1 | -11/+2 |
* | * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods. | nobu | 2012-04-24 | 1 | -0/+26 |
* | Revert r35339-35343 because of no tests. | naruse | 2012-04-18 | 1 | -26/+0 |
* | * struct.c: Add Struct#to_h [Feature #6276] | marcandre | 2012-04-16 | 1 | -0/+26 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -3/+6 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | struct.c (documentation for rb_struct_members_m): | duerst | 2012-04-06 | 1 | -1/+1 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -3/+1 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -6/+6 |
* | * error.c (rb_check_trusted): new function to check an object is | nobu | 2011-07-17 | 1 | -2/+1 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+1 |
* | * random.c (random_rand): remove unused variables. | naruse | 2011-04-25 | 1 | -2/+0 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -1/+1 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -1/+1 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -24/+24 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -1/+8 |
* | * include/ruby/ruby.h (rb_long2int): evalates the argument only | nobu | 2009-10-07 | 1 | -1/+1 |
* | * struct.c (rb_struct_select): Struct#select should return | matz | 2009-10-06 | 1 | -0/+1 |
* | * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macro | matz | 2009-10-05 | 1 | -37/+63 |
* | * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s... | marcandre | 2009-09-20 | 1 | -12/+26 |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -7/+6 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * class.c (rb_define_class_id_under, rb_define_module_id_under): | nobu | 2009-08-12 | 1 | -10/+11 |
* | * struct.c (recursive_hash): extracted from rb_struct_hash. reject | akr | 2009-07-17 | 1 | -8/+17 |
* | * hash.c (rb_hash_hash): documentation fix. a patch from | matz | 2009-07-01 | 1 | -2/+2 |
* | * struct.c (Init_Struct): made #to_s an alias to #inspect to | nobu | 2009-05-29 | 1 | -1/+1 |