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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export some missing symbols for MJIT
k0kubun
2018-02-08
1
-1
/
+3
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-0
/
+4
*
backward.h: adjusted NORETURN declaration
nobu
2018-02-03
1
-1
/
+1
*
backward.h: rb_mod_const_missing is internal function
nobu
2018-02-02
2
-0
/
+3
*
ruby.h: relax rb_funcall(obj, id, 0, 0) case only
nobu
2018-02-01
1
-4
/
+6
*
ruby.h: relax rb_funcall check on extra args for clang
normal
2018-01-30
1
-0
/
+2
*
Fix duplicated HAVE_NAN
kazu
2018-01-27
1
-1
/
+3
*
need to declare the prototype of nan() if missing
usa
2018-01-26
1
-0
/
+4
*
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
1
-10
/
+0
*
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-19
1
-0
/
+4
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-0
/
+4
*
export transcode exceptions
shyouhei
2018-01-18
1
-0
/
+3
*
export rb_mProcGID, rb_mProcUid, rb_mProcID_Syscall
shyouhei
2018-01-18
1
-0
/
+3
*
export rb_mFConst
shyouhei
2018-01-18
1
-0
/
+1
*
export ruby_mWarning
shyouhei
2018-01-18
1
-0
/
+2
*
export rb_cLazy
shyouhei
2018-01-18
1
-0
/
+1
*
sort lines
shyouhei
2018-01-18
1
-4
/
+4
*
fix macro argument names inconsistency
ngoto
2018-01-16
1
-2
/
+2
*
ruby_aligned_char no longer needed.
shyouhei
2018-01-15
1
-2
/
+0
*
take alignof instead of sizeof
shyouhei
2018-01-15
1
-2
/
+2
*
also blacklist gcc 4.9 for __builtin_alloca_with_align
shyouhei
2018-01-15
1
-3
/
+3
*
disable __builtin_alloca_with_align for GCC 4.8
shyouhei
2018-01-15
1
-0
/
+8
*
give up RSTRING_PTR() being VALUE-aligned
shyouhei
2018-01-15
1
-3
/
+3
*
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
1
-3
/
+3
*
more support for NORETURN
shyouhei
2018-01-15
1
-4
/
+11
*
__builtin_alloca_with_align for optimal memory access
shyouhei
2018-01-15
1
-0
/
+8
*
__alignof__ to take alignment of a type
shyouhei
2018-01-15
1
-0
/
+10
*
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
2018-01-15
2
-9
/
+12
*
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
2
-0
/
+8
*
wrap statement expression with __extension__
nobu
2018-01-09
1
-1
/
+1
*
statement experssion is a GCCism
shyouhei
2018-01-02
1
-6
/
+6
*
__VA_ARGS__ is a C99ism
shyouhei
2018-01-02
1
-2
/
+2
*
version.h (RUBY_VERSION): 2.6.0 development has started.
matz
2017-12-25
1
-1
/
+1
*
undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P on GCC 4.8
naruse
2017-12-23
2
-2
/
+15
*
force hash values fixable
usa
2017-12-22
1
-0
/
+4
*
compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coverage
mame
2017-12-20
1
-1
/
+1
*
suppress warning: 'const' attribute on function returning 'void'
naruse
2017-12-18
2
-3
/
+3
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-0
/
+1
*
undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`
usa
2017-12-11
1
-0
/
+1
*
extern rb_time_utc_offset to get utc offset
naruse
2017-12-11
1
-0
/
+1
*
support 128bit ino on Windows (if available)
usa
2017-12-10
1
-12
/
+15
*
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
1
-1
/
+1
*
Remove RUBY_EVENT_SPECIFIED_LINE
mame
2017-12-06
1
-1
/
+0
*
support nanosec file timestamp on newer Windows
usa
2017-12-04
1
-20
/
+41
*
Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.
naruse
2017-12-01
1
-1
/
+1
*
vm.c: partially revert r60558
k0kubun
2017-12-01
1
-1
/
+1
*
util.h: remove my_getcwd
nobu
2017-11-26
1
-1
/
+0
*
export rb_tracearg_callee_id().
ko1
2017-11-16
1
-0
/
+1
*
backward.h: rb_frame_method_id_and_class
nobu
2017-10-30
2
-1
/
+3
*
Add doxygen comments
sonots
2017-10-21
1
-1
/
+1
[next]