[前][次][番号順一覧][上]
ruby-changes:45001-45100
45001 2016-12-14 13:35 [ko1@a... ] nobu:r57073 (trunk): parse.y: fix yyerror message
45002 2016-12-14 16:30 [ko1@a... ] nobu:r57075 (trunk): parse.y: curtail scanning
45004 2016-12-14 17:26 [ko1@a... ] nobu:r57077 (trunk): vcs.rb: no ext/date in vcs.rb
45005 2016-12-14 21:32 [ko1@a... ] rhe:r57078 (trunk): encoding.c: handle needmore error from rb_enc_precise_mbclen()
45006 2016-12-15 02:49 [ko1@a... ] usa:r57079 (trunk): Fixed link error with VC14.
45007 2016-12-15 02:49 [ko1@a... ] svn:r57080 (trunk): * 2016-12-15
45008 2016-12-15 02:53 [ko1@a... ] usa:r57081 (trunk): Removed the obstacle to running test-all with VC14.
45009 2016-12-15 15:22 [ko1@a... ] nobu:r57082 (trunk): parse.y: one warning, one line [ci skip]
45010 2016-12-15 20:00 [ko1@a... ] hsbt:r57084 (trunk): Added entry of psych 2.2.2
45012 2016-12-15 21:59 [ko1@a... ] nobu:r57085 (trunk): parse.y: newline in heredoc identifier
45013 2016-12-16 01:08 [ko1@a... ] mrkn:r57086 (trunk): NEWS: Fix the default rounding mode
45014 2016-12-16 01:08 [ko1@a... ] svn:r57087 (trunk): * 2016-12-16
45015 2016-12-16 10:12 [ko1@a... ] nobu:r57088 (trunk): fix chomping newline only line
45016 2016-12-16 10:27 [ko1@a... ] nobu:r57089 (trunk): multiline heredoc identifier
45017 2016-12-16 12:30 [ko1@a... ] nobu:r57090 (trunk): configure.in: no crypt.h on FreeBSD 12
45018 2016-12-16 14:05 [ko1@a... ] nobu:r57091 (trunk): no crypt.h on FreeBSD 12
45019 2016-12-16 21:00 [ko1@a... ] nobu:r57092 (trunk): configure.in: repeated checks
45020 2016-12-16 21:16 [ko1@a... ] nobu:r57093 (trunk): dtrace build fixes on FreeBSD
45021 2016-12-16 21:28 [ko1@a... ] nobu:r57094 (trunk): garbage space [ci skip]
45022 2016-12-17 07:57 [ko1@a... ] svn:r57096 (trunk): * 2016-12-17
45023 2016-12-17 07:57 [ko1@a... ] nobu:r57095 (trunk): fix r57089
45024 2016-12-17 09:01 [ko1@a... ] nobu:r57097 (trunk): configure.in: fix r57093
45025 2016-12-17 09:52 [ko1@a... ] nobu:r57098 (trunk): re.c: non-regexp name reference
45026 2016-12-17 09:58 [ko1@a... ] nobu:r57099 (trunk): test_mailto.rb: adjust scope
45027 2016-12-17 09:58 [ko1@a... ] nobu:r57100 (trunk): test_mailto.rb: overwritten methods
45029 2016-12-17 14:27 [ko1@a... ] nobu:r57102 (trunk): Revert r57092 "configure.in: repeated checks"
45030 2016-12-17 16:49 [ko1@a... ] nobu:r57103 (trunk): Reapply r57092 "configure.in: repeated checks"
45031 2016-12-17 16:49 [ko1@a... ] nobu:r57104 (trunk): Reapply r57093, r57094, r57097 "dtrace build fixes on FreeBSD"
45032 2016-12-17 17:25 [ko1@a... ] rhe:r57105 (trunk): compile.c: do not emit numeric literal range in void context
45033 2016-12-18 01:11 [ko1@a... ] naruse:r57106 (trunk): Increase timeout
45034 2016-12-18 01:11 [ko1@a... ] svn:r57107 (trunk): * 2016-12-18
45035 2016-12-18 03:04 [ko1@a... ] nobu:r57108 (trunk): sprintf.c: fix width underflow
45036 2016-12-18 20:28 [ko1@a... ] naruse:r57109 (trunk): Increase timeout
45037 2016-12-18 20:43 [ko1@a... ] nobu:r57110 (trunk): re.c: use name_to_backref_number
45038 2016-12-18 21:29 [ko1@a... ] ktsj:r57111 (trunk): doc/standard_library.rdoc: Tk is removed from stdlib
45039 2016-12-19 12:12 [ko1@a... ] svn:r57113 (trunk): * 2016-12-19
45040 2016-12-19 12:12 [ko1@a... ] nobu:r57112 (trunk): re.c: NAME_TO_NUMBER
45041 2016-12-19 13:07 [ko1@a... ] nobu:r57114 (trunk): re.c: RB_TYPE_P
45042 2016-12-19 17:36 [ko1@a... ] nobu:r57115 (trunk): time.c: refine error message
45043 2016-12-20 14:09 [ko1@a... ] nobu:r57116 (trunk): test/unit.rb: separator [ci skip]
45045 2016-12-20 14:26 [ko1@a... ] rhe:r57118 (trunk): proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum
45046 2016-12-20 14:26 [ko1@a... ] rhe:r57119 (trunk): array.c: check array length every time after yielding
45047 2016-12-20 15:53 [ko1@a... ] yuki:r57120 (trunk): * gems/bundled_gems: Upgrade the did_you_mean gem to 1.1.0
45048 2016-12-20 15:53 [ko1@a... ] rhe:r57121 (trunk): array.c: do not resize to less than 0
45049 2016-12-20 15:53 [ko1@a... ] rhe:r57122 (trunk): string.c: add missing size_t cast
45050 2016-12-20 16:32 [ko1@a... ] rhe:r57123 (trunk): re.c: consider the case of RMatch::regexp is nil
45051 2016-12-20 17:25 [ko1@a... ] nobu:r57124 (trunk): io.c: update argf lineno
45052 2016-12-20 17:25 [ko1@a... ] nobu:r57125 (trunk): io.c: update argf lineno
45054 2016-12-21 01:02 [ko1@a... ] naruse:r57126 (trunk): Zlib.gzip uses kwargs instead of argc [Feature #13020]
45055 2016-12-21 01:02 [ko1@a... ] svn:r57128 (trunk): * 2016-12-21
45056 2016-12-21 02:15 [ko1@a... ] nobu:r57129 (trunk): rdoc for r57126 [ci skip]
45057 2016-12-21 10:30 [ko1@a... ] nobu:r57131 (trunk): numeric.c: rdoc of half option [ci skip]
45059 2016-12-21 10:58 [ko1@a... ] nobu:r57132 (trunk): compile.c: toplevel return
45060 2016-12-21 14:26 [ko1@a... ] akr:r57133 (trunk): [DOC] itemize values for half option of Float#round.
45061 2016-12-21 15:22 [ko1@a... ] nobu:r57134 (trunk): st.c: fix st_hash* functions [Bug #13019]
45062 2016-12-21 16:50 [ko1@a... ] usa:r57135 (trunk): Fixed potentially buffer overrun.
45063 2016-12-21 17:13 [ko1@a... ] usa:r57136 (trunk): * win32/win32.c (winnt_stat): use `numberof` macro instead of constant.
45064 2016-12-21 20:12 [ko1@a... ] nobu:r57137 (trunk): eval.c: fix circular cause
45065 2016-12-21 20:20 [ko1@a... ] nobu:r57138 (trunk): st.c: suppress a warning
45066 2016-12-21 21:05 [ko1@a... ] nobu:r57139 (trunk): time.c: use RB_TYPE_P
45067 2016-12-21 21:06 [ko1@a... ] nobu:r57140 (trunk): time.c: refine num_exact error message
45068 2016-12-21 22:26 [ko1@a... ] yui-knk:r57141 (trunk): numeric.c: remove not used lines
45069 2016-12-21 22:46 [ko1@a... ] nobu:r57142 (trunk): time.c: debug print
45070 2016-12-22 00:21 [ko1@a... ] ngoto:r57143 (trunk): regcomp.c: Fix compile error with old version of fcc on Solaris
45071 2016-12-22 00:21 [ko1@a... ] svn:r57144 (trunk): * 2016-12-22
45072 2016-12-22 00:35 [ko1@a... ] mrkn:r57145 (trunk): bigdecimal: version 1.3.0
45073 2016-12-22 10:43 [ko1@a... ] rhe:r57146 (trunk): openssl: import v2.0.2
45074 2016-12-22 11:00 [ko1@a... ] nobu:r57147 (trunk): test_rinda.rb: ipv6_mc
45075 2016-12-22 12:53 [ko1@a... ] hsbt:r57148 (trunk): Update xmlrpc-0.2.1 for Ruby 2.4.0 release.
45076 2016-12-22 13:40 [ko1@a... ] rhe:r57149 (trunk): io.c: [DOC] update outdated documentation of ARGF.close
45077 2016-12-22 18:44 [ko1@a... ] naruse:r57150 (trunk): suppress warning: implicit conversion changes signedness
45078 2016-12-22 19:29 [ko1@a... ] yui-knk:r57151 (trunk): test_float.rb: add test cases for Float#round
45079 2016-12-23 05:59 [ko1@a... ] nobu:r57152 (trunk): get rid of implicit signedness conversions
45080 2016-12-23 05:59 [ko1@a... ] svn:r57153 (trunk): * 2016-12-23
45082 2016-12-23 07:34 [ko1@a... ] nobu:r57155 (trunk): time.c: inquire suspicious values
45083 2016-12-23 08:20 [ko1@a... ] nobu:r57156 (trunk): test_modify_expand.rb: skip if no overflow
45084 2016-12-23 09:05 [ko1@a... ] nobu:r57157 (trunk): time.c: inquire suspicious values
45085 2016-12-23 12:22 [ko1@a... ] nobu:r57159 (trunk): assertions.rb: prepare_syntax_check
45086 2016-12-23 12:22 [ko1@a... ] nobu:r57158 (trunk): assertions.rb: syntax check by iseq
45087 2016-12-23 23:54 [ko1@a... ] naruse:r57160 (trunk): Increase timeout
45088 2016-12-24 00:45 [ko1@a... ] naruse:r57161: Release branch of Ruby 2.4
45089 2016-12-24 01:03 [ko1@a... ] naruse:r57162 (ruby_2_4): v2.4.0p0
45090 2016-12-24 01:03 [ko1@a... ] svn:r57163 (ruby_2_4): * 2016-12-24
45091 2016-12-24 01:05 [ko1@a... ] naruse:r57164: add tag v2_4_0
45092 2016-12-24 01:09 [ko1@a... ] naruse:r57165 (trunk): Add ruby_2_4 branch to test on travis [skip ci]
45093 2016-12-24 01:09 [ko1@a... ] svn:r57166 (trunk): * 2016-12-24
45094 2016-12-24 09:51 [ko1@a... ] nobu:r57167 (trunk): test/unit.rb: --repeat-count option
45095 2016-12-24 09:51 [ko1@a... ] nobu:r57168 (trunk): test/unit.rb: --subprocess-timeout-scale option
45096 2016-12-24 18:22 [ko1@a... ] nobu:r57169 (trunk): test/unit.rb: restore parallel option
45097 2016-12-24 20:56 [ko1@a... ] nobu:r57170 (trunk): time.c: fix typo in value_insane_p
45098 2016-12-24 21:19 [ko1@a... ] nobu:r57171 (trunk): time.c: remove debug code
45099 2016-12-24 21:21 [ko1@a... ] nobu:r57172 (trunk): time.c: fix type of usec2subsecx
45100 2016-12-24 22:19 [ko1@a... ] nobu:r57173 (trunk): compile.c: constify
[前][次][番号順一覧][上]