summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-2/+12
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-9/+17
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-7/+6
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-4/+9
* * range.c (range_step): new method.matz2001-08-141-0/+3
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-2/+8
* * eval.c (ruby_run): avoid VC++ warning.usa2001-08-011-1/+1
* * eval.c (rb_provided): extension should be guessed usingmatz2001-07-271-3/+15
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-24/+11
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-4/+5
* * regex.c (re_search): should consider reverse search.matz2001-07-141-64/+75
* * eval.c (rb_eval_string_wrap): should push frame (and adjustmatz2001-07-031-7/+16
* * eval.c (block_pass): do not change wrapper information.shugo2001-07-031-4/+5
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-28/+51
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-13/+47
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-37/+22
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-191-84/+62
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-41/+70
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-121-4/+26
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-10/+19
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-6/+1
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-11/+42
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-17/+16
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-0/+7
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-19/+38
* * eval.c (rb_call0): address of local_vars might change during eval.matz2001-05-171-2/+6
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-2/+15
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-26/+54
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-11/+15
* forgot some checkins.matz2001-05-061-4/+6
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-98/+208
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-9/+11
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-0/+3
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-19/+3
* * eval.c (rb_mod_nesting): should not include Object at thematz2001-03-221-1/+1
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-4/+4
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-10/+11
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-161-2/+1
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-141-4/+10
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-141-1/+1
* * eval.c (ev_const_defined): add new parameter self for specialmatz2001-03-131-27/+8
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-3/+3
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-061-50/+64
* * eval.c (proc_eq): compare Procs using blocktag equality.matz2001-03-051-44/+73
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-5/+6
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-271-10/+1
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-42/+19
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-0/+14
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-3/+3
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-38/+36