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
2017-10-21
* object.c: Improve documentation of Kernel#Array
sonots
2017-09-15
object.c: fix conversion failure message
nobu
2017-09-01
object.c: fix potential oob write in rb_str_to_dbl()
rhe
2017-07-22
Add Doxygen comments
yugui
2017-07-22
Fix documents
kazu
2017-07-22
Fix typos and indent
kazu
2017-07-22
* remove trailing spaces.
svn
2017-07-22
Add documents
yugui
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-30
object.c: improve docs
stomar
2017-05-25
Improve performance of rb_eql()
watson1978
2017-05-25
Improve performance of rb_equal()
watson1978
2017-05-14
object.c: use a sized enumerator with #yield_self
nobu
2017-05-02
internal.h: rb_raise_static
nobu
2017-05-01
object.c: Kernel#yield_self
nobu
2017-04-14
Improve performance of type conversion using to_r
mrkn
2017-03-15
object.c: make String#to_f consistent with literal
nobu
2017-03-09
object.c: [DOC] simplify Object#tap example
stomar
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-06
optimize FIXABLE macro
shyouhei
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2017-02-22
object.c: refactor rb_obj_clone and rb_obj_clone2
nobu
2017-02-21
object.c: message encoding
nobu
2017-01-23
object.c: no TypeError at Symbol
nobu
2017-01-02
object.c: rb_class_alloc
nobu
2017-01-02
object.c: rb_class_s_new
nobu
2016-11-29
object.c: no TypeError at special const
nobu
2016-11-29
object.c: no TypeError at special const clone
nobu
2016-11-27
object.c: no TypeError at special const dup
nobu
2016-10-27
object.c: fixable float to fixnum
nobu
2016-10-27
object.c: use converted string
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-14
* object.c: Improve documentation for Integer conversion.
hsbt
2016-10-07
* basictest/test.rb: Adjust spaces in class declarations
hsbt
2016-09-09
object.c: update rdoc
nobu
2016-09-08
replace fixnum by integer in documents.
akr
2016-08-24
object.c: fix {Module,Class}.new rdoc [ci skip]
nobu
2016-08-14
* object.c (InitVM_Object): Update referenced document path.
kou
2016-08-07
deprecate TRUE,FALSE,NIL
nobu
2016-08-03
object.c: restrict freeze option
nobu
2016-08-03
object.c: suppress warning
nobu
2016-08-01
Object#clone with freeze: false [Feature #12300]
shyouhei
2016-06-28
Fix typo [ci skip]
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-04-22
* variable.c: use uint32_t instead of long to avoid confusion about
naruse
2016-02-19
object.c: fix error message
nobu
2016-01-12
resolve class name earlier and more consistently
normal
2015-12-30
object.c: fix prepend cmp
nobu
2015-12-29
use id_table for constant tables
normal
2015-12-13
* object.c (rb_inspect): check the default internal encoding as
shugo
[next]