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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document Different Coverage Modes
Kevin Murphy
2020-11-20
1
-1
/
+111
*
Update documentation for Ripper.{lex,tokenize,sexp,sexp_raw} [ci skip]
Jeremy Evans
2020-11-17
2
-0
/
+17
*
Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw}
Jeremy Evans
2020-11-17
2
-8
/
+43
*
Update Fiddle's dependencies
Sutou Kouhei
2020-11-18
1
-79
/
+244
*
[ruby/fiddle] Remove needless return
Sutou Kouhei
2020-11-18
1
-1
/
+1
*
[ruby/fiddle] Bump version
Sutou Kouhei
2020-11-18
1
-1
/
+1
*
[ruby/fiddle] Remove needless workaround
Sutou Kouhei
2020-11-18
1
-3
/
+1
*
[ruby/fiddle] Add workaround for ruby head for mingw
Sutou Kouhei
2020-11-18
1
-1
/
+3
*
[ruby/fiddle] Use msys2_mingw_dependencies
Sutou Kouhei
2020-11-18
1
-0
/
+2
*
[ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()
Sutou Kouhei
2020-11-18
1
-3
/
+1
*
[ruby/fiddle] Remove needless rescue
Sutou Kouhei
2020-11-18
1
-5
/
+1
*
[ruby/fiddle] Add workaround for RubyInstaller for Windows
Sutou Kouhei
2020-11-18
1
-0
/
+14
*
[ruby/fiddle] Add a "pinning" reference (#44)
Aaron Patterson
2020-11-18
6
-12
/
+146
*
[ruby/fiddle] Add support for specifying types by name as String or Symbol
Sutou Kouhei
2020-11-18
5
-34
/
+148
*
[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"
Sutou Kouhei
2020-11-18
6
-20
/
+94
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
[ruby/date] Numeric already includes Comparable
Akira Matsuda
2020-11-12
1
-2
/
+0
*
[ruby/date] Updated timezones from timeanddate.com
Nobuyoshi Nakada
2020-11-12
1
-7
/
+7
*
[ruby/date] Honor timezones from timeanddate.com
Nobuyoshi Nakada
2020-11-12
1
-4
/
+21
*
[ruby/date] Fixed the script file name to update zonetab.list
Nobuyoshi Nakada
2020-11-12
1
-1
/
+1
*
[ruby/date] [DOC] declate DateTime class is deprecated
NARUSE, Yui
2020-11-12
1
-0
/
+2
*
Use Fiddle::Importer directly
Hiroshi SHIBATA
2020-11-11
3
-14
/
+5
*
Removed win32/resolv.rb for 32bit env
Hiroshi SHIBATA
2020-11-11
2
-266
/
+0
*
Removed win32api
Hiroshi SHIBATA
2020-11-11
1
-47
/
+0
*
Use fiddle (win32/importer) instead of Win32API
NAKAMURA Usaku
2020-11-10
1
-310
/
+317
*
Complex and Rational is embedded classes now
Hiroshi SHIBATA
2020-11-10
2
-2
/
+0
*
ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIX
Rei Odaira
2020-11-01
1
-1
/
+1
*
Promote win32ole to default gems.
Hiroshi SHIBATA
2020-10-30
1
-0
/
+21
*
Use public allocators for creating new T_OBJECT objects
Aaron Patterson
2020-10-28
2
-4
/
+4
*
Use rb_intern_const instead of rb_intern in Init functions
Nobuyoshi Nakada
2020-10-21
4
-39
/
+39
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
3
-56
/
+49
*
Update dependencies for macOS
Nobuyoshi Nakada
2020-10-21
5
-52
/
+860
*
Implement a freeze: parser option
Jean Boussier
2020-10-20
5
-45
/
+126
*
Followed up with 708413807ae958afb79257b18475424e0a8a4a56
Hiroshi SHIBATA
2020-10-19
1
-1
/
+12
*
Revisit to promote digest to default gems.
Hiroshi SHIBATA
2020-10-19
1
-0
/
+34
*
keep proc on the stack so it does not move
Aaron Patterson
2020-10-16
1
-3
/
+0
*
Promote pathname to default gems
Hiroshi SHIBATA
2020-10-14
1
-0
/
+25
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-10-11
1
-2
/
+3
*
Respect the original styles [ci skip]
Nobuyoshi Nakada
2020-10-11
1
-26
/
+29
*
[ruby/io-console] Refined getch warnings
Nobuyoshi Nakada
2020-10-11
1
-3
/
+3
*
[ruby/io-console] Relaxed min: option warning
Nobuyoshi Nakada
2020-10-11
1
-1
/
+7
*
[ruby/io-console] Fix timeout type error (#18)
Nobuyoshi Nakada
2020-10-11
1
-1
/
+1
*
[ruby/io-console] Fixed "Rework console to use `rb_io_wait`."
Nobuyoshi Nakada
2020-10-11
2
-30
/
+53
*
Fixed typo in comment
Ikko Ashimine
2020-10-10
1
-2
/
+2
*
Prevent objects from moving while iterating the heap
Aaron Patterson
2020-10-06
1
-6
/
+8
*
Appended a newline to suppress newline-eof warning
Nobuyoshi Nakada
2020-10-06
1
-1
/
+1
*
STRUCT_ALIGNOF: use RUBY_ALIGNOF
卜部昌平
2020-10-06
1
-2
/
+1
*
mark regex internal to string scanner
Aaron Patterson
2020-10-02
1
-1
/
+3
*
Fix ObjectSpace.dump(obj, output: :stdout)
Kazuhiro NISHIYAMA
2020-10-03
1
-2
/
+6
*
memory_view.c: Use ssize_t for ndim in memory_view (#3615)
Kenta Murata
2020-10-02
1
-1
/
+1
[next]