summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
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
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08* struct.c (rb_struct_s_members): check if __members__ is anmatz
2007-09-07* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-12* struct.c (rb_struct_init_copy): disallow changing the size.nobu
2007-06-10* include/ruby: moved public headers.nobu
2006-09-16* struct.c (inspect_struct): do not display a class name formatz
2006-09-04* eval.c (rb_f_local_variables): list symbols.matz
2006-09-02* string.c (Init_String): undef Symbol#new.matz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-05* ruby.h (struct RStruct): embed 3 or less elements structs.akr
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz