[前][次][番号順一覧][上]

ruby-changes:50901-51000

  50902 2018-04-07 12:48 [ko1@a...            ] nobu:r63109 (trunk): Use assert_include 
  50903 2018-04-07 12:48 [ko1@a...            ] nobu:r63110 (trunk): test/ruby/test_iseq.rb: hexdump to diff
  50904 2018-04-07 18:44 [ko1@a...            ] nobu:r63111 (trunk): compile.c: refine debug prints
  50905 2018-04-07 22:03 [ko1@a...            ] nobu:r63112 (trunk): Remove outdated example from Numeric documentation
  50906 2018-04-08 14:22 [ko1@a...            ] nobu:r63113 (trunk): compile.c: align IBF dumped data
  50907 2018-04-08 14:22 [ko1@a...            ] svn:r63114 (trunk): * 2018-04-08        
  50908 2018-04-08 16:31 [ko1@a...            ] kazu:r63115 (trunk): [DOC] `*` in glob matches `\n` too [ci skip]
  50909 2018-04-08 16:42 [ko1@a...            ] nobu:r63116 (trunk): compile.c: debug prints in ibf_load_object
  50910 2018-04-08 17:20 [ko1@a...            ] nobu:r63117 (trunk): compile.c: align ibf_object_header
  50911 2018-04-08 17:28 [ko1@a...            ] nobu:r63118 (trunk): compile.c: suppress warnings
  50912 2018-04-08 20:12 [ko1@a...            ] nobu:r63119 (trunk): compile.c: fix an exception argument
  50913 2018-04-08 20:17 [ko1@a...            ] nobu:r63120 (trunk): compile.c: disable debug prints on sparc
  50914 2018-04-09 04:39 [ko1@a...            ] stomar:r63121 (trunk): parse.y: fix docs for Ripper.dedent_string
  50916 2018-04-09 11:40 [ko1@a...            ] shyouhei:r63123 (trunk): Prefer alignof() over _Alignof()
  50917 2018-04-09 12:24 [ko1@a...            ] shyouhei:r63124 (trunk): offsetof(type, foo.bar) is (arguably) a GCCism
  50918 2018-04-09 18:59 [ko1@a...            ] nobu:r63125 (trunk): test_literal.rb: use assert_syntax_error
  50919 2018-04-09 20:09 [ko1@a...            ] nobu:r63126 (trunk): parse.y: extra error message after no digits
  50920 2018-04-09 21:40 [ko1@a...            ] nobu:r63127 (trunk): parse.y: [DOC] Ripper.dedent_string is internal
  50921 2018-04-10 01:00 [ko1@a...            ] kou:r63128 (trunk): rexml: Fix a XPath bug of -
  50923 2018-04-10 09:41 [ko1@a...            ] nobu:r63130 (trunk): symbol.c: non-ASCII constant names
  50925 2018-04-11 00:29 [ko1@a...            ] kazu:r63131 (trunk): Try to fix some broken links
  50926 2018-04-11 17:03 [ko1@a...            ] nobu:r63133 (trunk): eval_error.c: fix loop on exception in message
  50927 2018-04-12 12:40 [ko1@a...            ] nobu:r63134 (trunk): marshaltestlib.rb: use clean object for exception
  50929 2018-04-12 12:48 [ko1@a...            ] nobu:r63136 (trunk): error.c: super in method_missing
  50930 2018-04-12 18:35 [ko1@a...            ] nobu:r63137 (trunk): error.c: fix for DRb
  50932 2018-04-12 23:24 [ko1@a...            ] kazu:r63139 (trunk): [DOC] Add win32/README.win32 to .document
  50933 2018-04-12 23:24 [ko1@a...            ] svn:r63140 (trunk): * properties.       
  50934 2018-04-13 07:13 [ko1@a...            ] nobu:r63141 (trunk): parse.y: `when` indent
  50936 2018-04-13 15:26 [ko1@a...            ] nobu:r63143 (trunk): file.c: chardev is loadable
  50937 2018-04-14 03:06 [ko1@a...            ] svn:r63145 (trunk): * 2018-04-14        
  50938 2018-04-14 03:06 [ko1@a...            ] nobu:r63144 (trunk): irb.rb: hoist out handle_exception
  50939 2018-04-14 03:11 [ko1@a...            ] nobu:r63146 (trunk): irb.rb: backtrace order
  50940 2018-04-14 06:36 [ko1@a...            ] tenderlove:r63147 (trunk): Add write barrier calls for direct marking objects.
  50941 2018-04-14 21:36 [ko1@a...            ] nobu:r63148 (trunk): irb/context.rb: using input-method
  50942 2018-04-14 21:49 [ko1@a...            ] nobu:r63149 (trunk): irb/{context, workspace}.rb: use local_variable_set
  50943 2018-04-14 22:05 [ko1@a...            ] nobu:r63150 (trunk): irb.rb: restore the last error
  50944 2018-04-14 23:05 [ko1@a...            ] naruse:r63151 (trunk): Extend timeout   
  50945 2018-04-15 01:43 [ko1@a...            ] stomar:r63152 (trunk): complex.c: improve docs for Complex#{finite?, infinite?}
  50947 2018-04-15 01:45 [ko1@a...            ] stomar:r63154 (trunk): random.c: improve docs for Random.bytes
  50948 2018-04-15 01:47 [ko1@a...            ] stomar:r63155 (trunk): error.c: [DOC] minor fixes
  50949 2018-04-15 01:49 [ko1@a...            ] stomar:r63158 (trunk): process.c: [DOC] fix grammar
  50950 2018-04-15 01:57 [ko1@a...            ] stomar:r63161 (trunk): thread_sync.c: [DOC] fix typo
  50951 2018-04-15 01:57 [ko1@a...            ] stomar:r63160 (trunk): string.c: [DOC] fix typo
  50952 2018-04-15 02:07 [ko1@a...            ] stomar:r63159 (trunk): gc.c: [DOC] fix typo
  50954 2018-04-15 02:12 [ko1@a...            ] stomar:r63157 (trunk): man/ruby.1: [DOC] fix grammar
  50955 2018-04-16 15:37 [ko1@a...            ] nobu:r63162 (trunk): string.c: fix checking order
  50957 2018-04-16 16:12 [ko1@a...            ] nobu:r63164 (trunk): string.c: fix dumped suffix
  50958 2018-04-16 17:54 [ko1@a...            ] nobu:r63165 (trunk): parse.y: `else` indent
  50959 2018-04-16 19:20 [ko1@a...            ] k0kubun:r63166 (trunk): [DOC] Fix links of cve [ci skip]
  50960 2018-04-16 21:46 [ko1@a...            ] nobu:r63167 (trunk): compile.c: align range
  50961 2018-04-17 10:22 [ko1@a...            ] svn:r63169 (trunk): * 2018-04-17        
  50963 2018-04-17 13:13 [ko1@a...            ] nobu:r63170 (trunk): string.c: suppress warning
  50964 2018-04-17 15:38 [ko1@a...            ] mame:r63171 (trunk): test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertion
  50965 2018-04-17 16:03 [ko1@a...            ] mame:r63172 (trunk): test/csv/test_features.rb: enable accidentally-disabled assertions
  50966 2018-04-17 17:19 [ko1@a...            ] mame:r63174 (trunk): Use assert(false) for the path that is expected unreachable
  50967 2018-04-17 17:19 [ko1@a...            ] mame:r63175 (trunk): Remove the disabled old tests for Ruby 1.8/1.9 feature change
  50968 2018-04-17 17:19 [ko1@a...            ] mame:r63173: test/date/test_date_base.rb: removed
  50969 2018-04-17 17:26 [ko1@a...            ] mame:r63176 (trunk): Remove the assertions that have no meaning
  50970 2018-04-17 17:26 [ko1@a...            ] mame:r63177 (trunk): Enable the assertions that had been disabled for historical reason
  50971 2018-04-17 17:48 [ko1@a...            ] mame:r63179 (trunk): The test for TracePoint#raised_exception had never worked correctly
  50972 2018-04-17 17:48 [ko1@a...            ] mame:r63178 (trunk): Remove the old disabled assertions for 1.8/1.9
  50973 2018-04-17 17:48 [ko1@a...            ] mame:r63180 (trunk): The test for TracePoint with thread had never worked correctly
  50974 2018-04-17 17:52 [ko1@a...            ] mame:r63181 (trunk): test/ruby/test_super.rb: Remove unused assertions
  50975 2018-04-18 04:46 [ko1@a...            ] stomar:r63182 (trunk): lib/uri/file.rb: improve docs for URI::File
  50976 2018-04-18 04:46 [ko1@a...            ] svn:r63183 (trunk): * 2018-04-18        
  50977 2018-04-18 04:48 [ko1@a...            ] stomar:r63184 (trunk): lib/uri/file.rb: fix errors in docs for URI::File.build
  50978 2018-04-18 04:49 [ko1@a...            ] stomar:r63185 (trunk): lib/uri/ldap.rb: fix errors in docs for URI::LDAP
  50979 2018-04-18 04:52 [ko1@a...            ] stomar:r63186 (trunk): lib/uri/generic.rb: fix error in docs for URI::Generic#opaque
  50980 2018-04-18 12:51 [ko1@a...            ] nobu:r63187 (trunk): win32.c: fix CSI sequences to delete
  50981 2018-04-19 14:55 [ko1@a...            ] nobu:r63188 (trunk): Add slice method to ENV like Hash#slice
  50982 2018-04-19 14:55 [ko1@a...            ] svn:r63189 (trunk): * 2018-04-19        
  50983 2018-04-19 16:05 [ko1@a...            ] nobu:r63190 (trunk): dir.c: warning for NUL
  50984 2018-04-19 16:28 [ko1@a...            ] naruse:r63191 (trunk): pack/unpack M only handles LF line breaks [Feature #14352]
  50986 2018-04-20 00:18 [ko1@a...            ] mame:r63192 (trunk): Introduce endless range [Feature#12912]
  50987 2018-04-20 00:18 [ko1@a...            ] mame:r63194 (trunk): Make Range#min, max, include?, cover?, and === to support endless range
  50988 2018-04-20 00:23 [ko1@a...            ] mame:r63197 (trunk): Adds "endless range" to NEWS
  50989 2018-04-20 00:28 [ko1@a...            ] mame:r63195 (trunk): range.c: Make Range#bsearch support endless ranges
  50990 2018-04-20 00:28 [ko1@a...            ] mame:r63196 (trunk): Prefer CONST_ID to static global IDs
  50991 2018-04-20 01:19 [ko1@a...            ] k0kubun:r63198 (trunk): internal.h: use the same declaration as definition
  50992 2018-04-20 01:58 [ko1@a...            ] k0kubun:r63199 (trunk): _mjit_compile_send.erb: simplify control flow
  50993 2018-04-20 05:45 [ko1@a...            ] kou:r63200 (trunk): rexml: Make more readable
  50994 2018-04-20 05:48 [ko1@a...            ] kou:r63201 (trunk): rexml: Use more debug friendly assertion style
  50995 2018-04-20 05:49 [ko1@a...            ] kou:r63202 (trunk): rexml: Use more debug friendly assertion style
  50996 2018-04-20 05:51 [ko1@a...            ] kou:r63203 (trunk): rexml: Fix wrong assertion
  50997 2018-04-20 06:34 [ko1@a...            ] kou:r63204 (trunk): rexml: Fix a XPath bug that white spaces aren't ignored
  50998 2018-04-20 08:35 [ko1@a...            ] nobu:r63205 (trunk): fiddle/import.rb: suppress warning
  50999 2018-04-20 08:47 [ko1@a...            ] nobu:r63206 (trunk): fiddle/test_import.rb: fix warnings by rubygems

[前][次][番号順一覧][上]