summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2005-07-05* eval.c (rb_thread_save_context): must not switch contexts duringnobu
2005-07-02* defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-06-20* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replacedakr
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-09* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2005-05-25* ChangeLog: fix entry format.nobu
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-13* eval.c (unknown_node): add volatile directive to prototype.usa
2005-05-12* eval.c (break_jump): break should not cross functions.matz
2005-05-11* eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu
2005-05-11* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz
2005-05-10* eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-03-22* eval.c (rb_call0): check event_hooks instead of trace_func.shugo
2005-03-22* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-08* ext/socket/socket.c: document from Sam Robertsmatz
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-16* eval.c (is_defined): NODE_IASGN is an assignment.matz
2005-02-06* eval.c (stack_extend): add prototype because VC++8 doesn'tusa
2005-01-24* document updates - [ruby-core:04296], [ruby-core:04301],matz
2005-01-05* eval.c (rb_thread_initialize): Thread objects cannot be initializednobu
2004-12-29* eval.c (svalue_to_avalue): [ruby-dev:25366]matz
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-12-17Add private initialization routine for VMS.akiyoshi
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-12-04* eval.c (proc_invoke): use volatile `tmp' rather than `args'.eban
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-12-02* eval.c (rb_protect): prevent continuations created inside from beingnobu
2004-12-02* eval.c (thread_mark): mark thread group. [ruby-dev:25020]nobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-26* eval.c (method_missing): raise TypeError for classes do notmatz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-29* eval.c (rb_thread_start_0): forget to free some memory chunks.matz
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-24* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu
2004-10-23* eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu
2004-10-22* eval.c (rb_alias): was warning for wrong condition.matz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz