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
*
* eval.c (ivar2_prepare): cbase for ivar2 now have same access
matz
2007-04-19
1
-1
/
+1
*
* eval.c (rb_yield_0): should not clear state on TAG_NEXT when
matz
2007-04-17
1
-2
/
+5
*
* eval.c (proc_invoke): turn on SCOPE_CLONE flag. a patch from
matz
2007-03-02
1
-1
/
+2
*
* eval.c (massign_args): more consistent yield parameter
matz
2007-01-23
1
-140
/
+129
*
* ruby.h (SYMBOL_P): make Symbol immediate again for performance.
matz
2007-01-23
1
-1
/
+1
*
* eval.c (ivar2_prepare): prepare ivar2 ID before processing.
matz
2007-01-23
1
-0
/
+27
*
* eval.c (method_receiver): add new method to get the bound
matz
2007-01-23
1
-0
/
+53
*
eval.c: remove confict
matz
2007-01-06
1
-9
/
+0
*
* variable.c (rb_cvar_get): new class variable look-up scheme:
matz
2007-01-06
1
-24
/
+20
*
* variable.c (rb_cvar_set): remove warn argument.
matz
2007-01-06
1
-4
/
+4
*
* eval.c (rb_mod_define_method): set implicit visibility only when
matz
2006-12-31
1
-32
/
+17
*
* eval.c (error_line): should not call rb_class2name() for
matz
2006-12-31
1
-3
/
+5
*
* eval.c (rb_f_catch): generate new tag object if no argument is
matz
2006-12-31
1
-8
/
+33
*
* eval.c (ruby_cleanup): keep the exception till after END blocks.
nobu
2006-12-09
1
-1
/
+0
*
* intern.h, object.c, variable.c (rb_mod_constants): added an optional
nobu
2006-12-04
1
-2
/
+6
*
* eval.c (formal_assign): need to pack rest arg information in
matz
2006-11-07
1
-10
/
+5
*
* eval.c (method_missing): update old argument adjustment.
matz
2006-11-07
1
-4
/
+7
*
* eval.c (when_check): need to splat for NODE_ARGSCAT as well.
matz
2006-11-07
1
-2
/
+5
*
* eval.c (svalue_to_avalue): need to splat but no error.
matz
2006-11-06
1
-32
/
+39
*
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
matz
2006-11-02
1
-0
/
+4
*
* eval.c (rb_obj_define_method): add half boiled RDoc document.
matz
2006-10-11
1
-0
/
+11
*
* eval.c (rb_obj_define_method): add new method
matz
2006-10-09
1
-0
/
+10
*
* eval.c (formal_assign): packed post splat arguments may conflict
matz
2006-10-07
1
-2
/
+5
*
* eval.c (rb_yield_0): small refactoring.
matz
2006-10-05
1
-7
/
+5
*
* eval.c (rb_call): check protected visibility based on real self,
matz
2006-10-04
1
-21
/
+28
*
* eval.c (splat_value): use "to_splat" instead of "to_ary" to
matz
2006-10-02
1
-3
/
+16
*
* eval.c (rb_thread_save_context, rb_thread_restore_context):
why
2006-09-23
1
-102
/
+82
*
* 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
[next]