| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -0/+2 |
* | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 1 | -60/+4 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -3/+9 |
* | Add RDoc for Kernel global functions, tidy array and error | dave | 2003-12-29 | 1 | -0/+42 |
* | Add RDoc documentation for stuff in object.c | dave | 2003-12-28 | 1 | -0/+130 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -1/+8 |
* | * eval.c (rb_feature_p): match by classified suffix. | nobu | 2003-10-13 | 1 | -11/+16 |
* | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 1 | -0/+1 |
* | * variable.c (rb_const_defined_0): look up constants in Object as | nobu | 2003-10-02 | 1 | -6/+8 |
* | * variable.c (rb_const_defined_at): should exclude constants from | matz | 2003-10-01 | 1 | -7/+7 |
* | * bignum.c (rb_big_and): convert argument using 'to_int'. | matz | 2003-09-12 | 1 | -2/+1 |
* | * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. | matz | 2003-08-30 | 1 | -41/+27 |
* | * variable.c (rb_const_get_0): should check constants defined in | matz | 2003-08-28 | 1 | -20/+13 |
* | * variable.c (classname): find regular class name if not set. | nobu | 2003-08-02 | 1 | -20/+15 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -0/+1 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -10/+10 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -3/+1 |
* | * eval.c (thgroup_add): no warning for terminated threads. | matz | 2003-07-24 | 1 | -0/+3 |
* | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz | 2003-07-22 | 1 | -23/+18 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -4/+4 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -3/+5 |
* | * class.c (rb_define_class, rb_define_module): also set constant under | nobu | 2003-07-01 | 1 | -27/+1 |
* | * variable.c (autoload_delete): should delete Qundef from iv_tbl. | matz | 2003-06-25 | 1 | -1/+2 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -2/+44 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -1/+1 |
* | * gc.c (define_final): eliminate rb_f_lambda() call. | matz | 2003-06-06 | 1 | -1/+1 |
* | * variable.c (rb_autoload_load): autoloaded constants under a module | nobu | 2003-06-01 | 1 | -10/+0 |
* | * variable.c (rb_autoload_load): should delete autoloaded | nobu | 2003-05-29 | 1 | -2/+15 |
* | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu | 2003-05-29 | 1 | -127/+191 |
* | * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only. | matz | 2003-05-15 | 1 | -1/+1 |
* | * variable.c (rb_mod_name): always return empty string for | matz | 2003-04-10 | 1 | -29/+27 |
* | * variable.c (rb_mod_name): search module path if classname is not | matz | 2003-04-09 | 1 | -3/+3 |