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
*
Moved the definition of `rb_define_method_if_constexpr`
Nobuyoshi Nakada
2020-01-09
2
-1
/
+4
*
include/ruby/ruby.h: remove a variable tmp_buffer as it does not change
Yusuke Endoh
2020-01-05
1
-3
/
+0
*
include/ruby/ruby.h: remove last_idx that is no longer variable
Yusuke Endoh
2020-01-05
1
-5
/
+5
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-74
/
+4
*
re-add io.h and encoding.h into internal.h
卜部昌平
2019-12-26
2
-8
/
+0
*
2.8.0 (tentative; to be 3.0.0) development has started.
Yukihiro "Matz" Matsumoto
2019-12-26
1
-1
/
+1
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-3
/
+3
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-21
/
+21
*
forward declare struct timespec
卜部昌平
2019-12-10
1
-0
/
+1
*
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
1
-0
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-3
/
+1
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
2
-12
/
+11
*
Remove duplicate code
Aaron Patterson
2019-11-06
1
-2
/
+1
*
mark functions that do not return NULL as such.
卜部昌平
2019-11-01
1
-10
/
+19
*
RUBY_ATTR_ALOC_SIZE for clang
卜部昌平
2019-11-01
1
-1
/
+6
*
Check for nonnull attribute in configure
Nobuyoshi Nakada
2019-10-29
1
-0
/
+3
*
include/ruby/backward/cxxanyargs.hpp: call `va_end` before return
Yusuke Endoh
2019-10-24
1
-1
/
+2
*
Limit strict RUBY_METHOD_FUNC in C++
Nobuyoshi Nakada
2019-10-23
1
-1
/
+1
*
Also moved fallback definition of __has_attribute
Nobuyoshi Nakada
2019-10-12
2
-4
/
+4
*
Moved RB_METHOD_DEFINITION_DECL to intern.h
Nobuyoshi Nakada
2019-10-12
2
-82
/
+96
*
annotate malloc-ish functions
卜部昌平
2019-10-09
1
-3
/
+12
*
Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removed
Jeremy Evans
2019-10-07
1
-2
/
+2
*
array.c (rb_mem_clear): remove "register" from arguments
Yusuke Endoh
2019-10-04
1
-1
/
+1
*
Add rb_enumeratorize_with_size_kw and related macros
Jeremy Evans
2019-09-30
1
-0
/
+11
*
Add three more C-API functions for handling keywords
Jeremy Evans
2019-09-29
1
-0
/
+3
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-1
/
+2
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
1
-0
/
+1
*
Fix keyword argument separation issues in Fiber#resume
Jeremy Evans
2019-09-26
1
-0
/
+2
*
Fix keyword argument separation issues in Proc#{<<,>>}
Jeremy Evans
2019-09-26
1
-0
/
+1
*
include/ruby/ruby.h: suppress a false-positive warning of GCC
Yusuke Endoh
2019-09-26
1
-1
/
+1
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-20
/
+86
*
st.c: Use rb_st_* prefix instead of st_* (#2479)
Yusuke Endoh
2019-09-22
2
-41
/
+79
*
Disable method definition type checks on Windows
Nobuyoshi Nakada
2019-09-21
1
-1
/
+1
*
Handle keyword argument separation for Enumerator#size
Jeremy Evans
2019-09-20
1
-0
/
+1
*
Fix for explicit cast without RUBY_METHOD_FUNC
Nobuyoshi Nakada
2019-09-20
1
-1
/
+7
*
Check various method defitions in C++
Nobuyoshi Nakada
2019-09-20
1
-10
/
+26
*
Overload variable definition functions
Nobuyoshi Nakada
2019-09-20
1
-0
/
+62
*
Check method functions in C++
Nobuyoshi Nakada
2019-09-20
2
-145
/
+104
*
oops [ci skip]
卜部昌平
2019-09-15
1
-1
/
+1
*
rb_scan_args_count_lead: use arguments instead of magic numbers
Nobuyoshi Nakada
2019-09-15
1
-5
/
+7
*
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-14
2
-0
/
+5
*
Consolidate empty keyword handling
Jeremy Evans
2019-09-13
1
-0
/
+4
*
fix CentOS 6 compile error
卜部昌平
2019-09-10
2
-17
/
+20
*
Support timeout for Addrinfo
Masaki Matsushita
2019-09-10
1
-0
/
+1
*
workaround for C++ 98 const union problem.
卜部昌平
2019-09-09
1
-1
/
+6
*
Revert "Support timeout for Addrinfo"
Masaki Matsushita
2019-09-09
1
-1
/
+0
*
Support timeout for Addrinfo
Masaki Matsushita
2019-09-09
1
-0
/
+1
*
Fix keyword argument separation warnings for enumerators
Jeremy Evans
2019-09-06
1
-0
/
+1
[next]