summaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-8/+3
* * class.c (rb_define_class, rb_define_module): also set constant undernobu2003-07-011-0/+2
* * class.c (class_instance_method_list): get rid of warning aboutnobu2003-06-261-25/+21
* * class.c (rb_generic_class_instance_methods): merge argumentmatz2003-06-251-38/+18
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-2/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-6/+0
* * class.c: add #include "version.h".aamine2003-05-191-0/+1
* * object.c (rb_mod_le): returns nil if two classes/modules are notmatz2003-05-151-10/+10
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-9/+4
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-6/+23
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-021-2/+20
* * class.c (method_list): classify methods based on nearestmatz2003-05-021-119/+88
* * variable.c (rb_obj_classname): new function.matz2003-01-311-2/+2
* 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