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
/
class.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* removed trailing spaces.
nobu
2010-05-29
1
-16
/
+16
*
* gc.c : use simple lazy sweep algorithm for response performance
nari
2010-05-28
1
-1
/
+1
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-6
/
+6
*
* method.h, vm_method.c: rename some internal functions related to
ko1
2010-05-04
1
-1
/
+1
*
instance_methods should not special-case singleton classes, fixes #2993
shyouhei
2010-03-29
1
-1
/
+0
*
* class.c (rb_class_init_copy): raise a TypeError if the argument is
shugo
2010-02-06
1
-0
/
+3
*
* object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...
marcandre
2010-01-13
1
-1
/
+1
*
* class.c (rb_define_class): raise TypeError same as class
nobu
2010-01-09
1
-1
/
+1
*
* class.c (rb_mod_init_copy): fix memory leak of Class#dup.
mame
2009-11-14
1
-0
/
+8
*
fix typos.
akr
2009-11-03
1
-1
/
+1
*
* class.c (rb_class_new): move class check to rb_check_inheritable().
matz
2009-10-23
1
-3
/
+3
*
* class.c (rb_obj_basic_to_s_p): typo. Please become familiar with
usa
2009-10-22
1
-1
/
+1
*
* object.c (rb_obj_inspect): print instance variables only when
matz
2009-10-21
1
-0
/
+10
*
* class.c (make_singleton_class): variable name changed.
yugui
2009-08-31
1
-8
/
+3
*
* class.c: refactored singleton class related matters.
yugui
2009-08-31
1
-74
/
+157
*
Doxygen comment.
yugui
2009-08-29
1
-0
/
+196
*
* method.h (rb_method_definition_t): split from rb_method_entry_t
nobu
2009-08-28
1
-11
/
+8
*
* class.c (rb_define_module_id_under): fix the name.
naruse
2009-08-12
1
-2
/
+2
*
* class.c (rb_define_class_id_under, rb_define_module_id_under):
nobu
2009-08-12
1
-8
/
+16
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-4
/
+4
*
* method.h, vm_core.h: add rb_method_entry_t. Remove nodes around
ko1
2009-07-15
1
-42
/
+23
*
Doxy-comments.
yugui
2009-06-29
1
-0
/
+71
*
* class.c (clone_method): add cast to remove warning from
matz
2009-05-19
1
-1
/
+1
*
* struct.c (struct_ivar_get): new function to avoid repeated
matz
2009-05-19
1
-1
/
+3
*
* gc.c: add longlife garbage collection. [ruby-dev:38423]
nari
2009-05-13
1
-8
/
+10
*
* class.c (rb_define_method_id): use rb_define_notimplement_method_id
akr
2009-04-16
1
-4
/
+15
*
* class.c: fixed indent.
nobu
2009-03-13
1
-21
/
+21
*
* class.c (rb_scan_args): Allow specifying the number of trailing
knu
2009-02-24
1
-0
/
+6
*
* class.c (rb_scan_args): Revamp rb_scan_args() to compute the
knu
2009-02-24
1
-78
/
+68
*
stripped trailing spaces.
nobu
2009-02-22
1
-31
/
+31
*
* class.c (rb_scan_args), README.EXT, README.EXT.ja: Add support
knu
2009-02-16
1
-16
/
+49
*
* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.
yugui
2008-12-15
1
-20
/
+43
*
* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]
matz
2008-10-23
1
-3
/
+3
*
* class.c (rb_make_metaclass): [BUG] Fixed a bus error
yugui
2008-09-25
1
-2
/
+7
*
* class.c (rb_make_metaclass): Made class of class of class
yugui
2008-09-25
1
-1
/
+14
*
* include/ruby/node.h, node.h: move node.h from include path.
ko1
2008-09-23
1
-1
/
+1
*
* class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.
ko1
2008-09-23
1
-0
/
+2
*
* include/ruby/node.h, vm_core.h: move definition of
ko1
2008-09-23
1
-1
/
+0
*
* include/ruby/signal.h: removed.
ko1
2008-09-03
1
-3
/
+0
*
* object.c (rb_obj_untrusted): new method Object#untrusted?.
shugo
2008-08-13
1
-1
/
+7
*
* class.c (clone_method): should copy cbase in cref as well.
matz
2008-08-11
1
-1
/
+9
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
1
-4
/
+8
*
fix doc.
akr
2008-03-09
1
-8
/
+8
*
* numeric.c (fix_to_s): avoid rb_scan_args() when no argument
matz
2008-03-05
1
-1
/
+3
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
matz
2007-10-11
1
-20
/
+0
*
* include/ruby/intern.h: export rb_ivar_foreach.
akr
2007-09-28
1
-57
/
+60
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-1
/
+1
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-4
/
+4
*
* Merge YARV
ko1
2006-12-31
1
-26
/
+55
[next]