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
*
io.c: export rb_io_extract_modeenc
Nobuyoshi Nakada
2019-08-14
1
-0
/
+3
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
2
-3
/
+10
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-1
/
+1
*
rb_trap_exec has been removed since 1.9
Nobuyoshi Nakada
2019-08-12
1
-1
/
+0
*
The value of rb_scan_args_verify is never used
Nobuyoshi Nakada
2019-08-06
1
-5
/
+5
*
Distinguish bad scan format from no argument variables
Nobuyoshi Nakada
2019-08-06
1
-2
/
+2
*
Use negative-sized array instead of zero-division
Nobuyoshi Nakada
2019-08-05
1
-21
/
+7
*
Unused macro argument `varc`
Nobuyoshi Nakada
2019-08-05
1
-23
/
+23
*
Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"
Nobuyoshi Nakada
2019-08-05
1
-1
/
+1
*
Fix errno at seeking socket/pipe on Windows
Nobuyoshi Nakada
2019-07-25
1
-1
/
+2
*
constify again.
Koichi Sasada
2019-07-22
1
-3
/
+3
*
* expand tabs.
git
2019-07-19
1
-1
/
+1
*
fix shared array terminology.
Koichi Sasada
2019-07-19
1
-1
/
+1
*
Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once
Nobuyoshi Nakada
2019-07-15
1
-1
/
+1
*
Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned on
Nobuyoshi Nakada
2019-07-15
1
-3
/
+4
*
introduce RUBY_ASSERT_ALWAYS(expr).
Koichi Sasada
2019-07-15
1
-0
/
+1
*
Introduce RUBY_DEBUG flag macro
Nobuyoshi Nakada
2019-07-14
1
-1
/
+4
*
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-07-14
1
-0
/
+1
*
* expand tabs.
git
2019-07-14
1
-3
/
+3
*
Split RUBY_ASSERT and so on under include/ruby
Nobuyoshi Nakada
2019-07-14
1
-0
/
+49
*
Remove IA64 support.
Samuel Williams
2019-06-19
2
-10
/
+0
*
Revert "marshal.c: new functions for extensions"
Nobuyoshi Nakada
2019-06-04
1
-2
/
+0
*
marshal.c: new functions for extensions
Nobuyoshi Nakada
2019-06-04
1
-0
/
+2
*
Added missing predicate macros
Nobuyoshi Nakada
2019-05-28
1
-0
/
+3
*
remove obsolete rb_gc_finalize_deferred().
Koichi Sasada
2019-05-28
1
-1
/
+0
*
Add FrozenError#receiver
Jeremy Evans
2019-05-26
1
-0
/
+1
*
Suppress paranoid warnings for external/3rd-party libraries
Nobuyoshi Nakada
2019-05-23
1
-0
/
+2
*
Eagerly name modules and classes
Alan Wu
2019-05-22
1
-1
/
+0
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-1
/
+1
*
Do not call memcpy if copying nothing
Nobuyoshi Nakada
2019-05-17
1
-0
/
+9
*
Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...
Lourens Naudé
2019-05-07
1
-1
/
+1
*
Remove member char_offset_updated from struct rmatch as member char_offset_nu...
Lourens Naudé
2019-04-24
1
-2
/
+1
*
Only define history_root member of the Oniguruma re_registers struct if USE_C...
Lourens Naudé
2019-04-24
1
-0
/
+6
*
ViewVC of svn.ruby-lang.org was shutdown status.
SHIBATA Hiroshi
2019-04-22
1
-2
/
+1
*
Make rb_hash_bulk_insert public
naruse
2019-04-21
1
-0
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
3
-4
/
+17
*
Reverting compaction for now
tenderlove
2019-04-17
3
-17
/
+4
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
3
-4
/
+17
*
* expand tabs.
svn
2019-04-10
1
-1
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
3
-14
/
+4
*
fix RMoved definition location
tenderlove
2019-04-09
1
-5
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
3
-4
/
+19
*
Introduce RVALUE_EMBED_LEN_MAX to remove a magic number
mrkn
2019-02-14
1
-3
/
+8
*
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
1
-0
/
+12
*
version.h (RUBY_VERSION): 2.7.0 development has started.
matz
2018-12-25
1
-1
/
+1
*
remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]
ko1
2018-12-24
2
-3
/
+1
*
complex.c: new APIs for Complex
nobu
2018-12-12
1
-0
/
+16
*
complex.c: rb_complex_new_polar
nobu
2018-12-12
1
-1
/
+2
*
enumerator.c: Add rb_arithmetic_sequence_components_t
mrkn
2018-12-12
1
-1
/
+7
[next]