index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-25
/
+17
*
fix RMoved definition location
tenderlove
2019-04-09
1
-0
/
+5
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-17
/
+20
*
internal.h: fix potential memory leak
nobu
2019-04-06
1
-1
/
+7
*
unpoison / poison objects while walking the heap
tenderlove
2019-04-01
1
-0
/
+10
*
Introduce RVALUE_EMBED_LEN_MAX to remove a magic number
mrkn
2019-02-14
1
-3
/
+3
*
enumerator.c: fix arith_seq_first for Infinity
mrkn
2019-01-30
1
-0
/
+1
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-6
/
+6
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-5
/
+5
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-5
/
+5
*
add setter of iter_lev.
ko1
2019-01-09
1
-1
/
+1
*
complex.c: optimize zero check for Float
mrkn
2019-01-09
1
-0
/
+2
*
Defer escaping control char in error messages
nobu
2019-01-08
1
-0
/
+1
*
internal.h: unify our own stdtbool.h implementation
k0kubun
2019-01-06
1
-12
/
+2
*
complex.c: Optimize Complex#* and Complex#**
mrkn
2019-01-03
1
-0
/
+2
*
complex.c: Optimize Complex#+ for some conditions
mrkn
2019-01-01
1
-0
/
+1
*
hide ar_table internals from internal.h.
ko1
2018-12-29
1
-23
/
+1
*
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-21
1
-0
/
+1
*
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-20
1
-0
/
+1
*
rename li_table->ar_table (and related names).
ko1
2018-12-14
1
-38
/
+38
*
complex.c: new APIs for Complex
nobu
2018-12-12
1
-5
/
+0
*
complex.c: rb_complex_new_polar
nobu
2018-12-12
1
-1
/
+1
*
enumerator.c: rb_arithmetic_sequence_extract
mrkn
2018-12-12
1
-0
/
+5
*
Add missing declaration to export
naruse
2018-12-06
1
-0
/
+1
*
Should be true fix for r66200
naruse
2018-12-06
1
-0
/
+1
*
refix of r66200
naruse
2018-12-06
1
-1
/
+0
*
fix r66200 again
naruse
2018-12-06
1
-1
/
+1
*
Revert "fix typoe of r66200"
normal
2018-12-05
1
-1
/
+1
*
fix typoe of r66200
naruse
2018-12-05
1
-1
/
+1
*
Add prototype of rb_ary_ptr_use_start()
naruse
2018-12-04
1
-0
/
+1
*
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-12-03
1
-5
/
+4
*
process.c (rb_execarg_init): mark as static
normal
2018-12-03
1
-1
/
+0
*
Add rb_typeddata_is_instance_of
nobu
2018-11-27
1
-0
/
+7
*
process.c: avoid dlclose before exec
k0kubun
2018-11-26
1
-2
/
+2
*
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
1
-2
/
+2
*
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
1
-2
/
+2
*
process.c: finish MJIT prior to #exec
k0kubun
2018-11-26
1
-0
/
+2
*
revert r65807
k0kubun
2018-11-19
1
-2
/
+0
*
internal.h: resurrect --disable-mjit-support
k0kubun
2018-11-19
1
-0
/
+1
*
process.c: do not run signal handler before fork
k0kubun
2018-11-19
1
-0
/
+1
*
vm_insnhelper.c: avoid division by zero
shyouhei
2018-11-12
1
-0
/
+1
*
suppress GCC warning about unknown sanitizers
shyouhei
2018-11-07
1
-0
/
+10
*
workaround C++ism in ASAN header
shyouhei
2018-11-06
1
-0
/
+4
*
cont.c: direct use of rb_thread_t
shyouhei
2018-11-06
1
-1
/
+2
*
adopt sanitizer API
shyouhei
2018-11-06
1
-1
/
+55
*
do not delete function declarations in case of non-sanitizing builds
shyouhei
2018-11-06
1
-1
/
+1
*
annotate functions to blacklist MSAN
shyouhei
2018-11-06
1
-0
/
+4
*
Fixed compile error introduced at r65558
usa
2018-11-06
1
-1
/
+1
*
gc.c: move ASAN check to configure
shyouhei
2018-11-06
1
-0
/
+14
*
complex.c: rb_dbl_complex_polar_pi
nobu
2018-11-04
1
-1
/
+1
[next]