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-07-31
symbol.h: move macros
nobu
2014-07-30
string.c: rb_to_symbol
nobu
2014-07-09
* symbol.c: remove rb_gc_mark_symbols().
ko1
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-07
* parse.y: need to use updated (re-created) symbols.
ko1
2014-06-30
string.c: rb_fstring_new
nobu
2014-06-23
* include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]
shyouhei
2014-06-23
* include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]
shyouhei
2014-06-23
* include/ruby/ruby.h (struct RFloat): no longer. [Feature #9863]
shyouhei
2014-06-23
object.c: rb_obj_copy_ivar
nobu
2014-06-18
constify parameters
nobu
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2014-05-29
remove empty rb_gc_mark_parser function
normal
2014-05-28
include/ruby/ruby.h: hide Symbol internals
normal
2014-05-24
internal.h: remove duplicate declaration
nobu
2014-05-17
* include/ruby/ruby.h: Hide Rational internal.
akr
2014-05-07
hash.c: make rb_hash_keys extern
nobu
2014-05-05
* math.c (rb_math_sqrt): omitted exporting an unused function,
tadf
2014-05-04
vm.c: Init_vm_objects
nobu
2014-04-19
* internal.h (struct RBignum): Use size_t for len.
akr
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
[next]