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
/
internal.h
Age
Commit message (
Expand
)
Author
2014-04-14
object.c: rb_class_search_ancestor
nobu
2014-04-13
* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.
akr
2014-04-12
string.c: clear env self in symbol proc
nobu
2014-03-28
parse.y: rb_id_attrget
nobu
2014-03-27
string.c: search by rb_str_index
nobu
2014-03-26
* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).
nari
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-25
* internal.h (rb_reg_search0): not a public API.
nobu
2014-03-25
Stop allocating backref strings within gsub's search loop
charliesome
2014-03-17
process.c: constify
nobu
2014-02-17
* internal.h: Move BDIGIT and related definitions from
akr
2014-02-15
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-14
* include/ruby/ruby.h,
akr
2014-02-05
pack.c: hide associated objects
nobu
2014-02-05
* internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()
ko1
2014-02-05
* internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().
ko1
2014-02-04
* string.c: remvoe STR_ASSOC related code.
ko1
2014-01-09
* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
ko1
2014-01-01
* hash.c (rb_hash_keys): make rb_hash_keys() static.
glass
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
ruby.h: swap iv_index_tbl and super for struct RClass
tmm1
2013-12-13
* internal.h (ruby_sized_xrealloc2): fix typo introduced in r44117, which cau...
ngoto
2013-12-13
* error.c: add Exception#backtrace_locations.
ko1
2013-12-10
gc.c: ruby_sized_xrealloc2
nobu
2013-12-10
objspace_dump.c: include object's gc flags in dump
tmm1
2013-12-09
* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience
charliesome
2013-12-08
vm.c: fix compile issue on 32bit freebsd
tmm1
2013-12-06
vm_insnhelper.c: rb_get_kwargs
nobu
2013-12-05
gc.c: Load GC tuning settings earlier during boot.
tmm1
2013-12-03
gc.c: use malloc_size
nobu
2013-12-03
vm_eval.c: rb_catch_protect
nobu
2013-12-03
* include/ruby/ruby.h (struct RClass): Add wrapper struct around
tmm1
2013-11-30
vm_insnhelper.c: keyword hash functions
nobu
2013-11-29
ruby/ruby.h, enum.c, vm_eval.c: constify argv
nobu
2013-11-29
ruby/ruby.h: rb_block_call_func_t
nobu
2013-11-25
* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
ko1
2013-11-24
* internal.h: use __builtin_bswap16() if possible.
glass
2013-11-22
* include/ruby/intern.h, internal.h: Expose rb_gc_count().
nari
2013-11-22
* include/ruby/intern.h (rb_gc_set_params): Deprecate
nari
2013-11-22
* vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeing
ko1
2013-11-19
* gc.c (rb_gc_resurrect): added.
ko1
2013-11-15
* cont.c : Introdule ensure rollback mechanism. Please see below.
tarui
2013-11-11
* internal.h: move common string/hash flags to include file.
tmm1
2013-11-09
Revert "* internal.h: prototype declarations of gc.c collect up."
nari
2013-11-09
* internal.h: prototype declarations of gc.c collect up.
nari
2013-11-09
* class.c: unify names of vm state version counters to 'serial'.
charliesome
2013-11-08
From 33f55b1eac7f044feb59a29da4a5a82bee3f419e Mon Sep 17 00:00:00 2001
nobu
2013-11-05
* gc.c: add support to estimate increase of oldspace memory usage.
ko1
2013-10-22
* vm_core.h (enum): avoid syntax error.
shyouhei
2013-10-22
internal.h: fix typo
nobu
[next]