Age | Commit message (Expand) | Author |
2004-12-18 | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz |
2004-12-03 | * eval.c (proc_invoke): copy arguments to frame.argv. | matz |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-10-18 | * intern.h, object.c (rb_class_inherited_p): export. | nobu |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-09-13 | * object.c (nil_inspect): fix typo. | usa |
2004-08-30 | Add RDoc for Module.included | dave |
2004-07-27 | * object.c (Init_Object): "===" calls rb_obj_equal() directly. | matz |
2004-07-15 | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean |
2004-06-24 | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz |
2004-06-16 | * eval.c (rb_mod_freeze): prepare string representation before | matz |
2004-06-16 | * object.c (rb_mod_le): singleton class inherits Class rather than its | nobu |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-02-10 | * object.c (rb_obj_clone, rb_obj_dup): mentioned about | nobu |
2004-01-12 | Add explicit line breaks in method signatures for ri. Fixup some comments in ... | dave |
2004-01-08 | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
2003-12-28 | RDoc Struct and random | dave |
2003-12-28 | Add RDoc documentation for stuff in object.c | dave |
2003-12-27 | RDoc comments for Symbol | dave |
2003-12-22 | * class.c (rb_mod_init_copy): always copy singleton class. | nobu |
2003-12-21 | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-19 | Document Class and Dir | dave |
2003-12-05 | * eval.c (rb_exec_end_proc): should not clear end_procs and | matz |
2003-08-13 | * object.c (rb_class_s_alloc): add function prototype to avoid VC++ | eban |
2003-08-06 | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-07-22 | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz |
2003-07-21 | * numeric.c (num_equal): should not use rb_equal(). | matz |
2003-07-21 | * string.c (rb_str_equal): should return nil for non string | matz |
2003-07-09 | * eval.c (rb_load): put rb_load_file() in a thread critical | matz |
2003-07-01 | * class.c (rb_define_class, rb_define_module): also set constant under | nobu |
2003-06-21 | * object.c (str_to_id): check for empty string before intern. | matz |
2003-06-21 | * object.c (rb_to_id): use rb_str_intern() instead of rb_intern() | nobu |
2003-05-26 | * eval.c (Init_Proc): Block/Proc separation. [huge change] | matz |
2003-05-22 | * object.c (rb_obj_clone): defer copying freezing state after | matz |
2003-05-20 | * object.c (init_copy): call initialize_copy at the end of copy | matz |
2003-05-19 | * object.c (rb_mod_cmp): stupid comparison fixed. | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-16 | * object.c (rb_class_allocate_instance): singleton class check | matz |
2003-05-15 | * object.c (rb_mod_le): returns nil if two classes/modules are not | matz |
2003-05-06 | * object.c (rb_obj_methods): list singleton methods if recur | matz |
2003-05-04 | * array.c (rb_ary_values_at): new method to replace select(index..). | matz |
2003-05-02 | * string.c (rb_str_ljust): now takes optional argument to specify | matz |
2003-04-09 | * variable.c (rb_mod_name): search module path if classname is not | matz |
2003-04-07 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz |
2003-03-29 | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz |