aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-9/+9
* * string.c (str_mod_check): frozen check should be separated.matz2004-11-161-16/+14
* * class.c: rdoc patchocean2004-07-151-5/+5
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-9/+5
* fix rdocdave2004-05-121-0/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-1/+1
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+2
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+144
* * class.c (rb_mod_init_copy): always copy singleton class.nobu2003-12-221-0/+3
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-0/+13
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-041-1/+0
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-9/+0
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-19/+16
* * doc/NEWS, doc/ChangeLog-1.8.0: added.matz2003-08-041-0/+2
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-2/+2
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-2/+2
* * 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