summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-13* eval.c (rb_feature_p): match by classified suffix.nobu
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-10-02* variable.c (rb_const_defined_0): look up constants in Object asnobu
2003-10-01* variable.c (rb_const_defined_at): should exclude constants frommatz
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 inmatz
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 notmatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
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 criticalmatz
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-01* class.c (rb_define_class, rb_define_module): also set constant undernobu
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. Blockmatz
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 modulenobu
2003-05-29* variable.c (rb_autoload_load): should delete autoloadednobu
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
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 formatz
2003-04-09* variable.c (rb_mod_name): search module path if classname is notmatz
2003-03-28* variable.c (rb_class_path): hold temporary class path in anobu
2003-02-18* eval.c (rb_call0): should not report uninitialized warning bymatz
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-16Updated Copyrights of Matz to 2003.michal
2003-01-06* st.h, st.c: Introduce new conventional typedef's, st_data_t,knu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-10-23README.EXT: grammer updates by Simon Cozens.matz
2002-10-16* variable.c (rb_global_entry): not add global entry untilnobu
2002-09-26* regex.c (re_match): p1 may exceed pend limit.matz
2002-09-17* eval.c (rb_mod_nesting): load wrapping module should appear inmatz
2002-09-05* variable.c (rb_path2class): should not use rb_eval_string().matz
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-30* variable.c (rb_const_assign): st_delete() takes pointer to key.nobu
2002-08-28variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz