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
...
*
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-10
1
-1
/
+1
*
eval.c backout.
matz
2001-10-09
1
-28
/
+6
*
* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.
matz
2001-10-09
1
-9
/
+31
*
* eval.c (thread_status_name): separated from
nobu
2001-10-09
1
-17
/
+21
*
* eval.c (proc_s_new): revived.
nobu
2001-10-05
1
-1
/
+14
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-44
/
+9
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-18
/
+22
*
forgotten MATCH_DATA...
nobu
2001-09-20
1
-1
/
+1
*
* eval.c, intern.h (rb_svar): return reference to special variable
nobu
2001-09-20
1
-36
/
+65
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
1
-1
/
+1
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-2
/
+12
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-9
/
+17
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
1
-7
/
+6
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-4
/
+9
*
* range.c (range_step): new method.
matz
2001-08-14
1
-0
/
+3
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-2
/
+8
*
* eval.c (ruby_run): avoid VC++ warning.
usa
2001-08-01
1
-1
/
+1
*
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-27
1
-3
/
+15
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-24
/
+11
*
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-18
1
-4
/
+5
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-64
/
+75
*
* eval.c (rb_eval_string_wrap): should push frame (and adjust
matz
2001-07-03
1
-7
/
+16
*
* eval.c (block_pass): do not change wrapper information.
shugo
2001-07-03
1
-4
/
+5
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-28
/
+51
*
* eval.c (svalue_to_avalue): new conversion scheme between single
matz
2001-06-23
1
-13
/
+47
*
* 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
[prev]
[next]