summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
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
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-07-17* struct.c (recursive_hash): extracted from rb_struct_hash. rejectakr
2009-07-01* hash.c (rb_hash_hash): documentation fix. a patch frommatz
2009-05-29* struct.c (Init_Struct): made #to_s an alias to #inspect tonobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-20* struct.c (rb_struct_new): get rid of too large alloca.nobu
2009-05-19* struct.c (struct_ivar_get): new function to avoid repeatedmatz
2009-02-22stripped trailing spaces.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2008-11-10* struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz
2008-08-20* range.c (range_initialize_copy): Range is now a Struct.nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-06-27* gc.c: __size__ removed. use the length of __members__ instead.akr
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-05* struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-03-09fix doc.akr
2008-03-05* struct.c (make_struct): preserve encoding of struct name.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-24* proc.c (method_name): preserve Symbol's encoding.matz
2007-11-23fix va_start arg.akr