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
2018-05-09
Rename imemo_alloc with imemo_tmpbuf
mame
2018-05-09
gc.c (rb_imemo_alloc_new): split for each purpose
mame
2018-05-09
gc.c (rb_imemo_alloc_new): improve the API interface
mame
2018-05-04
nobody is using the return value of rb_io_fptr_finalize
shyouhei
2018-04-28
string.c: adjust to rb_str_upto_each
nobu
2018-04-20
simplify altstack and enable reuse with thread cache
normal
2018-04-19
internal.h: use the same declaration as definition
k0kubun
2018-04-19
Introduce endless range [Feature#12912]
mame
2018-04-12
error.c: super in method_missing
nobu
2018-03-15
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-02-18
mjit.c: no va_copy
nobu
2018-02-12
vm_insnhelper.c: inline array aref with integer
k0kubun
2018-02-11
_mjit_compile_send.erb: PRI_SERIALT_PREFIX
nobu
2018-02-08
internal.h: moved ruby_null_device declaration
nobu
2018-02-07
remove declaration of ruby_engine from internal.h
usa
2018-02-05
va_copy is a C99ism
shyouhei
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-02
backward.h: rb_mod_const_missing is internal function
nobu
2018-01-27
internal.h: add BITFIELD macro to aid C99 users
normal
2018-01-27
array.c: rb_check_to_array
nobu
2018-01-24
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-18
merge extern declarations into internal.h
shyouhei
2018-01-15
Add tests for Node code locations
yui-knk
2018-01-13
internal.h (FLEX_ARY_LEN): Add a macro to define a flexible array
mame
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-05
marshal.c: allow marshalling keyword_init struct
k0kubun
2018-01-02
statement experssion is a GCCism
shyouhei
2018-01-02
_Static_assert is a C11ism
shyouhei
2018-01-02
long long is a C99ism
shyouhei
2018-01-02
__VA_ARGS__ is a C99ism
shyouhei
2018-01-02
long long is a C99sim
shyouhei
2017-12-30
bit fields treating negative values should be declared as signed int
ngoto
2017-12-30
hash literal deduplicates like Hash#[]=
normal
2017-12-18
suppress warning: 'const' attribute on function returning 'void'
naruse
2017-12-13
iseq.c: dump type of branchiftype on disasm
k0kubun
2017-12-05
Revamp method coverage to support define_method
mame
2017-12-04
bignum.c, numeric.c: add Integer#pow(b, m)
mrkn
2017-11-16
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-16
remove an unused function.
ko1
2017-11-04
Rename imemo_strterm to imemo_parser_strterm
mame
2017-11-04
Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""
mame
2017-11-04
Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"
mame
2017-11-04
Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm
mame
2017-10-27
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
Manage AST NODEs out of GC
mame
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-25
Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffer
mame
[next]