aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz2008-05-051-5/+7
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-1/+1
* fix doc.akr2008-03-091-3/+3
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-051-5/+3
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-3/+1
* fix va_start arg.akr2007-11-231-1/+1
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-231-2/+11
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-231-0/+35
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-081-1/+1
* * struct.c (rb_struct_s_members): check if __members__ is anmatz2007-09-081-0/+3
* * struct.c (rb_struct_s_members): should raise TypeError insteadmatz2007-09-071-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * struct.c (rb_struct_init_copy): disallow changing the size.nobu2007-07-121-8/+3
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * struct.c (inspect_struct): do not display a class name formatz2006-09-161-1/+6
* * eval.c (rb_f_local_variables): list symbols.matz2006-09-041-1/+1
* * string.c (Init_String): undef Symbol#new.matz2006-09-021-8/+3
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-27/+27
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-051-56/+69
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-7/+1
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-211-5/+3
* banish some warnings.akr2005-09-241-2/+2