index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove an unused label and variable.
akr
2006-07-11
1
-2
/
+0
*
* eval.c (rb_call): remove erroneously restored prot_tag->blkid
matz
2006-07-10
1
-1
/
+0
*
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
1
-36
/
+59
*
* eval.c (rb_clear_cache_for_remove): clear entries for included
nobu
2006-07-10
1
-1
/
+2
*
* eval.c (next_jump): deal with destination of next.
nobu
2006-07-08
1
-3
/
+29
*
* eval.c (rb_call): should not set prot_tag->blkid since it would
matz
2006-07-04
1
-7
/
+11
*
* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]
matz
2006-07-01
1
-0
/
+1
*
* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
matz
2006-06-29
1
-0
/
+6
*
* eval.c (SETUP_ARGS0): avoid GC problem.
akr
2006-06-29
1
-1
/
+2
*
* eval.c (when_check): arbitrary values are allowed after splats.
nobu
2006-06-28
1
-1
/
+2
*
* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]
matz
2006-06-27
1
-1
/
+0
*
* eval.c (rb_eval): support splat in when expression list.
matz
2006-06-27
1
-52
/
+55
*
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-27
1
-17
/
+30
*
* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]
akr
2006-06-27
1
-1
/
+4
*
* eval.c (call_trace_func): no check for argument number of the
nobu
2006-06-26
1
-1
/
+1
*
* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid
akr
2006-06-24
1
-2
/
+2
*
* eval.c (rb_block_pass): removed.
nobu
2006-06-23
1
-80
/
+2
*
* parse.y (block_param): do not use multiple assignment for a sole
matz
2006-06-21
1
-4
/
+11
*
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-20
1
-33
/
+15
*
* eval.c (proc_invoke): intercept break and return from lambda
matz
2006-06-20
1
-44
/
+37
*
* eval.c (Init_eval): add aliases invoke_method and
matz
2006-06-17
1
-0
/
+2
*
* eval.c (rb_proc_arity): get rid of segfault for mere splat.
nobu
2006-06-15
1
-1
/
+1
*
* eval.c (rb_f_method_name, rb_f_callee_name): document typo.
usa
2006-06-14
1
-2
/
+2
*
* ext/socket/socket.c (Init_socket): remove obsolete constants:
matz
2006-06-13
1
-6
/
+10
*
* commit miss.
usa
2006-06-10
1
-0
/
+19
*
* eval.c (rb_f_method_name, rb_f_callee_name): new functions.
usa
2006-06-10
1
-0
/
+51
*
* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn't
usa
2006-06-09
1
-1
/
+1
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-457
/
+512
*
* eval.c (proc_invoke): save and restore block in the current frame.
nobu
2006-05-27
1
-1
/
+3
*
* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]
ocean
2006-02-23
1
-1
/
+1
*
* eval.c (proc_alloc): add proper check for creation of a lambda
matz
2006-02-22
1
-5
/
+5
*
* eval.c: initial value for block_unique must be 1.
matz
2006-02-20
1
-1
/
+1
*
* eval.c (rb_obj_instance_eval): RDoc description updated. a
matz
2006-02-18
1
-1
/
+4
*
* variable.c (rb_const_get_0): skip ruby_wrapper in const search
matz
2006-02-17
1
-1
/
+1
*
* eval.c (ev_const_get): simplified using rb_const_get_fallback().
matz
2006-02-17
1
-34
/
+2
*
* eval.c (rb_thread_wait_for): sleep should always sleep for
matz
2006-02-17
1
-1
/
+1
*
* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
matz
2006-02-15
1
-25
/
+26
*
* eval.c (error_line): remove void control path. [ruby-dev:28335]
matz
2006-02-15
1
-5
/
+4
*
* eval.c (yield_under_i): should not pass self as an argument to
matz
2006-02-15
1
-2
/
+1
*
* eval.c (rb_obj_instance_eval): should no singleton classes for
matz
2006-02-15
1
-1
/
+1
*
* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]
matz
2006-02-14
1
-1
/
+2
*
* eval.c (copy_node_scope): remove duplicated semicolons at end.
matz
2006-02-13
1
-4
/
+3
*
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-13
1
-123
/
+164
*
* eval.c (rb_obj_instance_exec): fixed typo of rdoc.
usa
2006-02-09
1
-1
/
+1
*
* eval.c: apply the FreeBSD getcontext/setcontext workaround
akr
2006-02-04
1
-1
/
+1
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-465
/
+433
*
* eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT on
akr
2006-01-22
1
-42
/
+49
*
* eval.c (ruby_setjmp): workaround for FreeBSD/i386
akr
2006-01-22
1
-23
/
+34
*
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARC
akr
2006-01-18
1
-1
/
+15
*
* eval.c (rb_mod_method_defined): ditto.
nobu
2006-01-17
1
-5
/
+21
[next]