aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-151-1/+1
* * variable.c (rb_mod_name): always return empty string formatz2003-04-101-29/+27
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-091-3/+3
* * variable.c (rb_class_path): hold temporary class path in anobu2003-03-281-1/+10
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-3/+22
* * variable.c (rb_obj_classname): wrong tail recursion.nobu2003-01-311-1/+1
* * variable.c (rb_obj_classname): new function.matz2003-01-311-0/+7
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-28/+28
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-4/+8
* README.EXT: grammer updates by Simon Cozens.matz2002-10-231-1/+1
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-161-2/+2
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-261-3/+0
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-0/+1
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-8/+29
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-1/+9
* * variable.c (rb_const_assign): st_delete() takes pointer to key.nobu2002-08-301-1/+1
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-281-5/+10
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-4/+1
* * 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