summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2003-10-14* eval.c (ruby_finalize_0): return the given exit status unlessnobu
2003-10-13commit miss.nobu
2003-10-13* eval.c (rb_require_safe): segfault after loading .so.nobu
2003-10-13* eval.c (rb_feature_p): match by classified suffix.nobu
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-09* eval.c (is_defined): inheritance line adjustment as like asnobu
2003-10-09* eval.c (rb_thread_start_0): prevent thread from GC.nobu
2003-10-09* eval.c (rb_thread_start_0): non-volatile should be restored fromnobu
2003-10-09* eval.c (proc_save_safe_level, proc_get_safe_level,nobu
2003-10-09* eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.nobu
2003-10-09* eval.c (rb_yield_0): no error if block is empty.nobu
2003-10-09eval.c (eval): re-indented.nobu
2003-10-08* eval.c (localjump_error): id should be ID.nobu
2003-10-06* parse.y (stmt): rhs of multiple assignment should not bematz
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-05* eval.c (rb_f_END): block should be given. [ruby-dev:21497]nobu
2003-10-05* eval.c (rb_eval): fix evaluation order. [ruby-list:38431]nobu
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-02* time.c (time_load): restore instance variables (if any) beforematz
2003-10-01* eval.c (rb_thread_raise): prototype; avoid VC++ warning.usa
2003-10-01* eval.c (rb_f_block_given_p): real required condition ismatz
2003-10-01* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz
2003-10-01* eval.c (rb_load): Object scope had priority over required filenobu
2003-09-30* eval.c (rb_eval): while/until should not capture break unlessmatz
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-09-24* error.c (rb_warn_m): should not warn if -W0 is specified.matz
2003-09-18* eval.c (proc_invoke): should push PROT_PCALL tag for orphans.matz
2003-09-18* eval.c (proc_invoke): should update "result" for orphans.matz
2003-09-17* eval.c (localjump_destination): should not raise ThreadErrormatz
2003-09-12* intern.h (rb_disable_super, rb_enable_super): replace with dummynobu
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-09-10* eval.c (win32_get_exception_list): avoid VC7 warning.usa
2003-09-09* eval.c (struct tag): dst should be VALUE.nobu
2003-09-05* eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz
2003-09-02* eval.c (rb_eval): should not handle exceptions within rescuenobu
2003-09-01* eval.c (rb_eval): make tail recursion in ELSE clause ofnobu
2003-09-01* parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz
2003-09-01* eval.c (rb_thread_switch): add RESTORE_EXIT; exit by anothernobu
2003-08-31* eval.c (TAG_DST()): take no argument.eban
2003-08-30* eval.c (rb_iter_break): should not call TAG_JUMP directly.matz
2003-08-30* eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-23* file.c (rb_file_s_expand_path): avoid calling rb_scan_args() formatz
2003-08-23* eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG andnobu
2003-08-23* eval.c (rb_yield_splat): should check if "values" is array.matz
2003-08-22* enum.c (each_with_index_i): typo.matz
2003-08-22eval.c: typomatz
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-08-21* eval.c (block_pass): improve passing current block.nobu
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz