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-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
2017-10-22
vm_insnhelper.c: array aref optimization
nobu
2017-10-21
Add doxygen comments
sonots
2017-10-21
fix comment abount IMEMO_FL_USHIFT
tarui
2017-10-21
imemo_mask (enum) -> IMEMO_MASK (immediate value).
ko1
2017-10-21
fix up imemo_alloc
nobu
2017-10-21
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-21
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-02
Revert "vm_eval.c: add rb_yield_assoc_or_values()"
glass
2017-10-02
vm_eval.c: add rb_yield_assoc_or_values()
glass
2017-09-30
hash.c: remove special treatments on deletion
glass
2017-09-25
Fix overflow detection for LLP64 arch [Bug #13748]
naruse
2017-09-21
file.c: rb_check_realpath
nobu
2017-09-18
error.c: KeyError#receiver and KeyError#key
nobu
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
[next]