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: no longer copy tables of classes/modules
nobu
2014-05-08
1
-17
/
+1
*
object.c: rb_class_search_ancestor
nobu
2014-04-14
1
-11
/
+21
*
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-26
1
-6
/
+6
*
* complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...
hsbt
2014-03-21
1
-1
/
+3
*
* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):
ko1
2014-03-20
1
-1
/
+1
*
object.c: [DOC] merge rdoc
nobu
2014-03-15
1
-0
/
+3
*
object.c: error message encoding
nobu
2014-01-30
1
-16
/
+23
*
* object.c: Add rdoc for classes frozen by default
marcandre
2014-01-09
1
-0
/
+3
*
* hash.c (rb_objid_hash): should return `long'. brushup r44534.
usa
2014-01-09
1
-3
/
+2
*
object.c: hash value from objid with salt
nobu
2014-01-08
1
-1
/
+2
*
* object.c (Kernel#<=>) surround Comparable operators with <code> tags.
eregon
2013-12-28
1
-4
/
+4
*
ruby.h: swap iv_index_tbl and super for struct RClass
tmm1
2013-12-20
1
-1
/
+1
*
object.c: check const names
nobu
2013-12-14
1
-6
/
+7
*
object.c: nested path const_defined?
nobu
2013-12-14
1
-10
/
+78
*
object.c: remove unnecessary assignment
nobu
2013-12-14
1
-3
/
+1
*
object.c: fix typo
nobu
2013-12-14
1
-1
/
+1
*
object.c: fix r44189
nobu
2013-12-14
1
-2
/
+4
*
object.c: optimize rb_mod_const_get for symbol
nobu
2013-12-14
1
-9
/
+5
*
object.c: use RCLASS_M_TBL_WRAPPER for equality checks
tmm1
2013-12-12
1
-3
/
+3
*
* object.c: [DOC] document Module#singleton_class?.
ktsj
2013-12-08
1
-0
/
+13
*
* object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of a
nari
2013-12-03
1
-1
/
+1
*
* object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED
nari
2013-12-03
1
-1
/
+1
*
* object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]
zzak
2013-11-21
1
-7
/
+32
*
* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.
ko1
2013-11-04
1
-1
/
+1
*
* object.c: [DOC] Document first argument also takes string for:
zzak
2013-10-24
1
-0
/
+20
*
object.c: avoid inadvertent symbol creation
nobu
2013-10-09
1
-4
/
+33
*
* object.c: [DOC] remove comment about trust/untrust.
ktsj
2013-08-25
1
-2
/
+2
*
* error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.
ktsj
2013-08-18
1
-1
/
+1
*
object.c: undef Module#prepend_features on Class
nobu
2013-08-13
1
-0
/
+1
*
object.c: Module#singleton_class?
nobu
2013-08-08
1
-0
/
+9
*
* object.c (rb_class_inherited_p): allow iclasses to be tested for
charliesome
2013-08-05
1
-1
/
+1
*
* object.c (rb_obj_cmp): Improve doc for Kernel#<=>
eregon
2013-07-09
1
-2
/
+3
*
Module extended doc by @PragTob [fixes GH-335]
hsbt
2013-07-09
1
-2
/
+20
*
* object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
knu
2013-07-09
1
-1
/
+1
*
* object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
charliesome
2013-07-04
1
-3
/
+3
*
* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,
ko1
2013-06-14
1
-1
/
+1
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-41
/
+12
*
* object.c (rb_Hash): fix docs. patched by Stefan Schüßler.
ayumin
2013-06-04
1
-1
/
+1
*
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
zzak
2013-05-31
1
-2
/
+2
*
* object.c (rb_obj_clone): should not propagate OLDGEN status.
ko1
2013-05-23
1
-2
/
+4
*
* object.c (rb_inspect): fix typo and error message
eregon
2013-05-18
1
-2
/
+2
*
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
1
-1
/
+1
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-6
/
+15
*
* object.c (rb_obj_setup): added.
ko1
2013-05-13
1
-0
/
+9
*
object.c: skip prepending modules
nobu
2013-05-02
1
-0
/
+2
*
id.def: predefined IDs
nobu
2013-05-02
1
-13
/
+10
*
* object.c: With feedback from Steve Klabnik, reverted a change to
zzak
2013-04-28
1
-8
/
+8
*
* object.c: Documentation for taint and trust [Bug #8162]
zzak
2013-04-28
1
-8
/
+39
*
object.c: extract common code
nobu
2013-04-08
1
-61
/
+30
*
* object.c (rb_obj_ivar_set): call to_str for string only once.
naruse
2013-04-08
1
-4
/
+8
[next]