summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2006-07-01* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz
2006-06-29* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz
2006-06-29* eval.c (SETUP_ARGS0): avoid GC problem.akr
2006-06-28* eval.c (when_check): arbitrary values are allowed after splats.nobu
2006-06-27* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz
2006-06-27* eval.c (rb_eval): support splat in when expression list.matz
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-27* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]akr
2006-06-26* eval.c (call_trace_func): no check for argument number of thenobu
2006-06-24* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr
2006-06-23* eval.c (rb_block_pass): removed.nobu
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-20* eval.c (proc_invoke): intercept break and return from lambdamatz
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-15* eval.c (rb_proc_arity): get rid of segfault for mere splat.nobu
2006-06-14* eval.c (rb_f_method_name, rb_f_callee_name): document typo.usa
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-10* commit miss.usa
2006-06-10* eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa
2006-06-09* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-27* eval.c (proc_invoke): save and restore block in the current frame.nobu
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