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
...
*
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-22
1
-37
/
+22
*
* eval.c (svalue_to_mvalue): new function to convert from svalue
matz
2001-06-19
1
-84
/
+62
*
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-19
1
-41
/
+70
*
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-12
1
-4
/
+26
*
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-08
1
-10
/
+19
*
* eval.c (rb_load): should check if tainted even when wrap is
matz
2001-06-06
1
-6
/
+1
*
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-05
1
-11
/
+42
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-17
/
+16
*
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-24
1
-0
/
+7
*
* variable.c (rb_alias_variable): should not allow variable
matz
2001-05-22
1
-19
/
+38
*
* eval.c (rb_call0): address of local_vars might change during eval.
matz
2001-05-17
1
-2
/
+6
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-2
/
+15
*
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-11
1
-26
/
+54
*
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-07
1
-11
/
+15
*
forgot some checkins.
matz
2001-05-06
1
-4
/
+6
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-98
/
+208
*
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
1
-9
/
+11
*
* eval.c (rb_mod_define_method): should have clear method cache.
matz
2001-03-27
1
-0
/
+3
*
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-26
1
-19
/
+3
*
* eval.c (rb_mod_nesting): should not include Object at the
matz
2001-03-22
1
-1
/
+1
*
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-21
1
-4
/
+4
*
* dir.c (glob_helper): replace lstat() by stat() to follow symlink
matz
2001-03-19
1
-10
/
+11
*
* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).
matz
2001-03-16
1
-2
/
+1
*
* eval.c (rb_thread_schedule): raise FATAL just once to
matz
2001-03-14
1
-4
/
+10
*
* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so that
matz
2001-03-14
1
-1
/
+1
*
* eval.c (ev_const_defined): add new parameter self for special
matz
2001-03-13
1
-27
/
+8
*
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-13
1
-3
/
+3
*
* parse.y (primary): rescue and ensure clauses should be allowed
matz
2001-03-06
1
-50
/
+64
*
* eval.c (proc_eq): compare Procs using blocktag equality.
matz
2001-03-05
1
-44
/
+73
*
* string.c (rb_str_delete_bang): delete! should take at least 1
matz
2001-02-28
1
-5
/
+6
*
* time.c (time_timeval): negative time interval shoule not be
matz
2001-02-27
1
-10
/
+1
*
* eval.c (proc_call): should not modify ruby_block->frame.iter
matz
2001-02-26
1
-42
/
+19
*
* eval.c (secure_visibility): visibility check for untainted modules.
matz
2001-02-19
1
-0
/
+14
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-3
/
+3
*
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
2001-02-13
1
-38
/
+36
*
* eval.c (stack_length): use __builtin_frame_address() only if
eban
2001-02-11
1
-1
/
+20
*
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
matz
2001-02-08
1
-3
/
+4
*
* array.c (rb_ary_sort_bang): returns self, even if its length is
matz
2001-02-02
1
-20
/
+59
*
* eval.c (block_pass): return from block jumps directory to
matz
2001-01-29
1
-1
/
+17
*
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-29
1
-2
/
+2
*
* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block has
matz
2001-01-24
1
-11
/
+21
*
* gc.c (os_live_obj): do not list terminated object.
matz
2001-01-23
1
-35
/
+57
*
* io.c (rb_io_s_read): new method to call IO#read from
matz
2001-01-18
1
-1
/
+0
*
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
2001-01-15
1
-0
/
+1
*
* m17n baseline.
matz
2001-01-10
1
-3
/
+1
*
setres[ug]id, NORETURN
eban
2001-01-10
1
-3
/
+3
*
* enum.c (enum_inject): new method.
matz
2001-01-09
1
-5
/
+14
*
* eval.c (rb_iterate): NODE_CFUNC does not protect its data
matz
2000-12-29
1
-2
/
+2
*
thread_critical bug reported by Dave - matz
matz
2000-12-29
1
-4
/
+9
*
matz
matz
2000-12-27
1
-9
/
+10
[prev]
[next]