| Commit message (Expand) | Author | Age | Files | Lines |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -3/+1 |
* | fix va_start arg. | akr | 2007-11-23 | 1 | -1/+1 |
* | * struct.c (rb_struct_alloc_noinit): new function. | akr | 2007-11-23 | 1 | -2/+11 |
* | * struct.c (rb_struct_define_without_accessor): new function. | akr | 2007-11-23 | 1 | -0/+35 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * marshal.c (r_object0): don't call user-defined initialize for | akr | 2007-09-08 | 1 | -1/+1 |
* | * struct.c (rb_struct_s_members): check if __members__ is an | matz | 2007-09-08 | 1 | -0/+3 |
* | * struct.c (rb_struct_s_members): should raise TypeError instead | matz | 2007-09-07 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * struct.c (rb_struct_init_copy): disallow changing the size. | nobu | 2007-07-12 | 1 | -8/+3 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * struct.c (inspect_struct): do not display a class name for | matz | 2006-09-16 | 1 | -1/+6 |
* | * eval.c (rb_f_local_variables): list symbols. | matz | 2006-09-04 | 1 | -1/+1 |
* | * string.c (Init_String): undef Symbol#new. | matz | 2006-09-02 | 1 | -8/+3 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -27/+27 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -1/+1 |
* | * ruby.h (struct RStruct): embed 3 or less elements structs. | akr | 2006-02-05 | 1 | -56/+69 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -7/+1 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 1 | -5/+3 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -2/+2 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -106/+44 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -0/+2 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -10/+2 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -2/+2 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -2/+3 |
* | * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247] | aamine | 2005-06-01 | 1 | -2/+4 |
* | * eval.c (rb_attr): attribute name check added. | matz | 2005-04-18 | 1 | -2/+2 |
* | * struct.c (make_struct): allow non local-id field | matz | 2005-03-17 | 1 | -15/+19 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -17/+24 |
* | * intern.h, struct.c (rb_struct_s_members, rb_struct_members): public | nobu | 2004-09-27 | 1 | -20/+17 |
* | * struct.c (rb_struct_s_members): wrong call of struct_members. | matz | 2004-09-24 | 1 | -4/+16 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -60/+53 |
* | * struct.c (make_struct): remove redefining constant when | matz | 2004-09-03 | 1 | -0/+8 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -1/+1 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -4/+11 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+1 |
* | RDoc Struct and random | dave | 2003-12-28 | 1 | -0/+240 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -4/+0 |
* | * struct.c (struct_entry): add prototype to avoid VC++ warnings. | usa | 2003-07-12 | 1 | -0/+1 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -24/+13 |
* | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 1 | -1/+1 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -2/+2 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -0/+2 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -13/+26 |
* | * struct.c (rb_struct_eql): should compare values with "eql?". | matz | 2003-04-18 | 1 | -1/+20 |
* | * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?. | nobu | 2003-04-15 | 1 | -0/+18 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * struct.c (make_struct): needs meta class. | nobu | 2003-01-05 | 1 | -0/+1 |