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
*
* gc.c: fix memory leak by prepend method.
ko1
2015-03-11
1
-13
/
+14
*
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
1
-1
/
+1
*
* class.c (rb_prepend_module): need a WB for klass -> origin.
ko1
2015-03-06
1
-1
/
+1
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-4
/
+3
*
* internal.h: remove struct method_table_wrapper.
ko1
2015-03-05
1
-9
/
+6
*
* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
ktsj
2015-02-22
1
-20
/
+1
*
use rb_funcallv
nobu
2015-02-16
1
-1
/
+1
*
* class.c (rb_obj_singleton_methods): should use RTEST() to convert
shugo
2015-02-05
1
-1
/
+1
*
* class.c (method_entry_i, class_instance_method_list,
shugo
2015-02-04
1
-14
/
+24
*
class.c: add callback argument
nobu
2015-01-19
1
-4
/
+16
*
class.c: prepend for each classes
nobu
2015-01-19
1
-14
/
+13
*
* class.c (class_alloc): Strat from age == 2.
ko1
2014-12-11
1
-1
/
+1
*
* vm_args.c: fix backtrace location for keyword related exceptions.
ko1
2014-11-27
1
-4
/
+15
*
rb_id2str over rb_id2name
nobu
2014-11-25
1
-4
/
+4
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-4
/
+0
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
* rewrite method/block parameter fitting logic to optimize
ko1
2014-11-02
1
-5
/
+5
*
class.c: delete expected keywords directly
nobu
2014-10-22
1
-1
/
+3
*
class.c: do not freeze class of hidden object
nobu
2014-09-19
1
-2
/
+2
*
class.c: do not freeze meta-meta-class
nobu
2014-09-19
1
-0
/
+13
*
class.c: simplify
nobu
2014-09-13
1
-6
/
+4
*
class.c: freeze meta class only
nobu
2014-09-13
1
-1
/
+1
*
class.c: use ALLOC(rb_subclass_entry_t)
normal
2014-09-13
1
-2
/
+2
*
* class.c (rb_prepend_module): fix typos in a comment.
nagachika
2014-09-11
1
-1
/
+1
*
* class.c: [DOC] mention about prepended modules.
ktsj
2014-07-05
1
-4
/
+6
*
Init functions don't need ID caches
nobu
2014-07-03
1
-1
/
+1
*
constify parameters
nobu
2014-06-18
1
-10
/
+10
*
* class.c: [DOC] Fixed grammar and examples of instance_methods.
zzak
2014-05-25
1
-17
/
+17
*
class.c: always clear tables first
nobu
2014-05-08
1
-9
/
+13
*
class.c: check for malloc failures
normal
2014-03-09
1
-4
/
+4
*
adjust indent and style
nobu
2014-02-27
1
-1
/
+2
*
class.c: do nothing if copying self
nobu
2014-02-21
1
-1
/
+1
*
class.c: allow nil keyword_hash
nobu
2014-01-25
1
-0
/
+2
*
class.c: simplify
nobu
2014-01-25
1
-12
/
+3
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-4
/
+4
*
class.c: fix option hash
nobu
2013-12-16
1
-1
/
+1
*
object.c: use RCLASS_M_TBL_WRAPPER for equality checks
tmm1
2013-12-12
1
-1
/
+1
*
* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience
charliesome
2013-12-09
1
-1
/
+1
*
class.c: rest kwargs
nobu
2013-12-08
1
-2
/
+9
*
class.c, vm_insnhelper.c: check unknown keywords
nobu
2013-12-08
1
-0
/
+7
*
class.c: optimization just one key
nobu
2013-12-08
1
-2
/
+8
*
gc.c: promote long-lived NODE_CREF objects to oldgen
tmm1
2013-12-08
1
-1
/
+1
*
class.c: fix uninitialized value
nobu
2013-12-08
1
-1
/
+2
*
class.c: move kwarg functions
nobu
2013-12-06
1
-0
/
+92
*
* include/ruby/ruby.h (struct RClass): Add wrapper struct around
tmm1
2013-12-03
1
-12
/
+11
*
vm_insnhelper.c: keyword hash functions
nobu
2013-11-30
1
-2
/
+5
*
* class.c: unify names of vm state version counters to 'serial'.
charliesome
2013-11-09
1
-1
/
+1
*
* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split
charliesome
2013-10-29
1
-2
/
+2
*
* class.c, variable.c, gc.c (rb_class_tbl): removed.
ko1
2013-10-11
1
-5
/
+5
*
revert r43259 because it is possible to mark miss classes defined in C-exts. ...
ko1
2013-10-11
1
-0
/
+5
[next]