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
*
Signal handler type should be void
Nobuyoshi Nakada
2020-12-12
1
-2
/
+1
*
Omit checks for C89 standard or later
Nobuyoshi Nakada
2020-12-12
1
-6
/
+9
*
Added parentheses to silence sizeof-array-div warnings [Bug #17385]
Nobuyoshi Nakada
2020-12-12
1
-1
/
+1
*
include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...
Kenta Murata
2020-12-10
1
-1
/
+1
*
include/ruby/memory_view.h: fix typo
Kenta Murata
2020-12-10
1
-1
/
+1
*
memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...
Kenta Murata
2020-12-10
1
-2
/
+6
*
Tweaked `Process::Status.wait`
Nobuyoshi Nakada
2020-12-09
1
-1
/
+1
*
Removed declaration of non-existent symbol
Nobuyoshi Nakada
2020-12-09
1
-2
/
+0
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
1
-1
/
+3
*
memory_view.c: Add rb_memory_view_extract_item_members (#3855)
Kenta Murata
2020-12-08
1
-1
/
+2
*
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-12-08
1
-2
/
+2
*
Removed deprecated Time#succ
Nobuyoshi Nakada
2020-12-07
1
-1
/
+0
*
Doxygen terminology update [ci skip]
卜部昌平
2020-12-07
1
-12
/
+12
*
Revert getaddrinfo_a()
Masaki Matsushita
2020-12-07
1
-2
/
+0
*
Revert "memory_view.c: Add rb_memory_view_extract_item_members"
Kenta Murata
2020-12-07
1
-2
/
+1
*
memory_view.c: Fix the argument type of rb_memory_view_extract_item_members
Kenta Murata
2020-12-06
1
-1
/
+1
*
memory_view.c: Add rb_memory_view_extract_item_members
Kenta Murata
2020-12-06
1
-1
/
+2
*
Call cleanup function for getaddrinfo_a(3) only before fork()
Masaki Matsushita
2020-12-06
1
-1
/
+1
*
Add a hook before fork() for getaddrinfo_a()
Masaki Matsushita
2020-12-04
1
-0
/
+2
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-12-04
1
-3
/
+3
*
include/ruby/internal/xmalloc.h: add doxygen
卜部昌平
2020-12-03
1
-0
/
+160
*
Fix docs about movement for rb_gc_register_mark_object()
Alan Wu
2020-12-01
1
-4
/
+2
*
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-12-01
1
-0
/
+4
*
ractor local storage C-API
Koichi Sasada
2020-12-01
1
-0
/
+19
*
Keep references of memory-view-exported objects (#3816)
Kenta Murata
2020-11-30
1
-0
/
+4
*
Use opaque struct pointer than void
Nobuyoshi Nakada
2020-11-27
1
-2
/
+3
*
Move the declaration into the function
Kazuhiro NISHIYAMA
2020-11-18
1
-2
/
+2
*
fix public interface
Koichi Sasada
2020-11-18
2
-0
/
+62
*
Expose the rb_interned_str_* family of functions
Jean Boussier
2020-11-17
2
-0
/
+5
*
Add docs for some C extension GC APIs
Alan Wu
2020-11-06
1
-4
/
+28
*
Add warning for str_new_static functions
Alan Wu
2020-10-30
1
-3
/
+8
*
Ractor.make_shareable(obj)
Koichi Sasada
2020-10-21
1
-0
/
+2
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-0
/
+1
*
remove rb_obj_iv_index_tbl
Koichi Sasada
2020-10-17
1
-17
/
+0
*
Revert "Don't export rb_callable_receiver"
Nobuyoshi Nakada
2020-10-07
1
-2
/
+0
*
Don't export rb_callable_receiver
Chris Seaton
2020-10-06
1
-0
/
+2
*
include/ruby/memory_view.h: annotate functions
卜部昌平
2020-10-06
1
-0
/
+5
*
rb_memory_view_is_contiguous: convert into an inline function
卜部昌平
2020-10-06
1
-4
/
+14
*
memory_view.h: use bool
卜部昌平
2020-10-06
1
-5
/
+5
*
RB_RANDOM_DATA_INIT_PARENT: convert into an inline function
卜部昌平
2020-10-06
1
-3
/
+12
*
rb_rand_if: convert into an inline function
卜部昌平
2020-10-06
1
-3
/
+12
*
include/ruby/random.h: eliminate extern "C"
卜部昌平
2020-10-06
1
-17
/
+2
*
Moved rb_callable_receiver internal
Nobuyoshi Nakada
2020-10-06
1
-1
/
+0
*
memory_view.c: Use ssize_t for ndim in memory_view (#3615)
Kenta Murata
2020-10-02
1
-2
/
+2
*
fix typo [ci skip]
卜部昌平
2020-09-29
1
-1
/
+1
*
Add rb_category_warn{,ing} for warning messages with categories
Jeremy Evans
2020-09-28
1
-0
/
+2
*
RBIMPL_ALIGNAS: reorder #ifdef blocks
卜部昌平
2020-09-26
1
-5
/
+5
*
memory_view.h: brush up the description in the comment
Kenta Murata
2020-09-25
1
-2
/
+7
*
Buffer protocol proposal (#3261)
Kenta Murata
2020-09-25
1
-0
/
+136
*
should not check taint flag on rubyspec.
Koichi Sasada
2020-09-25
1
-0
/
+1
[next]