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
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parenthesized macro arguments
Nobuyoshi Nakada
2020-02-03
1
-14
/
+14
*
Make `rb_scan_args_kw` inline too
Nobuyoshi Nakada
2020-02-03
1
-6
/
+38
*
Removed no longer used variable `last_hash`
Nobuyoshi Nakada
2020-02-02
1
-6
/
+2
*
a bit terse Doxygen comments [ci skip]
卜部昌平
2020-01-31
1
-167
/
+35
*
support C++ std::nullptr_t
卜部昌平
2020-01-31
1
-1
/
+165
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-01-29
1
-1
/
+1
*
fix rb_define_global_function to take const VALUE*
卜部昌平
2020-01-28
1
-1
/
+1
*
improved support for rb_f_notimplement
卜部昌平
2020-01-28
1
-2
/
+18
*
delete duplicated function overload
卜部昌平
2020-01-28
1
-2
/
+0
*
fix typo
卜部昌平
2020-01-28
1
-4
/
+4
*
delete RB_METHOD_DEFINITION_DECL_1
卜部昌平
2020-01-28
1
-50
/
+33
*
delete unreachable branch
卜部昌平
2020-01-28
1
-70
/
+2
*
template metaprogramming instead of macros
卜部昌平
2020-01-28
2
-9
/
+189
*
move macros around
卜部昌平
2020-01-28
2
-202
/
+194
*
Remove special handling of $SAFE and related C-APIs
Jeremy Evans
2020-01-22
1
-36
/
+0
*
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
[next]