summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2005-05-11* eval.c (break_jump): break should not cross functions.matz
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-07* object.c (inspect_obj): unintended space removal.matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-11* object.c (rb_class_superclass): superclass of singleton class alsonobu
2004-12-15* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz
2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-13ChangeLogusa
2004-08-30Add documentation for Module#includeddave
2004-07-27* eval.c (rb_eval): copy on write for argument local variablematz
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-06-16* object.c (rb_class_inherited_p): singleton class inherits Classnobu
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-03-23* object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-02-10* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu
2004-02-10* object.c (rb_obj_clone, rb_obj_dup): mentioned aboutnobu
2004-01-22* pack.c (num2i32): pack should not raise RangeError.matz
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27RDoc comments for Symboldave
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-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-19Document Class and Dirdave
2003-12-05* eval.c (rb_exec_end_proc): should not clear end_procs andmatz
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 stringmatz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-07-01* class.c (rb_define_class, rb_define_module): also set constant undernobu
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