| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -24/+31 |
* | RDoc Struct and random | dave | 2003-12-28 | 1 | -1/+1 |
* | Add RDoc documentation for stuff in object.c | dave | 2003-12-28 | 1 | -22/+826 |
* | RDoc comments for Symbol | dave | 2003-12-27 | 1 | -0/+131 |
* | * class.c (rb_mod_init_copy): always copy singleton class. | nobu | 2003-12-22 | 1 | -0/+1 |
* | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu | 2003-12-21 | 1 | -0/+3 |
* | Add file.c comments (and necessary support in parse_c.rb) | dave | 2003-12-21 | 1 | -0/+48 |
* | Document Class and Dir | dave | 2003-12-19 | 1 | -23/+102 |
* | * eval.c (rb_exec_end_proc): should not clear end_procs and | matz | 2003-12-05 | 1 | -0/+1 |
* | * object.c (rb_class_s_alloc): add function prototype to avoid VC++ | eban | 2003-08-13 | 1 | -3/+3 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -24/+31 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+0 |
* | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz | 2003-07-22 | 1 | -0/+1 |
* | * numeric.c (num_equal): should not use rb_equal(). | matz | 2003-07-21 | 1 | -1/+1 |
* | * string.c (rb_str_equal): should return nil for non string | matz | 2003-07-21 | 1 | -1/+1 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -0/+8 |
* | * class.c (rb_define_class, rb_define_module): also set constant under | nobu | 2003-07-01 | 1 | -0/+1 |
* | * object.c (str_to_id): check for empty string before intern. | matz | 2003-06-21 | 1 | -2/+12 |
* | * object.c (rb_to_id): use rb_str_intern() instead of rb_intern() | nobu | 2003-06-21 | 1 | -2/+2 |
* | * eval.c (Init_Proc): Block/Proc separation. [huge change] | matz | 2003-05-26 | 1 | -18/+14 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 1 | -1/+2 |
* | * object.c (init_copy): call initialize_copy at the end of copy | matz | 2003-05-20 | 1 | -2/+2 |
* | * object.c (rb_mod_cmp): stupid comparison fixed. | matz | 2003-05-19 | 1 | -2/+1 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -17/+15 |
* | * object.c (rb_class_allocate_instance): singleton class check | matz | 2003-05-16 | 1 | -9/+8 |
* | * object.c (rb_mod_le): returns nil if two classes/modules are not | matz | 2003-05-15 | 1 | -9/+15 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -1/+11 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -21/+40 |
* | * string.c (rb_str_ljust): now takes optional argument to specify | matz | 2003-05-02 | 1 | -3/+3 |
* | * variable.c (rb_mod_name): search module path if classname is not | matz | 2003-04-09 | 1 | -2/+2 |
* | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz | 2003-04-07 | 1 | -1/+1 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -2/+8 |
* | * io.c (rb_io_initialize): should check rb_secure(4). | matz | 2003-03-25 | 1 | -0/+7 |
* | security enhancement of dl library (need test). | matz | 2003-03-24 | 1 | -0/+6 |
* | * array.c (rb_ary_to_a): return value should be an Array if the | matz | 2003-02-10 | 1 | -0/+26 |
* | * object.c (Init_Object): default Object#=== now calls "==" | matz | 2003-02-03 | 1 | -1/+1 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -10/+10 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+2 |
* | * object.c (Init_Object): should not remove Class#allocate. | matz | 2002-12-20 | 1 | -0/+1 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -16/+10 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -3/+1 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -6/+6 |
* | * object.c (copy_object): copy finalizers as well if any. | matz | 2002-12-04 | 1 | -0/+1 |
* | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 1 | -3/+12 |
* | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 1 | -1/+12 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -1/+1 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -1/+6 |
* | * object.c (rb_str_to_dbl): RString ptr might be NULL. | matz | 2002-10-17 | 1 | -8/+11 |
* | * bignum.c (rb_big_rshift): num should be initialized by carry | matz | 2002-10-04 | 1 | -1/+1 |