summaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
* merges r25010 from trunk into ruby_1_9_1 and adds tests for it.yugui2009-11-271-12/+26
* merges r24513,r24514 and r24515 from trunk into ruby_1_9_1.yugui2009-10-251-10/+11
* merges r23930 from trunk into ruby_1_9_1.yugui2009-07-121-2/+2
* merges r20164 from trunk into ruby_1_9_1.yugui2008-11-111-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
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-106/+44
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-0/+2
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-10/+2
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-2/+2
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-2/+3
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-2/+4
* * eval.c (rb_attr): attribute name check added.matz2005-04-181-2/+2
* * struct.c (make_struct): allow non local-id fieldmatz2005-03-171-15/+19
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-17/+24
* * intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu2004-09-271-20/+17
* * struct.c (rb_struct_s_members): wrong call of struct_members.matz2004-09-241-4/+16
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-60/+53
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-031-0/+8
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-1/+1
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-4/+11