summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2001-06-11* hash.c (ruby_setenv): readline library leaves their environmentmatz
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-05* eval.c (rb_add_method): should not call rb_secure(), formatz
2001-05-29* regex.c (re_compile_pattern): no back reference to amatz
2001-05-25* string.c (rb_str_replace): add taint status infectionmatz
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-17* eval.c (rb_call0): address of local_vars might change during eval.matz
2001-05-15* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-08* eval.c (is_defined): core dumped during instance_eval formatz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-07* eval.c (eval): preserve and restore ruby_cref as well.matz
2001-05-07checkin leftoversmatz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-05-01* eval.c (rb_eval): should preserve value of ruby_errinfo.matz
2001-04-24* ruby.c (set_arg0): wrong predicate when new $0 value is biggermatz
2001-04-19m68m frame_pointer patchmatz
2001-04-17preview2matz
2001-04-17 * eval.c (safe_getter): should use INT2NUM().matz
2001-04-16eval.c: malformed patch applied.matz
2001-04-16* regex.c (calculate_must_string): wrong length calculation.matz
2001-04-10* io.c (opt_i_set): should strdup() inplace_edit string.matz
2001-04-09* file.c (Init_File): should redifine "new" class method.matz
2001-04-06* variable.c (rb_const_get): no recursion to show full class pathmatz
2001-04-03* time.c (make_time_t): remove HAVE_TM_ZONE code since itmatz
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-19* eval.c (ev_const_defined): need not to check if cbase->nd_classmatz
2001-03-19* eval.c (THREAD_ALLOC): flags should be initialized.matz
2001-03-16remove duplicated initialize in PUSH_TAG.matz
2001-03-14* eval.c (rb_thread_schedule): raise FATAL just once tomatz
2001-03-14* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz
2001-03-13* io.c (argf_seek): wrong calling sequence of rb_io_seek().matz
2001-03-06* parse.y (primary): rescue and ensure clauses should be allowedmatz
2001-02-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-27* eval.c (ev_const_get): retrieve Object's constant if no currentmatz
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-19commit miss; sorrymatz
2001-02-11* eval.c (stack_length): use __builtin_frame_address() only ifeban
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, ifmatz
2001-01-09* pack.c (pack_pack): template "m2" or "u2" caused inifinite loop.matz
2000-12-29* gc.c (mem_error): prohibit recursive mem_error().matz
2000-12-25001225matz
2000-12-22matzmatz
2000-12-18matzmatz
2000-12-12matzmatz
2000-12-08matzmatz
2000-12-07shugoshugo
2000-12-06ebaneban