| Commit message (Expand) | Author | Age | Files | Lines |
* | * object.c (rb_obj_freeze): preserve frozen state of immediate | matz | 2007-12-18 | 1 | -1/+1 |
* | * variable.c (rb_f_global_variables): variable names should not | matz | 2007-11-26 | 1 | -6/+4 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -1/+11 |
* | * variable.c (rb_cvar_set): cvar assignment obey same rule to cvar | matz | 2007-11-09 | 1 | -35/+27 |
* | * variable.c (rb_cvar_set): check whether class variable is | matz | 2007-10-03 | 1 | -9/+61 |
* | * variable.c (obj_ivar_each): get rid of warning. | usa | 2007-09-29 | 1 | -1/+1 |
* | * variable.c (rb_ivar_set): fix class instance variable. | akr | 2007-09-29 | 1 | -0/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -70/+192 |
* | * eval_jump.ci (rb_f_catch): generate new tag object if no argument is | matz | 2007-09-01 | 1 | -1/+2 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable, | nobu | 2007-06-17 | 1 | -33/+44 |
* | * variable.c (rb_path2class): get rid of dangling pointer caused by | nobu | 2007-06-17 | 1 | -4/+1 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -1/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * iseq.c (prepare_iseq_build): freeze filename and name string. | ko1 | 2007-06-07 | 1 | -2/+6 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -1/+1 |
* | * variable.c (ivar_i): need to support class local instance | matz | 2007-02-06 | 1 | -1/+1 |
* | * vm.c (eval_get_cvar_base): destination for class variable access | matz | 2007-02-02 | 1 | -9/+33 |
* | * variable.c (rb_cvar_set): remove warn argument. | matz | 2007-02-02 | 1 | -3/+3 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -60/+34 |
* | * variable.c (rb_define_const): typo fixed. | matz | 2006-12-11 | 1 | -1/+1 |
* | * intern.h, object.c, variable.c (rb_mod_constants): added an optional | nobu | 2006-12-04 | 1 | -5/+26 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * eval.c (rb_f_local_variables): list symbols. | matz | 2006-09-04 | 1 | -4/+4 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -6/+6 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+1 |
* | * variable.c (rb_mod_name): returns nil for anonymous modules. | matz | 2006-06-22 | 1 | -2/+2 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -4/+8 |
* | * variable.c (rb_const_get_0): Object should have been the lowest | matz | 2006-02-20 | 1 | -10/+10 |
* | * eval.c (rb_obj_instance_eval): RDoc description updated. a | matz | 2006-02-18 | 1 | -2/+2 |
* | * variable.c (rb_const_get_0): skip ruby_wrapper in const search | matz | 2006-02-17 | 1 | -7/+9 |
* | * eval.c (ev_const_get): simplified using rb_const_get_fallback(). | matz | 2006-02-17 | 1 | -21/+48 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -1/+3 |
* | * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuff | ocean | 2005-10-20 | 1 | -4/+4 |
* | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu | 2005-09-28 | 1 | -4/+4 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+1 |
* | * 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 | -306/+119 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -1/+1 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -5/+1 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -1/+1 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -2/+4 |
* | * variable.c (generic_ivar_get): rb_attr_get should not warn. | ocean | 2005-05-13 | 1 | -6/+7 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+1 |
* | * variable.c (rb_autoload): hide internal data from ruby level. | nobu | 2005-01-10 | 1 | -0/+1 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -1/+1 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -10/+0 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -11/+11 |
* | * variable.c (rb_mod_class_variables): class variables are no longer | nobu | 2004-06-26 | 1 | -9/+4 |