index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Age
Commit message (
Expand
)
Author
2014-12-09
object.c: [DOC] Revise documentation
nobu
2014-11-25
object.c: preserve encodings
nobu
2014-11-21
get rid of inadvertent ID creation
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-17
object.c: fix error message
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-08
* object.c (Module#const_defined?): [DOC] Revise the documentation.
eregon
2014-11-04
* object.c: fix document of Kernel.Stirng by @suzukaze
hsbt
2014-10-14
* error.c: [DOC] Fix case of type in exception message by @tricknotes
zzak
2014-09-25
object.c (rb_class_real): do not dereference 0 VALUE
normal
2014-09-11
* include/ruby/ruby.h: freeze nil/true/false.
ko1
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
2014-09-03
object.c: fix memory leak
nobu
2014-08-02
object.c: Object#itsef
nobu
2014-07-28
add some documents [ci skip]
nobu
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-06-23
object.c: rb_obj_copy_ivar
nobu
2014-06-07
* object.c (rb_mod_initialize_clone): Override Kernel#initialize_clone
akr
2014-05-20
id.def: predefine to_i
nobu
2014-05-20
id.def: predefine conversion method IDs
nobu
2014-05-08
object.c: no longer copy tables of classes/modules
nobu
2014-04-14
object.c: rb_class_search_ancestor
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-21
* complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...
hsbt
2014-03-20
* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):
ko1
2014-03-15
object.c: [DOC] merge rdoc
nobu
2014-01-30
object.c: error message encoding
nobu
2014-01-09
* object.c: Add rdoc for classes frozen by default
marcandre
2014-01-09
* hash.c (rb_objid_hash): should return `long'. brushup r44534.
usa
2014-01-08
object.c: hash value from objid with salt
nobu
2013-12-28
* object.c (Kernel#<=>) surround Comparable operators with <code> tags.
eregon
2013-12-20
ruby.h: swap iv_index_tbl and super for struct RClass
tmm1
2013-12-14
object.c: check const names
nobu
2013-12-14
object.c: nested path const_defined?
nobu
2013-12-14
object.c: remove unnecessary assignment
nobu
2013-12-14
object.c: fix typo
nobu
2013-12-14
object.c: fix r44189
nobu
2013-12-14
object.c: optimize rb_mod_const_get for symbol
nobu
2013-12-12
object.c: use RCLASS_M_TBL_WRAPPER for equality checks
tmm1
2013-12-08
* object.c: [DOC] document Module#singleton_class?.
ktsj
2013-12-03
* object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of a
nari
2013-12-03
* object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED
nari
2013-11-21
* object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]
zzak
2013-11-04
* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.
ko1
2013-10-24
* object.c: [DOC] Document first argument also takes string for:
zzak
2013-10-09
object.c: avoid inadvertent symbol creation
nobu
2013-08-25
* object.c: [DOC] remove comment about trust/untrust.
ktsj
2013-08-18
* error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.
ktsj
2013-08-13
object.c: undef Module#prepend_features on Class
nobu
2013-08-08
object.c: Module#singleton_class?
nobu
[next]