[前][次][スレッド一覧][上]
ruby-changes:30001-30100
30001 2013-07-19 11:26 [ko1@a... ] zzak:r42053 (trunk): * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentation
30002 2013-07-19 11:27 [ko1@a... ] zzak:r42054 (trunk): * ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentation
30003 2013-07-19 11:28 [ko1@a... ] zzak:r42055 (trunk): * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
30004 2013-07-19 12:06 [ko1@a... ] akr:r42056 (trunk): Fix a typo.
30005 2013-07-19 12:36 [ko1@a... ] akr:r42057 (trunk): * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAIL
30006 2013-07-19 13:40 [ko1@a... ] ktsj:r42058 (trunk): * dir.c: [DOC] add docs for :encoding option.
30007 2013-07-19 13:43 [ko1@a... ] nagai:r42059 (trunk): * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At present, Tcl/Tk8.6 is not supported.
30008 2013-07-19 14:21 [ko1@a... ] ktsj:r42060 (trunk): * ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preserve
30009 2013-07-19 15:01 [ko1@a... ] ko1:r42061 (trunk): * array.c (ary_unprotect_logging): use (void *) for first parameter
30010 2013-07-19 15:11 [ko1@a... ] ko1:r42062 (trunk): * gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a new
30011 2013-07-19 15:21 [ko1@a... ] ko1:r42063 (trunk): * array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead of
30012 2013-07-19 15:34 [ko1@a... ] ko1:r42064 (trunk): * array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().
30013 2013-07-19 19:11 [ko1@a... ] ko1:r42065 (trunk): * array.c (ary_memcpy): add a function to copy VALUEs into ary
30014 2013-07-19 19:16 [ko1@a... ] ko1:r42066 (trunk): * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no
30015 2013-07-19 19:19 [ko1@a... ] ko1:r42067 (trunk): * array.c: fix commit miss.
30016 2013-07-19 19:29 [ko1@a... ] akr:r42068 (trunk): Suppress warnings.
30017 2013-07-19 19:57 [ko1@a... ] akr:r42069 (trunk): Suppress warnings.
30018 2013-07-19 20:08 [ko1@a... ] ko1:r42070 (trunk): * array.c (ary_mem_clear): added. This operation doesn't need WB
30019 2013-07-19 21:12 [ko1@a... ] ko1:r42071 (trunk): * array.c: reduce shade operations.
30020 2013-07-19 21:57 [ko1@a... ] ko1:r42072 (trunk): * array.c: reduce shady operations.
30021 2013-07-19 22:00 [ko1@a... ] ko1:r42073 (trunk): * gc.c: declare type_name() at the beggining of file.
30022 2013-07-19 22:31 [ko1@a... ] nobu:r42074 (trunk): gc.c: suppress warning
30023 2013-07-20 11:27 [ko1@a... ] nobu:r42075 (trunk): test_io.rb: split test_copy_stream
30024 2013-07-20 11:27 [ko1@a... ] svn:r42076 (trunk): * 2013-07-20
30025 2013-07-20 12:13 [ko1@a... ] nobu:r42077 (trunk): encoding.c: add rb_enc_code_to_mbclen
30026 2013-07-20 12:14 [ko1@a... ] nobu:r42078 (trunk): string.c: wchar succ
30027 2013-07-20 14:40 [ko1@a... ] ko1:r42079 (trunk): * array.c (ary_make_shared): make shared array shady.
30028 2013-07-20 15:03 [ko1@a... ] nobu:r42080 (trunk): safe.c: ruby_safe_level_4_warning
30029 2013-07-20 15:24 [ko1@a... ] ko1:r42081 (trunk): * array.c (rb_ary_resize): use simple memcpy because there are no new
30031 2013-07-20 18:10 [ko1@a... ] naruse:r42082 (trunk): * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.
30032 2013-07-20 22:32 [ko1@a... ] akr:r42084 (trunk): Update a comment for Toom3.
30033 2013-07-20 22:34 [ko1@a... ] zzak:r42085 (trunk): * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]
30034 2013-07-20 22:41 [ko1@a... ] zzak:r42086 (trunk): * sample/*: whitespace patch by Sergio Campama [Fixes GH-364]
30035 2013-07-20 22:46 [ko1@a... ] zzak:r42087 (trunk): * common.mk: Document running a single test [Fixes GH-363]
30036 2013-07-20 23:22 [ko1@a... ] nagachika:r42088 (ruby_2_0_0): merge revision(s) 41466:
30037 2013-07-20 23:46 [ko1@a... ] nagachika:r42089 (ruby_2_0_0): merge revision(s) 40334: [Backport #8149]
30038 2013-07-20 23:52 [ko1@a... ] nagachika:r42090 (ruby_2_0_0): merge revision(s) 40232: [Backport #8251]
30039 2013-07-21 01:09 [ko1@a... ] eregon:r42091 (trunk): * common.mk (help): Fix environment variable name and argument.
30040 2013-07-21 01:09 [ko1@a... ] svn:r42092 (trunk): * 2013-07-21
30041 2013-07-21 05:45 [ko1@a... ] naruse:r42093 (trunk): * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bit
30042 2013-07-21 08:14 [ko1@a... ] ktsj:r42094 (trunk): * proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.
30043 2013-07-21 10:01 [ko1@a... ] akr:r42095 (trunk): * bignum.c (bary_mul_toom3): New function based on bigmul1_toom3.
30044 2013-07-21 21:13 [ko1@a... ] akr:r42096 (trunk): * bignum.c (bary_mul): Use simple multiplication if yl is small.
30045 2013-07-22 00:17 [ko1@a... ] akr:r42097 (trunk): * bignum.c (bary_sq_fast): Refine expressions.
30046 2013-07-22 00:17 [ko1@a... ] svn:r42098 (trunk): * 2013-07-22
30047 2013-07-22 02:28 [ko1@a... ] nobu:r42099 (trunk): opttest.rb: adust styles
30048 2013-07-22 03:16 [ko1@a... ] nobu:r42100 (trunk): date_parse.c: missing wday
30049 2013-07-22 09:37 [ko1@a... ] kouji:r42101 (trunk): * ext/readline/readline.c (Init_readline): added
30050 2013-07-22 09:48 [ko1@a... ] nobu:r42102 (trunk): readline.c: $SAFE
30051 2013-07-22 09:48 [ko1@a... ] nobu:r42103 (trunk): vm_eval.c: use file argument
30052 2013-07-22 10:10 [ko1@a... ] ko1:r42104 (trunk): * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.
30053 2013-07-22 13:00 [ko1@a... ] ko1:r42105 (trunk): * array.c (ary_memfill): added.
30054 2013-07-22 13:21 [ko1@a... ] ko1:r42106 (trunk): * array.c (ary_resize_capa): use RARRAY_RAWPTR() because
30055 2013-07-22 13:29 [ko1@a... ] kazu:r42107 (trunk): fix typos
30056 2013-07-22 16:33 [ko1@a... ] nobu:r42108 (trunk): vm_eval.c: Check_TypedStruct
30057 2013-07-22 16:56 [ko1@a... ] nobu:r42109 (trunk): fix commit miss
30058 2013-07-22 17:37 [ko1@a... ] glass:r42110 (trunk): * string.c (rb_str_each_char_size): performance implement by
30059 2013-07-22 17:43 [ko1@a... ] glass:r42111 (trunk): * ChangeLog: fix typo.
30060 2013-07-22 18:04 [ko1@a... ] glass:r42112 (trunk): * string.c (rb_str_enumerate_chars): specify array capa.
30061 2013-07-22 18:42 [ko1@a... ] glass:r42113 (trunk): * string.c (rb_str_enumerate_chars): specify array capa
30062 2013-07-22 23:24 [ko1@a... ] nobu:r42114 (trunk): readline.c: $SAFE 4
30063 2013-07-22 23:53 [ko1@a... ] nagachika:r42115 (trunk): * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated
30064 2013-07-23 00:13 [ko1@a... ] nagachika:r42116 (ruby_2_0_0): merge revision(s) 42103: [Backport #8662]
30065 2013-07-23 01:33 [ko1@a... ] nagachika:r42117 (ruby_2_0_0): * lib/rubygems: Update to RubyGems 2.0.5.
30066 2013-07-23 01:36 [ko1@a... ] nagachika:r42118 (ruby_2_0_0): merge revision(s) 41857:
30067 2013-07-23 01:36 [ko1@a... ] akr:r42119 (trunk): * bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.
30068 2013-07-23 01:36 [ko1@a... ] svn:r42120 (trunk): * 2013-07-23
30069 2013-07-23 01:37 [ko1@a... ] nagachika:r42121 (ruby_2_0_0): merge revision(s) 41933:
30070 2013-07-23 03:35 [ko1@a... ] akr:r42122 (trunk): * bignum.c (KARATSUBA_BALANCED): New macro.
30071 2013-07-23 07:16 [ko1@a... ] akr:r42123 (trunk): * bignum.c (bary_mulsub_1xN): New function.
30072 2013-07-23 07:47 [ko1@a... ] drbrain:r42124 (trunk): * lib/rubygems: Import RubyGems from master as of commit b165260
30073 2013-07-23 08:15 [ko1@a... ] zzak:r42125 (trunk): * lib/rexml/streamlistener.rb: [DOC] Fix examples in
30074 2013-07-23 08:45 [ko1@a... ] drbrain:r42126 (trunk): * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
30075 2013-07-23 09:28 [ko1@a... ] zzak:r42127 (trunk): * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin
30076 2013-07-23 09:36 [ko1@a... ] zzak:r42128 (trunk): * sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoc
30077 2013-07-23 09:37 [ko1@a... ] nobu:r42129 (trunk): * properties.
30078 2013-07-23 10:12 [ko1@a... ] nobu:r42130 (trunk): * properties.
30079 2013-07-23 16:02 [ko1@a... ] ko1:r42131 (trunk): * gc.c (heap_get_freeobj): clear slot->freelist here.
30080 2013-07-23 16:15 [ko1@a... ] ko1:r42132 (trunk): * gc.c (gc_before_sweep): fix spacing.
30081 2013-07-23 18:53 [ko1@a... ] ko1:r42133 (trunk): * thread_native.h: added.
30082 2013-07-23 18:58 [ko1@a... ] nobu:r42134 (trunk): * properties.
30083 2013-07-23 18:59 [ko1@a... ] ko1:r42135 (trunk): * ext/openssl/ossl.c: use system native (system provided)
30084 2013-07-23 19:38 [ko1@a... ] ko1:r42136 (trunk): * thread_pthread.h, thread_win32.h: rename rb_thread_id_t to
30085 2013-07-23 19:46 [ko1@a... ] ko1:r42137 (trunk): * thread_native.h: add rb_nativethread_self() which returns
30086 2013-07-23 19:51 [ko1@a... ] ko1:r42138 (trunk): * thread_(pthread|win32).h: rename rb_thread_cond_t to
30087 2013-07-23 20:16 [ko1@a... ] akr:r42139 (trunk): * bignum.c (bary_divmod): Add special cases for x < y easily detected
30088 2013-07-23 20:49 [ko1@a... ] akr:r42140 (trunk): * bignum.c: Move functions.
30089 2013-07-23 23:20 [ko1@a... ] naruse:r42141 (trunk): * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.
30090 2013-07-24 01:18 [ko1@a... ] naruse:r42142 (trunk): it may stuck with console on readline 5.1 + CentOS 5
30091 2013-07-24 01:18 [ko1@a... ] svn:r42143 (trunk): * 2013-07-24
30092 2013-07-24 01:20 [ko1@a... ] naruse:r42144 (trunk): fix typo
30093 2013-07-24 01:41 [ko1@a... ] nagachika:r42145 (ruby_2_0_0): * include/ruby/intern.h (rb_f_lambde): restore the declaration of
30094 2013-07-24 03:00 [ko1@a... ] naruse:r42146 (trunk): fix test of r42101 [Feature #6626]
30095 2013-07-24 08:08 [ko1@a... ] ko1:r42147 (trunk): * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to count
30096 2013-07-24 13:54 [ko1@a... ] kazu:r42148 (trunk): fix typos
30097 2013-07-24 15:28 [ko1@a... ] nobu:r42149 (trunk): ossl.c: suppress warning
30098 2013-07-24 17:38 [ko1@a... ] nobu:r42150 (trunk): file.c: exception message encoding
30099 2013-07-24 18:42 [ko1@a... ] ko1:r42151 (trunk): * array.c, gc.c: move ary_unprotect_logging() into
30100 2013-07-24 18:58 [ko1@a... ] ko1:r42152 (trunk): * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead of
[前][次][スレッド一覧][上]