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 (rb_eval): call trace_func for if/while conditions.
matz
2002-02-26
1
-0
/
+6
*
* eval.c (method_inspect): should not dump core for unbound
matz
2002-02-25
1
-13
/
+18
*
* pack.c (pack_pack): wrong # comment treatment.
matz
2002-02-21
1
-1
/
+1
*
* hash.c (rb_any_cmp): should handle Qundef in keys.
matz
2002-02-20
1
-8
/
+19
*
* eval.c (rb_eval_string_wrap): should hide the toplevel local
matz
2002-02-19
1
-0
/
+2
*
* parse.y (expr_value, arg_value, primary_value): value_expr()
matz
2002-02-18
1
-5
/
+10
*
* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().
matz
2002-02-15
1
-4
/
+4
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
1
-42
/
+33
*
* eval.c (rb_eval): singleton chech should be moved from yycompile
matz
2002-02-09
1
-17
/
+23
*
* parse.y (yycompile): should inherit "in_single" if eval happened
matz
2002-02-08
1
-1
/
+0
*
* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.
matz
2002-02-06
1
-3
/
+5
*
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-05
1
-8
/
+28
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
1
-2
/
+3
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-2
/
+3
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
1
-6
/
+9
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-1
/
+1
*
* eval.c (rb_yield_0): restore source file/line after yield.
nobu
2002-01-23
1
-0
/
+4
*
* eval.c (ruby_stop): should not trace error handler.
matz
2002-01-21
1
-0
/
+2
*
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,
matz
2002-01-19
1
-5
/
+1
*
* io.c (rb_io_s_new): block check moved from initialize to this
matz
2002-01-18
1
-14
/
+14
*
* eval.c (block_pass): allow "retry" from within argument passed
matz
2002-01-17
1
-23
/
+52
*
* eval.c: bugus commit fixed (again, sorry).
matz
2002-01-16
1
-0
/
+2
*
* eval.c: bugus commit fixed.
matz
2002-01-16
1
-3
/
+0
*
* st.c: primes should be primes.
matz
2002-01-16
1
-5
/
+22
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-3
/
+3
*
* class.c (rb_make_metaclass): [new]
nobu
2002-01-10
1
-1
/
+2
*
* eval.c (rb_add_method): should clear cache by id always.
nobu
2002-01-10
1
-11
/
+2
*
* eval.c (rb_add_method): clear replaced method from the cache.
nobu
2002-01-08
1
-1
/
+2
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-04
1
-2
/
+1
*
* eval.c (rb_mod_define_method): must not convert Method to Proc.
nobu
2001-12-20
1
-6
/
+3
*
* eval.c (rb_mod_define_method): define_method should follow
matz
2001-12-19
1
-16
/
+43
*
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-12-18
1
-1
/
+1
*
* intern.h: add prototypes.
nobu
2001-12-17
1
-1
/
+1
*
* string.c (rb_str_equal): object with to_str must be treated as a
matz
2001-11-29
1
-1
/
+1
*
* eval.c (rb_thread_select): should subtract timeofday() from
matz
2001-11-28
1
-10
/
+14
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-0
/
+15
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-2
/
+24
*
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
1
-3
/
+11
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-94
/
+43
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-7
/
+11
*
too much backout
matz
2001-11-09
1
-2
/
+2
*
* eval.c (rb_trap_eval): avoid annoying warning with signal.
nobu
2001-11-08
1
-1
/
+7
*
eval.c fix
matz
2001-11-08
1
-20
/
+37
*
* file.c (path_check_1): forgot to initialize 'p'.
matz
2001-11-08
1
-39
/
+22
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-2
/
+2
*
* eval.c (exec_under): should initialize ruby_frame->self;
matz
2001-10-31
1
-0
/
+1
*
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
matz
2001-10-31
1
-7
/
+9
*
* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.
matz
2001-10-30
1
-0
/
+3
*
* intern.h (rb_protect_inspect): follow the change of array.c.
usa
2001-10-29
1
-5
/
+5
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-10
/
+21
[next]