[前][次][スレッド一覧][上]
ruby-changes:29901-30000
29901 2013-07-14 00:13 [ko1@a... ] nagachika:r41953 (ruby_2_0_0): merge revision(s) 41883,41885:
29902 2013-07-14 00:16 [ko1@a... ] nagachika:r41954 (ruby_2_0_0): merge revision(s) 41902:
29903 2013-07-14 00:16 [ko1@a... ] svn:r41956 (trunk): * 2013-07-14
29904 2013-07-14 00:16 [ko1@a... ] akr:r41955 (trunk): * bignum.c (bary_mul_precheck): Use bary_small_lshift or
29905 2013-07-14 00:18 [ko1@a... ] nagachika:r41957 (ruby_2_0_0): merge revision(s) 41906: [Backport #8620]
29906 2013-07-14 00:19 [ko1@a... ] nagachika:r41958 (ruby_2_0_0): merge revision(s) 41915:
29907 2013-07-14 00:19 [ko1@a... ] akr:r41959 (trunk): * bignum.c (big_shift): Avoid signed integer overflow.
29908 2013-07-14 00:36 [ko1@a... ] akr:r41960 (trunk): * bignum.c (rb_big_aref): Less scan when the number is negative.
29909 2013-07-14 00:39 [ko1@a... ] akr:r41961 (trunk): * bignum.c (DIGSPERLONG): Unused macro removed.
29910 2013-07-14 22:24 [ko1@a... ] akr:r41962 (trunk): * bignum.c (bary_subb): Support xn < yn.
29911 2013-07-14 23:28 [ko1@a... ] akr:r41963 (trunk): * configure.in: Check __builtin_popcountl, __builtin_bswap32 and
29912 2013-07-15 02:21 [ko1@a... ] nobu:r41964 (trunk): encoding.c: terminator in enc_set_index
29913 2013-07-15 02:21 [ko1@a... ] svn:r41966 (trunk): * 2013-07-15
29914 2013-07-15 02:21 [ko1@a... ] nobu:r41965 (trunk): encoding.c: encoding at inspect
29915 2013-07-15 02:21 [ko1@a... ] nobu:r41967 (trunk): string.c: consider old terminator
29916 2013-07-15 02:31 [ko1@a... ] nobu:r41968 (trunk): encoding.c: encoding check
29917 2013-07-15 02:32 [ko1@a... ] nobu:r41969 (trunk): encoding.c: defer autoload
29918 2013-07-15 02:33 [ko1@a... ] nobu:r41970 (trunk): encoding.c: NO_PRESERVED_ENCODING
29919 2013-07-15 02:41 [ko1@a... ] nobu:r41971 (trunk): string.c: char length
29920 2013-07-15 02:44 [ko1@a... ] nobu:r41972 (trunk): signal.c: suppress a warning
29921 2013-07-15 02:47 [ko1@a... ] nobu:r41973 (trunk): localeinit.c: split
29922 2013-07-15 09:46 [ko1@a... ] akr:r41974 (trunk): * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.
29923 2013-07-15 09:53 [ko1@a... ] nobu:r41975 (trunk): ChangeLog: fix a typo
29924 2013-07-15 10:49 [ko1@a... ] akr:r41976 (trunk): * bignum.c (nlz16): Use __builtin_clz if possible.
29925 2013-07-15 10:57 [ko1@a... ] zzak:r41977 (trunk): * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lock
29926 2013-07-15 11:11 [ko1@a... ] nobu:r41978 (trunk): bignum.c: suppress warnings
29927 2013-07-15 11:13 [ko1@a... ] zzak:r41979 (trunk): * bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coerce
29928 2013-07-15 11:26 [ko1@a... ] akr:r41980 (trunk): * bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.
29929 2013-07-15 11:34 [ko1@a... ] zzak:r41981 (trunk): * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
29930 2013-07-15 13:21 [ko1@a... ] yugui:r41982 (trunk): * lib/prime.rb (Prime::EratosthenesGenerator,
29931 2013-07-15 13:27 [ko1@a... ] glass:r41983 (trunk): * proc.c (rb_block_arity): create internal API rb_block_arity().
29932 2013-07-15 13:39 [ko1@a... ] glass:r41984 (trunk): * hash.c (rb_hash_each_pair): performance improvement by using
29933 2013-07-15 13:50 [ko1@a... ] akr:r41985 (trunk): * bignum.c: Add static assertions.
29934 2013-07-15 14:20 [ko1@a... ] glass:r41986 (trunk): * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)
29935 2013-07-15 14:42 [ko1@a... ] akr:r41987 (trunk): * include/ruby/intern.h (rb_big2str0): Deprecated.
29936 2013-07-15 21:56 [ko1@a... ] akr:r41988 (trunk): Fix spaces.
29937 2013-07-16 03:27 [ko1@a... ] zzak:r41989 (trunk): * numeric.c: [DOC] improve rdoc formatting for parameters and links
29938 2013-07-16 03:27 [ko1@a... ] svn:r41990 (trunk): * 2013-07-16
29939 2013-07-16 08:16 [ko1@a... ] zzak:r41991 (trunk): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-level
29940 2013-07-16 11:22 [ko1@a... ] glass:r41992 (trunk): * proc.c (rb_block_arity): raise ArgumentError if no block given.
29941 2013-07-16 11:26 [ko1@a... ] glass:r41993 (trunk): * io.c (appendline): cosmetic change
29942 2013-07-16 13:32 [ko1@a... ] nobu:r41994 (trunk): encoding.c: revert r41964
29943 2013-07-16 15:01 [ko1@a... ] ko1:r41995 (trunk): * gc.c (after_gc_sweep): refactoring code.
29944 2013-07-16 15:11 [ko1@a... ] ko1:r41996 (trunk): revert last commit because it fails test-all.
29945 2013-07-16 15:45 [ko1@a... ] kazu:r41997 (trunk): fix a typo
29946 2013-07-16 16:33 [ko1@a... ] ko1:r41998 (trunk): * gc.c (lazy_sweep): refactoring.
29947 2013-07-16 17:32 [ko1@a... ] ko1:r41999 (trunk): * gc.c (assign_heap_slot): refactoring variable names.
29948 2013-07-16 17:46 [ko1@a... ] ko1:r42000 (trunk): * gc.c (link_free_heap_slot): removed.
29949 2013-07-16 18:37 [ko1@a... ] akr:r42001 (trunk): * bignum.c (bary_mul_karatsuba): Avoid duplicate calculation when
29950 2013-07-16 18:45 [ko1@a... ] nobu:r42002 (trunk): test_string.rb: Bug #8642
29951 2013-07-16 18:50 [ko1@a... ] nobu:r42003 (trunk): array.c: fix typo
29952 2013-07-16 19:08 [ko1@a... ] akr:r42004 (trunk): * bignum.c (big_shift3): Big shift width is not a problem for right
29953 2013-07-16 19:29 [ko1@a... ] ko1:r42005 (trunk): * gc.c: slim a path of newobj_of().
29954 2013-07-16 19:44 [ko1@a... ] akr:r42006 (trunk): * bignum.c (USHORT): Unused macro removed.
29955 2013-07-16 20:23 [ko1@a... ] akr:r42007 (trunk): * bignum.c (bigsq): Renamed from bigsqr.
29956 2013-07-16 21:13 [ko1@a... ] glass:r42008 (trunk): * configure.in: check strcasecmp().
29957 2013-07-16 21:49 [ko1@a... ] glass:r42009 (trunk): * configure.in: revert r42008. strcasecmp() uses the current locale.
29958 2013-07-17 00:17 [ko1@a... ] akr:r42010 (trunk): * bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.
29959 2013-07-17 00:17 [ko1@a... ] svn:r42011 (trunk): * 2013-07-17
29960 2013-07-17 08:15 [ko1@a... ] akr:r42012 (trunk): * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.
29961 2013-07-17 08:53 [ko1@a... ] xibbar:r42013 (trunk): * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special global
29962 2013-07-17 08:53 [ko1@a... ] xibbar:r42014 (trunk): * lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp special
29963 2013-07-17 10:10 [ko1@a... ] usa:r42015 (ruby_1_9_3): merge revision(s) 41077,41105: [Backport #8578]
29964 2013-07-17 10:19 [ko1@a... ] usa:r42016 (ruby_1_9_3): merge revision(s) 41805: [Backport #8575]
29965 2013-07-17 11:01 [ko1@a... ] usa:r42017 (ruby_1_9_3): merge revision(s) 36265: [Backport #8580]
29966 2013-07-17 12:02 [ko1@a... ] xibbar:r42018 (trunk): ChangeLog: Update r42013 r42014.
29967 2013-07-17 12:31 [ko1@a... ] akr:r42019 (trunk): * include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.
29968 2013-07-17 13:35 [ko1@a... ] ko1:r42020 (trunk): * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.
29969 2013-07-17 14:55 [ko1@a... ] ko1:r42021 (trunk): * gc.c: re-design the heap structure.
29970 2013-07-17 15:24 [ko1@a... ] ko1:r42022 (trunk): * gc.c (unlink_heap_slot): fix memory leak.
29971 2013-07-17 15:52 [ko1@a... ] ko1:r42023 (trunk): * gc.c (rb_objspace_free): free slot itself.
29972 2013-07-17 16:01 [ko1@a... ] ko1:r42024 (trunk): * gc.c: catch up last changes for debugging/checking mode.
29973 2013-07-17 17:12 [ko1@a... ] nobu:r42025 (trunk): hash.c: key name in error message
29974 2013-07-17 17:25 [ko1@a... ] ko1:r42026 (trunk): * gc.c: rename heap management functions with prefix "heap_".
29975 2013-07-17 22:17 [ko1@a... ] glass:r42027 (trunk): * hash.c (rb_hash_replace): performance improvement by using
29976 2013-07-17 22:53 [ko1@a... ] akr:r42028 (trunk): * bignum.c: An static assertion for relation of SIZEOF_LONG and
29977 2013-07-17 23:00 [ko1@a... ] glass:r42029 (trunk): * hash.c (delete_if_i): use ST_DELETE.
29978 2013-07-18 08:19 [ko1@a... ] ko1:r42030 (trunk): * gc.c: rename gc related functions with prefix "gc_".
29979 2013-07-18 08:19 [ko1@a... ] svn:r42031 (trunk): * 2013-07-18
29980 2013-07-18 13:01 [ko1@a... ] akr:r42032 (trunk): * bignum.c (BDIGITS_ZERO): Defined.
29981 2013-07-18 14:39 [ko1@a... ] ko1:r42033 (trunk): * string.c (str_alloc): no need to clear RString (already cleared).
29982 2013-07-18 14:54 [ko1@a... ] ko1:r42034 (trunk): * array.c (ary_alloc): slim setup process.
29983 2013-07-18 15:11 [ko1@a... ] nobu:r42035 (trunk): ruby.h: no $
29984 2013-07-18 15:42 [ko1@a... ] ko1:r42036 (trunk): * include/ruby/ruby.h: fix spell miss.
29985 2013-07-18 15:46 [ko1@a... ] nobu:r42037 (trunk): ruby.h: error only in the core
29986 2013-07-18 16:18 [ko1@a... ] ko1:r42038 (trunk): * array.c: add logging feature for RGenGC's write barrier unprotect
29987 2013-07-18 17:48 [ko1@a... ] glass:r42039 (trunk): * hash.c (rb_hash_flatten): performance improvement by not using
29988 2013-07-18 18:19 [ko1@a... ] glass:r42040 (trunk): * hash.c (rb_hash_flatten): performance improvement by not using
29989 2013-07-18 20:38 [ko1@a... ] eregon:r42041 (trunk): * array.c (rb_ary_count): check length to avoid SEGV
29990 2013-07-18 20:52 [ko1@a... ] glass:r42042 (trunk): * array.c (rb_ary_fill): use memfill().
29991 2013-07-18 21:22 [ko1@a... ] glass:r42043 (trunk): * array.c (rb_ary_equal): compare RARRAY_PTR() for performance
29992 2013-07-18 21:58 [ko1@a... ] akr:r42044 (trunk): * bignum.c (bary_sq_fast): Specialize the last iteration of the
29993 2013-07-18 22:50 [ko1@a... ] zzak:r42045 (trunk): * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]
29994 2013-07-18 23:47 [ko1@a... ] glass:r42046 (trunk): * array.c (rb_ary_eql): compare RARRAY_PTR() for performance
29996 2013-07-19 00:55 [ko1@a... ] svn:r42048 (trunk): * 2013-07-19
29997 2013-07-19 01:08 [ko1@a... ] akr:r42049 (trunk): * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
29998 2013-07-19 11:12 [ko1@a... ] zzak:r42050 (trunk): * lib/rake/*: [DOC] Capitalize "Ruby" in documentation
29999 2013-07-19 11:22 [ko1@a... ] knu:r42051 (trunk): Define Set#to_set so that aSet.to_set returns self.
30000 2013-07-19 11:24 [ko1@a... ] zzak:r42052 (trunk): * lib/rubygems*: [DOC] Capitalize "Ruby" in documentation
[前][次][スレッド一覧][上]