index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* dir.c (dir_s_glob): remove unused variable.
matz
2006-09-18
1
-7
/
+0
*
* eval.c (rb_require_safe): prevent extension from loading twice.
nobu
2006-09-10
1
-7
/
+7
*
* eval.c (rb_f_local_variables): list symbols.
matz
2006-09-04
1
-2
/
+2
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-63
/
+58
*
* eval.c (rb_eval): should handle when in else clause. a patch
matz
2006-09-02
1
-16
/
+3
*
* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
usa
2006-08-31
1
-1
/
+1
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-30
/
+33
*
* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,
why
2006-08-31
1
-5
/
+5
*
Revert.
drbrain
2006-08-28
1
-3
/
+2
*
Include attribution
drbrain
2006-08-27
1
-2
/
+3
*
ansificated.
akr
2006-08-13
1
-9
/
+4
*
* dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.
matz
2006-08-07
1
-3
/
+1
*
* eval.c (rb_call0): trace call/return of method defined from block.
nobu
2006-07-30
1
-0
/
+8
*
* eval.c (rb_trap_eval): make the current thread runnable to deal with
nobu
2006-07-30
1
-0
/
+1
*
* eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]
matz
2006-07-28
1
-1
/
+1
*
* eval.c (rb_call): a bug in method cache look-up.
matz
2006-07-28
1
-2
/
+2
*
* eval.c (Init_eval): rename #invoke_method and
matz
2006-07-26
1
-10
/
+13
*
* eval.c (backtrace): porting miss.
nobu
2006-07-24
1
-1
/
+1
*
* eval.c (backtrace): skip frames successive on node and method name.
nobu
2006-07-24
1
-1
/
+3
*
* eval.c (rb_call0): revert last change. [ruby-dev:29112]
matz
2006-07-24
1
-1
/
+0
*
* eval.c (rb_call0): include funcalled methods in caller list.
nobu
2006-07-21
1
-0
/
+1
*
* eval.c (rb_call): try local method look-up first for fcall, then
matz
2006-07-20
1
-25
/
+41
*
* eval.c (rb_yield_0): should check args_args before lambda
matz
2006-07-19
1
-2
/
+3
*
* eval.c (yield_under_i): argument should be passed in avalue
matz
2006-07-18
1
-1
/
+3
*
// comment removed.
akr
2006-07-15
1
-1
/
+0
*
* parse.y (f_args): allow post mandatory arguments after optional
matz
2006-07-12
1
-4
/
+4
*
* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]
matz
2006-07-11
1
-2
/
+5
*
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
[prev]
[next]