index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
object.c: singleton class clone
nobu
2012-12-29
1
-1
/
+1
*
internal.h: quote unprintable
nobu
2012-12-22
1
-25
/
+43
*
object.c: no nested symbol
nobu
2012-12-22
1
-0
/
+4
*
object.c: defer creating string
nobu
2012-12-22
1
-43
/
+26
*
object.c: check more strictly
nobu
2012-12-22
1
-3
/
+3
*
* object.c (rb_obj_hash): shouldn't assume object_id can be long.
usa
2012-12-21
1
-1
/
+8
*
object.c: nul in const name
nobu
2012-12-19
1
-3
/
+4
*
* object.c (Init_Object): no needs to override with same method.
nobu
2012-12-13
1
-1
/
+0
*
* object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy
charliesome
2012-12-13
1
-1
/
+1
*
* revised r37993 to avoid SEGV/ILL in tests. In r37993, a method
shugo
2012-12-06
1
-3
/
+2
*
object.c: test bits at once
nobu
2012-12-03
1
-1
/
+2
*
object.c: make remove_instance_variable public
nobu
2012-12-01
1
-2
/
+2
*
* revert r37993 to avoid SEGV in tests.
shugo
2012-11-30
1
-2
/
+3
*
* vm_method.c (rb_method_entry_make): add a method entry with
shugo
2012-11-29
1
-3
/
+2
*
object.c: suppress warning
nobu
2012-11-16
1
-0
/
+2
*
adjust indent
nobu
2012-11-16
1
-2
/
+2
*
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-12
1
-0
/
+9
*
object.c: inadvertent symbol
nobu
2012-11-07
1
-2
/
+10
*
* object.c (rb_mod_const_get): Fix constant missing exception class
tenderlove
2012-11-06
1
-1
/
+17
*
* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on
shugo
2012-11-02
1
-0
/
+16
*
* object.c (rb_mod_const_get): make sure the constant name is
tenderlove
2012-10-27
1
-1
/
+4
*
* object.c (rb_mod_const_get): const_get accepts qualified constant
tenderlove
2012-10-26
1
-18
/
+79
*
* include/ruby/ruby.h: add C APIs.
nari
2012-10-20
1
-2
/
+1
*
internal.h: allocator function in rb_classext_t
nobu
2012-09-08
1
-1
/
+8
*
object.c: preserve encodings
nobu
2012-08-17
1
-5
/
+6
*
object.c: forbid uninitialized class
nobu
2012-08-16
1
-0
/
+3
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
1
-26
/
+12
*
Revert r36699 and r36700. [Feature #6130]
naruse
2012-08-15
1
-12
/
+26
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-14
1
-26
/
+12
*
* eval.c (rb_mod_using): new method Module#using. [experimental]
shugo
2012-08-02
1
-0
/
+1
*
* variable.c (rb_mod_class_variables): return inherited variables
shugo
2012-07-19
1
-1
/
+1
*
* object.c (Init_Object): Added RDoc location pointers for
drbrain
2012-07-02
1
-4
/
+4
*
Module#prepend
nobu
2012-06-27
1
-0
/
+1
*
* object.c: Fix typo in rdoc
marcandre
2012-06-19
1
-1
/
+1
*
obj_init_copy
nobu
2012-06-05
1
-0
/
+1
*
class_or_module_required
nobu
2012-06-01
1
-19
/
+18
*
* object.c (Init_Object): Restored Kernel documentation based on
drbrain
2012-05-31
1
-0
/
+12
*
* object.c (rb_equal): Let Object be a link in #=== documentation.
drbrain
2012-05-31
1
-3
/
+3
*
* object.c (Init_Object): Added reference to variable.c where
drbrain
2012-05-07
1
-2
/
+2
*
* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.
nobu
2012-04-24
1
-0
/
+18
*
Revert r35339-35343 because of no tests.
naruse
2012-04-18
1
-18
/
+0
*
* object.c: Add NilClass#to_h [Feature #6276]
marcandre
2012-04-16
1
-0
/
+18
*
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-13
1
-0
/
+2
*
* hash.c, marshal.c, object.c, variable.c: fix callback argument types
nobu
2012-03-30
1
-1
/
+4
*
* object.c: Fix indentation of Class#inherited example.
drbrain
2012-03-16
1
-3
/
+3
*
* object.c (rb_obj_eql): Improve equality documentation by adding an
drbrain
2012-02-23
1
-15
/
+22
*
* object.c (rb_obj_hash): Added note that the hash value is not
drbrain
2012-02-23
1
-8
/
+11
*
* object.c (rb_Hash): fix mixed declaration and code.
nobu
2012-01-24
1
-1
/
+3
*
* object.c (rb_Hash): trivial optimization.
nobu
2012-01-24
1
-1
/
+1
*
* object.c (rb_Hash): add Kernel#Hash conversion method like
matz
2012-01-24
1
-0
/
+34
[next]