summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2002-02-27* eval.c (rb_f_missing): NoMethod error messages for true, false,matz
2002-02-21* eval.c: typo fixed.matz
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* variable.c (rb_cvar_set): define new class variable if it's notmatz
2002-02-18* eval.c (block_pass): "&nil" should clear block given.matz
2002-02-14eval.c: remove duplicate lines.matz
2002-02-13* parse.y (assignable): should emit CVASGN within the methodmatz
2002-02-09* eval.c (rb_eval): singleton chech should be moved from yycompilematz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-02-01* re.c (rb_reg_search): should set regs.allocated.matz
2002-01-28* eval.c (umethod_bind): typo fix(rklass -> klass).eban
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-23* eval.c (rb_yield_0): restore source file/line after yield.nobu
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-10* eval.c (rb_add_method): should clear cache by id always.nobu
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2001-12-20* eval.c (rb_mod_define_method): must not convert Method to Proc.nobu
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* eval.c (rb_thread_schedule): should not select a thread which ismatz
2001-12-17* intern.h: add prototypes.nobu
2001-12-03* time.c (time_new_internal): round usec overflow and underflowmatz
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* eval.c : oops.eban
2001-11-19* eval.c : fix typo. erestart -> errno. rb_thread_wait_for().eban
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.matz
2001-10-31* eval.c (exec_under): should initialize ruby_frame->self;matz
2001-10-31* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz
2001-10-30* eval.c (rb_f_eval): can't modify untainted binding.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-16* eval.c (rb_f_missing): check stack level with rb_stack_check().nobu
2001-10-09eval.c commit.matz
2001-10-09* eval.c (thread_status_name): separated fromnobu
2001-10-02* eval.c (rb_eval): should override existing class.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-18small last minute changes (eval.c, file.c)matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-06* class.c (rb_include_module): should check whole ancestors tomatz
2001-09-03* eval.c (rb_f_require): should check static linked libraries\eban
2001-09-03* io.c (rb_io_popen): accept integer flags as mode.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-06* eval.c (rb_mark_end_proc): should mark ruby_cref, maybe shouldmatz
2001-08-06* struct.c (rb_struct_modify): should check frozen and taintmatz
2001-07-27* eval.c (rb_provided): extension should be guessed usingmatz