summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2005-07-11* eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call):nobu
2005-07-05* eval.c (rb_thread_save_context): must not switch contexts duringnobu
2005-07-02fix indent.akr
2005-07-02* defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr
2005-07-02* configure.in: check select_large_fdset.akr
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-28* dir.c, eval.c, parse.y, 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-12* eval.c (rb_gc_mark_threads): curr_thread may not be part of theakr
2005-06-10* eval.c (unknown_node): show more information. [ruby-dev:26196]akr
2005-06-09* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr
2005-06-09* configure.in, eval.c, gc.c: use libunwind only on HP-UX.akr
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2005-06-03* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu
2005-05-25* vms/vmsruby_private.c, vms/vmsruby_private.h: private routinesnobu
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.nobu
2005-05-11* eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu
2005-05-11* eval.c (break_jump): break should not cross functions.matz
2005-05-10* eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu
2005-05-01* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-04-30* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu
2005-04-23* eval.c (rb_provided): should check also path name to be loaded.nobu
2005-04-19* eval.c (search_required): deal with features with path too.nobu
2005-04-18* eval.c (search_required): handle static linked extensions.nobu
2005-04-18* eval.c (search_required, rb_require_safe): expand path innobu
2005-04-18* eval.c (rb_attr): attribute name check added.matz
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-16* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-15* eval.c (recursive_check, recursive_push): more restrictive check.nobu
2005-03-13* eval.c (recursive_pop): raise TypeError instead of fatal error.nobu
2005-03-08* eval.c (rb_exec_recursive): declaration should precede statementsusa
2005-03-08* error.c (errno_missing): Errno.const_missing to allow referencesmatz
2005-03-07* eval.c (rb_require_safe): get actual path string under safe levelnobu
2005-03-07* object.c (inspect_obj): unintended space removal.matz
2005-03-05* lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu
2005-03-04* eval.c (rb_exec_recursive): matched the declaration to prototype.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-02* eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2005-02-22* eval.c (rb_thread_start_0): update curr_thread before raisingnobu
2005-02-17* eval.c (rb_thread_start_1): initialize newly pushed frame.nobu
2005-02-16* eval.c (rb_thread_start_1): outer block variables wasn't linked tonobu
2005-02-13* eval.c (rb_thread_start_0): restore prot_tag before rewinding.nobu
2005-02-12* eval.c (TAG_THREAD): to start a new thread.nobu
2005-02-09* eval.c (scope_dup): add volatile not to optimize tbl.usa
2005-02-06* eval.c (stack_extend): add prototype because VC++8 doesn'tusa