summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2006-02-23* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean
2006-02-22* eval.c (proc_alloc): add proper check for creation of a lambdamatz
2006-02-20* eval.c: initial value for block_unique must be 1.matz
2006-02-18* eval.c (rb_obj_instance_eval): RDoc description updated. amatz
2006-02-17* variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz
2006-02-17* eval.c (ev_const_get): simplified using rb_const_get_fallback().matz
2006-02-17* eval.c (rb_thread_wait_for): sleep should always sleep formatz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
2006-02-15* eval.c (error_line): remove void control path. [ruby-dev:28335]matz
2006-02-15* eval.c (yield_under_i): should not pass self as an argument tomatz
2006-02-15* eval.c (rb_obj_instance_eval): should no singleton classes formatz
2006-02-14* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz
2006-02-13* eval.c (copy_node_scope): remove duplicated semicolons at end.matz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-09* eval.c (rb_obj_instance_exec): fixed typo of rdoc.usa
2006-02-04* eval.c: apply the FreeBSD getcontext/setcontext workaroundakr
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-01-22* eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr
2006-01-22* eval.c (ruby_setjmp): workaround for FreeBSD/i386akr
2006-01-18* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARCakr
2006-01-17* eval.c (rb_mod_method_defined): ditto.nobu
2006-01-08comment FreeBSD PR number.akr
2006-01-08* eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.akr
2006-01-08the bug was FreeBSD specific.akr
2006-01-06* eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr
2006-01-05avoid "left-hand operand of comma expression has no effect" warnings.akr
2006-01-05* configure.in: don't force getcontext on IA64.akr
2005-12-31* eval.c (rb_thread_save_context): should not recycle scope object usednobu
2005-12-29avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr
2005-12-29* eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-27* eval.c (struct thread): add bstr_max.akr
2005-12-27* configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr
2005-12-20* eval.c (eval_under_i): evaluate source in caller's frame.nobu
2005-12-19simplify previous change.akr
2005-12-19* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr
2005-12-16* eval.c (bmcall): fix a GC problem by tail call onakr
2005-12-12precedes registering global VALUE variables before initializing it.akr
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-12-09* eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu
2005-12-07* eval.c (umethod_bind): adjust invoking class for module method.nobu
2005-12-07* eval.c (call_trace_func): klass parameter should be amatz
2005-12-06* gc.c (ruby_xmalloc2): change check for integer overflow.matz
2005-11-30* eval.c (rb_funcall2): allow to call protected methods.nobu
2005-11-11* configure.in, eval.c, intern.h: check fd_mask type.nobu
2005-11-11* eval.c, intern.h: failed to compile where NFDBITS is defined butocean
2005-11-08* intern.h, eval.c (rb_thread_signal_raise): costified.ocean
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-10-20* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean