summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2002-12-16* dir.c (dir_set_pos): Dir#pos= should return the new position.matz
2002-09-25* eval.c (ruby_run): should set toplevel visibility again here.matz
2002-05-04* eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}()knu
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-02-19* variable.c (rb_cvar_set): define new class variable if it's notmatz
2002-02-13* parse.y (assignable): should emit CVASGN within the methodmatz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2001-12-21* variable.c (rb_cvar_set): add frozen class/module check.matz
2001-12-18* eval.c (rb_thread_schedule): should not select a thread which ismatz
2001-12-12* parse.y (str_extend): make up pushback call.matz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-21* variable.c (remove_trace): should not access already freed area.nobu
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-05-25* string.c (rb_str_replace): add taint status infectionmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-04-11* class.c (rb_singleton_class_attached): should modify iv_tbl bymatz
2001-04-06* variable.c (rb_const_get): no recursion to show full class pathmatz
2000-12-08matzmatz
2000-12-05matzmatz
2000-11-27matzmatz
2000-11-21matzmatz
2000-09-22matzmatz
2000-09-15matzmatz
2000-09-07matzmatz
2000-08-28matzmatz
2000-08-25matzmatz
2000-07-27matzmatz
2000-07-12matzmatz
2000-07-12matzmatz
2000-06-192000-06-19matz
2000-05-122000-05-12matz
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-04-102000-04-10matz
2000-03-232000-03-23matz
2000-03-172000-03-17matz
2000-02-182000-02-18matz
2000-02-012000-02-01matz
2000-01-0520000105matz
1999-12-1419991214matz
1999-11-2919991129matz
1999-11-2519991125matz
1999-11-1719991117matz
1999-10-0419991004matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz