index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2001-09-08
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-03
* ruby.c (proc_options): should not alter origargv[].
matz
2001-08-29
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-23
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-14
* range.c (range_step): new method.
matz
2001-08-06
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-01
* eval.c (ruby_run): avoid VC++ warning.
usa
2001-07-27
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-24
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-18
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-14
* regex.c (re_search): should consider reverse search.
matz
2001-07-03
* eval.c (rb_eval_string_wrap): should push frame (and adjust
matz
2001-07-03
* eval.c (block_pass): do not change wrapper information.
shugo
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-06-23
* eval.c (svalue_to_avalue): new conversion scheme between single
matz
2001-06-22
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-19
* eval.c (svalue_to_mvalue): new function to convert from svalue
matz
2001-06-19
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-12
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-08
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-06
* eval.c (rb_load): should check if tainted even when wrap is
matz
2001-06-05
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-05-30
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-24
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-22
* variable.c (rb_alias_variable): should not allow variable
matz
2001-05-17
* eval.c (rb_call0): address of local_vars might change during eval.
matz
2001-05-16
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-11
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-07
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-06
forgot some checkins.
matz
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-03-28
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-27
* eval.c (rb_mod_define_method): should have clear method cache.
matz
2001-03-26
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-22
* eval.c (rb_mod_nesting): should not include Object at the
matz
2001-03-21
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-19
* dir.c (glob_helper): replace lstat() by stat() to follow symlink
matz
2001-03-16
* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).
matz
2001-03-14
* eval.c (rb_thread_schedule): raise FATAL just once to
matz
2001-03-14
* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so that
matz
2001-03-13
* eval.c (ev_const_defined): add new parameter self for special
matz
2001-03-13
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-06
* parse.y (primary): rescue and ensure clauses should be allowed
matz
2001-03-05
* eval.c (proc_eq): compare Procs using blocktag equality.
matz
2001-02-28
* string.c (rb_str_delete_bang): delete! should take at least 1
matz
2001-02-27
* time.c (time_timeval): negative time interval shoule not be
matz
2001-02-26
* eval.c (proc_call): should not modify ruby_block->frame.iter
matz
2001-02-19
* eval.c (secure_visibility): visibility check for untainted modules.
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-13
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
[next]