summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2002-01-04* process.c (rb_f_system): abandon vfork.matz
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* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-17* intern.h: add prototypes.nobu
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz
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-09too much backoutmatz
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-08eval.c fixmatz
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz
2001-11-08* process.c (security): always give warning for insecure PATH.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* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-22* eval.c (proc_invoke): fix self switching in Proc#callnobu
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-16* eval.c (rb_f_missing): check stack level with rb_stack_check().nobu
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-09eval.c backout.matz
2001-10-09* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz
2001-10-09* eval.c (thread_status_name): separated fromnobu
2001-10-05* eval.c (proc_s_new): revived.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-20forgotten MATCH_DATA...nobu
2001-09-20* eval.c, intern.h (rb_svar): return reference to special variablenobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-14* range.c (range_step): new method.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-08-01* eval.c (ruby_run): avoid VC++ warning.usa
2001-07-27* eval.c (rb_provided): extension should be guessed usingmatz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
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-03* eval.c (rb_eval_string_wrap): should push frame (and adjustmatz
2001-07-03* eval.c (block_pass): do not change wrapper information.shugo
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz