summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
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
2002-03-20* variable.c (rb_const_list): a temporary table must be freed.nobu
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
2002-02-15* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-01-16* st.c: primes should be primes.matz
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-22* variable.c (rb_global_entry): reconstruct global variablenobu
2001-10-21* variable.c (remove_trace): should not access already freed area.nobu
2001-10-17* variable.c (alias_fixup): added. ad hoc support for ordinarynobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-14* range.c (range_step): new method.matz
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-08remove debug printfmatz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz