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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix typos
kazu
2013-07-24
1
-2
/
+2
*
* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to count
ko1
2013-07-23
1
-0
/
+5
*
* ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.
naruse
2013-07-23
1
-0
/
+17
*
* bignum.c: Move functions.
akr
2013-07-23
1
-0
/
+4
*
* bignum.c (bary_divmod): Add special cases for x < y easily detected
akr
2013-07-23
1
-0
/
+5
*
* thread_(pthread|win32).h: rename rb_thread_cond_t to
ko1
2013-07-23
1
-0
/
+8
*
* thread_native.h: add rb_nativethread_self() which returns
ko1
2013-07-23
1
-0
/
+7
*
* thread_pthread.h, thread_win32.h: rename rb_thread_id_t to
ko1
2013-07-23
1
-0
/
+7
*
* ext/openssl/ossl.c: use system native (system provided)
ko1
2013-07-23
1
-0
/
+8
*
* thread_native.h: added.
ko1
2013-07-23
1
-0
/
+15
*
* gc.c (gc_before_sweep): fix spacing.
ko1
2013-07-23
1
-0
/
+4
*
* gc.c (heap_get_freeobj): clear slot->freelist here.
ko1
2013-07-23
1
-0
/
+13
*
* sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoc
zzak
2013-07-23
1
-0
/
+4
*
* lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin
zzak
2013-07-23
1
-0
/
+4
*
* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
drbrain
2013-07-22
1
-0
/
+6
*
* lib/rexml/streamlistener.rb: [DOC] Fix examples in
zzak
2013-07-22
1
-0
/
+5
*
* lib/rubygems: Import RubyGems from master as of commit b165260
drbrain
2013-07-22
1
-0
/
+5
*
* bignum.c (bary_mulsub_1xN): New function.
akr
2013-07-22
1
-0
/
+5
*
* bignum.c (KARATSUBA_BALANCED): New macro.
akr
2013-07-22
1
-0
/
+12
*
* bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.
akr
2013-07-22
1
-0
/
+5
*
* string.c (rb_str_enumerate_chars): specify array capa
glass
2013-07-22
1
-0
/
+7
*
* string.c (rb_str_enumerate_chars): specify array capa.
glass
2013-07-22
1
-0
/
+4
*
* ChangeLog: fix typo.
glass
2013-07-22
1
-1
/
+1
*
* string.c (rb_str_each_char_size): performance implement by
glass
2013-07-22
1
-0
/
+5
*
vm_eval.c: Check_TypedStruct
nobu
2013-07-22
1
-0
/
+5
*
fix typos
kazu
2013-07-22
1
-2
/
+2
*
* array.c (ary_resize_capa): use RARRAY_RAWPTR() because
ko1
2013-07-22
1
-0
/
+5
*
* array.c (ary_memfill): added.
ko1
2013-07-22
1
-0
/
+11
*
* gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.
ko1
2013-07-22
1
-0
/
+4
*
vm_eval.c: use file argument
nobu
2013-07-22
1
-0
/
+6
*
* ext/readline/readline.c (Init_readline): added
kouji
2013-07-22
1
-0
/
+8
*
date_parse.c: missing wday
nobu
2013-07-21
1
-0
/
+5
*
* bignum.c (bary_sq_fast): Refine expressions.
akr
2013-07-21
1
-0
/
+4
*
* bignum.c (bary_mul): Use simple multiplication if yl is small.
akr
2013-07-21
1
-0
/
+7
*
* bignum.c (bary_mul_toom3): New function based on bigmul1_toom3.
akr
2013-07-21
1
-0
/
+10
*
* proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.
ktsj
2013-07-20
1
-0
/
+4
*
* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bit
naruse
2013-07-20
1
-0
/
+5
*
* common.mk (help): Fix environment variable name and argument.
eregon
2013-07-20
1
-0
/
+6
*
* common.mk: Document running a single test [Fixes GH-363]
zzak
2013-07-20
1
-0
/
+5
*
* sample/*: whitespace patch by Sergio Campama [Fixes GH-364]
zzak
2013-07-20
1
-0
/
+5
*
* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]
zzak
2013-07-20
1
-0
/
+5
*
* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.
naruse
2013-07-20
1
-0
/
+5
*
* array.c (rb_ary_resize): use simple memcpy because there are no new
ko1
2013-07-20
1
-0
/
+5
*
safe.c: ruby_safe_level_4_warning
nobu
2013-07-20
1
-0
/
+5
*
* array.c (ary_make_shared): make shared array shady.
ko1
2013-07-20
1
-0
/
+6
*
string.c: wchar succ
nobu
2013-07-20
1
-1
/
+6
*
encoding.c: add rb_enc_code_to_mbclen
nobu
2013-07-20
1
-0
/
+9
*
* gc.c: declare type_name() at the beggining of file.
ko1
2013-07-19
1
-0
/
+4
*
* array.c: reduce shady operations.
ko1
2013-07-19
1
-0
/
+20
*
* array.c: reduce shade operations.
ko1
2013-07-19
1
-0
/
+10
[prev]
[next]