aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-9/+7
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-13/+18
* * variable.c (rb_const_list): a temporary table must be freed.nobu2002-03-201-0/+1
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-0/+1
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-151-31/+5
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-18/+0
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-2/+6
* * st.c: primes should be primes.matz2002-01-161-1/+1
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-9/+9
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-0/+3
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-3/+2
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-13/+24
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-18/+21
* * variable.c (rb_global_entry): reconstruct global variablenobu2001-10-221-99/+82
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-211-2/+3
* * variable.c (alias_fixup): added. ad hoc support for ordinarynobu2001-10-171-4/+55
* * marshal.c (r_object): better allocation type check formatz2001-10-031-2/+7
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-2/+5
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-2/+29
* * range.c (range_step): new method.matz2001-08-141-0/+3
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-1/+1
* * regex.c (re_search): should consider reverse search.matz2001-07-141-6/+3
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-35/+31
* remove debug printfmatz2001-06-081-1/+0
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-0/+1
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-34/+56
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-32/+58
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-0/+1
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-0/+2
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-3/+0
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-14/+23
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-5/+5
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * m17n baseline.matz2001-01-101-2/+0
* matzmatz2000-12-081-8/+35
* matzmatz2000-12-051-9/+0
* matzmatz2000-11-271-0/+4
* matzmatz2000-11-211-49/+14
* matzmatz2000-09-221-0/+4
* matzmatz2000-09-151-2/+35
* matzmatz2000-09-071-2/+15
* matzmatz2000-08-281-1/+50
* matzmatz2000-08-251-26/+17
* matzmatz2000-07-271-4/+0
* matzmatz2000-07-121-18/+20
* matzmatz2000-07-121-21/+29
* 2000-06-19matz2000-06-191-0/+2
* 2000-05-12matz2000-05-121-3/+0
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-2/+6