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
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-10-03
Fix wrong use of BIGNUM_EMBED_LEN_NUMBITS
nobu
2018-09-25
Moved `struct vtm` stuff from internal.h to timev.h
nobu
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-09-12
share VM stack between threads and fibers if identical in size
normal
2018-09-11
random.c: prefixed fill_random_bytes
nobu
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-09-04
ruby.h: removed internal macros
nobu
2018-09-01
complex.c: simplify division result
nobu
2018-08-28
rest parameter optimization [Feature #15010]
ko1
2018-08-22
Avoid compiler depend error
kazu
2018-08-21
internal.h: remove prototype for non-existent rb_divert_reserved_fd
normal
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-09
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
2018-08-09
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-08-06
thread_pthread.c: restore timer-thread for now :<
normal
2018-07-30
fix typo(#2), sorry!
shyouhei
2018-07-30
fix typo; sorry!
shyouhei
2018-07-30
reduce copy & paste
shyouhei
2018-07-29
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-27
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-08
signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
normal
2018-07-06
Prefixed reset_leap_second_info
nobu
2018-07-05
Re-apply r63848 (Optimize Time.utc)
naruse
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-07-04
internal.h (rb_warning_string): use PRINTF_ARGS
normal
2018-06-27
hijack SIGCHLD handler for internal use
normal
2018-06-27
move function declarations from insns.def to internal.h
shyouhei
2018-06-17
refine Integer#** and Float#**
nobu
2018-06-14
bignum.c: get rid of redefined method
nobu
2018-06-05
encoding.c: remove rb_gc_mark_encodings
normal
2018-05-23
internal.h: export ruby_sized_* for systems w/o malloc_usable_size
normal
2018-05-22
export rb_hash_bulk_insert
naruse
2018-05-14
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
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
[next]