aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-2/+2
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-3/+5
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-0/+4
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-6/+1
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-3/+6
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-7/+46
* * range.c (range_check): need no Fixnum check.matz2002-10-011-1/+1
* * hash.c (rb_hash_become): Hash#become should check addedmatz2002-09-281-1/+6
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-6/+6
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-1/+1
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-0/+3
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-34/+22
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-4/+1
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-4/+15
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-9/+13
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-2/+2
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-2/+2
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-0/+6
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-3/+17
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-1/+3
* * class.c (rb_define_class): warn unless superclass is specifiednobu2002-02-171-0/+7
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-3/+5
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-161-0/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-8/+22
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-2/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-2/+14
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-1/+2
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-0/+6
* * marshal.c (r_object): better allocation type check formatz2001-10-031-7/+6
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-9/+7
* * range.c (range_step): new method.matz2001-08-141-0/+4
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+16
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-2/+16
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-2/+2
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-1/+11
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-14/+73
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-3/+8
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-12-181-0/+1
* matzmatz2000-12-051-4/+0
* matzmatz2000-07-271-0/+3
* 2000-06-22matz2000-06-221-0/+1
* 2000-05-24matz2000-05-241-1/+1
* 2000-05-01matz2000-05-011-3/+18
* 2000-03-07matz2000-03-071-4/+1
* 2000-02-25matz2000-02-251-0/+3