aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr2006-06-241-2/+2
* * eval.c (rb_block_pass): removed.nobu2006-06-231-80/+2
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-4/+11
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-33/+15
* * eval.c (proc_invoke): intercept break and return from lambdamatz2006-06-201-44/+37
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-171-0/+2
* * eval.c (rb_proc_arity): get rid of segfault for mere splat.nobu2006-06-151-1/+1
* * eval.c (rb_f_method_name, rb_f_callee_name): document typo.usa2006-06-141-2/+2
* * ext/socket/socket.c (Init_socket): remove obsolete constants:matz2006-06-131-6/+10
* * commit miss.usa2006-06-101-0/+19
* * eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa2006-06-101-0/+51
* * eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa2006-06-091-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-457/+512
* * eval.c (proc_invoke): save and restore block in the current frame.nobu2006-05-271-1/+3
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-231-1/+1
* * eval.c (proc_alloc): add proper check for creation of a lambdamatz2006-02-221-5/+5
* * eval.c: initial value for block_unique must be 1.matz2006-02-201-1/+1
* * eval.c (rb_obj_instance_eval): RDoc description updated. amatz2006-02-181-1/+4
* * variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz2006-02-171-1/+1
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-171-34/+2
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-171-1/+1
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-151-25/+26
* * eval.c (error_line): remove void control path. [ruby-dev:28335]matz2006-02-151-5/+4
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-151-2/+1
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-151-1/+1
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-141-1/+2
* * eval.c (copy_node_scope): remove duplicated semicolons at end.matz2006-02-131-4/+3
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-123/+164
* * eval.c (rb_obj_instance_exec): fixed typo of rdoc.usa2006-02-091-1/+1
* * eval.c: apply the FreeBSD getcontext/setcontext workaroundakr2006-02-041-1/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-465/+433
* * eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr2006-01-221-42/+49
* * eval.c (ruby_setjmp): workaround for FreeBSD/i386akr2006-01-221-23/+34
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARCakr2006-01-181-1/+15
* * eval.c (rb_mod_method_defined): ditto.nobu2006-01-171-5/+21
* comment FreeBSD PR number.akr2006-01-081-1/+1
* * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.akr2006-01-081-1/+1
* the bug was FreeBSD specific.akr2006-01-081-1/+1
* * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr2006-01-061-1/+1
* avoid "left-hand operand of comma expression has no effect" warnings.akr2006-01-051-1/+1
* * configure.in: don't force getcontext on IA64.akr2006-01-051-6/+7
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-311-0/+1
* avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr2005-12-291-0/+3
* * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu2005-12-291-0/+33
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-16/+19
* * eval.c (struct thread): add bstr_max.akr2005-12-271-4/+13
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-96/+87
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-201-0/+4
* simplify previous change.akr2005-12-191-4/+2
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr2005-12-191-0/+18