Age | Commit message (Expand) | Author |
2007-08-15 | * variable.c (rb_path2class): get rid of dangling pointer caused by | shyouhei |
2007-01-31 | * removed svn:keywords for compatibility. | shugo |
2006-07-20 | * ruby.h: export classes/modules to implement sandbox. | matz |
2006-04-19 | * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1. | matz |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-09-28 | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu |
2005-07-27 | revered all LLP64 modifies due to portability reason. | matz |
2005-07-27 | * gc.c (id2ref): must not assign pointers to long int. use | matz |
2005-07-20 | * variable.c (rb_class_path): need to adjust snprintf() len for | matz |
2005-07-19 | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz |
2005-05-13 | * variable.c (generic_ivar_get): rb_attr_get should not warn. | ocean |
2005-01-20 | * string.c (rb_str_new4): should propagate taintedness. | matz |
2005-01-10 | * variable.c (rb_autoload): hide internal data from ruby level. | nobu |
2004-12-31 | * variable.c (rb_autoload): [ruby-dev:25373] | matz |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-07-15 | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean |
2003-12-29 | Add RDoc for Kernel global functions, tidy array and error | dave |
2003-12-28 | Add RDoc documentation for stuff in object.c | dave |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-10-13 | * eval.c (rb_feature_p): match by classified suffix. | nobu |
2003-10-09 | * marshal.c (r_object0): remove unnecessary iv restoration for | matz |
2003-10-02 | * variable.c (rb_const_defined_0): look up constants in Object as | nobu |
2003-10-01 | * variable.c (rb_const_defined_at): should exclude constants from | matz |
2003-09-12 | * bignum.c (rb_big_and): convert argument using 'to_int'. | matz |
2003-08-30 | * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. | matz |
2003-08-28 | * variable.c (rb_const_get_0): should check constants defined in | matz |
2003-08-02 | * variable.c (classname): find regular class name if not set. | nobu |
2003-07-26 | * variable.c (rb_mod_const_missing): "const_missing" should not | matz |
2003-07-25 | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-07-24 | * eval.c (thgroup_add): no warning for terminated threads. | matz |
2003-07-22 | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz |
2003-07-09 | * eval.c (rb_load): put rb_load_file() in a thread critical | matz |
2003-07-03 | * array.c (rb_values_at): extract common procedure from | matz |
2003-07-01 | * class.c (rb_define_class, rb_define_module): also set constant under | nobu |
2003-06-25 | * variable.c (autoload_delete): should delete Qundef from iv_tbl. | matz |
2003-06-20 | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz |
2003-06-16 | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz |
2003-06-06 | * gc.c (define_final): eliminate rb_f_lambda() call. | matz |
2003-06-01 | * variable.c (rb_autoload_load): autoloaded constants under a module | nobu |
2003-05-29 | * variable.c (rb_autoload_load): should delete autoloaded | nobu |
2003-05-29 | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu |
2003-05-15 | * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only. | matz |
2003-04-10 | * variable.c (rb_mod_name): always return empty string for | matz |
2003-04-09 | * variable.c (rb_mod_name): search module path if classname is not | matz |
2003-03-28 | * variable.c (rb_class_path): hold temporary class path in a | nobu |
2003-02-18 | * eval.c (rb_call0): should not report uninitialized warning by | matz |
2003-01-31 | * variable.c (rb_obj_classname): wrong tail recursion. | nobu |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |