| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -17/+12 |
* | * string.c (str_mod_check): frozen check should be separated. | matz | 2004-11-16 | 1 | -1/+1 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -2/+0 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -2/+2 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -1/+1 |
* | ChangeLog | usa | 2004-09-13 | 1 | -1/+1 |
* | Add documentation for Module#included | dave | 2004-08-30 | 1 | -3/+28 |
* | * eval.c (rb_eval): copy on write for argument local variable | matz | 2004-07-27 | 1 | -0/+1 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+16 |
* | * object.c (rb_class_inherited_p): singleton class inherits Class | nobu | 2004-06-16 | 1 | -0/+5 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -3/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -2/+2 |
* | * object.c (rb_mod_cvar_get): new method Module#class_variable_get. | matz | 2004-03-23 | 1 | -0/+59 |
* | * eval.c: remove specialized version of rb_Array(). use simple | matz | 2004-03-18 | 1 | -28/+0 |
* | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu | 2004-02-10 | 1 | -6/+6 |
* | * object.c (rb_obj_clone, rb_obj_dup): mentioned about | nobu | 2004-02-10 | 1 | -0/+8 |
* | * pack.c (num2i32): pack should not raise RangeError. | matz | 2004-01-22 | 1 | -6/+9 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -1/+1 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -2/+3 |
* | Add explicit line breaks in method signatures for ri. Fixup some comments in ... | dave | 2004-01-12 | 1 | -1/+1 |
* | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -13/+7 |
* | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -19/+19 |
* | 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 |