Activity
From 06/30/2012 to 07/06/2012
07/06/2012
-
03:46 AM Revision 8a995a56 (git): thread.c: unsigned
- * thread.c (rb_thread_shield_waiting_{inc,dec}): should be unsigned.
int is large enough since ruby requires it to ... -
03:27 AM Revision 1474cfa8 (git): obsolete Config
- * lib/rbconfig/obsolete.rb (Config): remove obsolete Config.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36330... -
03:24 AM Revision a2d0ee62 (git): ThreadShield: check waiting count
- * thread.c (rb_thread_shield_waiting_{inc,dec}): check waiting count.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
07/05/2012
-
09:50 PM Revision cd0971e2 (git): * array.c (rb_ary_aref): Added a description of the behavior of
- index positioning. [Bug #6680]
* array.c (rb_ary_aset): ditto. Reordered sentences for clarity.
* string.c (rb_str... -
08:39 PM Revision 9360721e (git): * string.c (rb_str_bytesize): Improve documentation. Patch by Oscar
- Del Ben from github issue #138.
* string.c (rb_str_empty): ditto.
* string.c (rb_str_times): ditto.
* string.c (rb_... - 07:06 PM Revision 6b5a88a3 (git): * 2012-07-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 PM Revision 7182c000 (git): * ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Use
- ruby_xrealloc() to avoid crash with CALC_EXACT_MALLOC_SIZE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36325... -
02:42 PM Revision e57bc077 (git): never evaluated
- * test/ruby/test_basicinstructions.rb (test_regexp): fix never
evaluated assertion.
git-svn-id: svn+ssh://ci.ruby... -
02:10 PM Revision 0f020f7c (git): * thread.c: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:32 AM Revision 85bb412e (git): ThreadShield
- * internal.h: move ThreadShield declarations from intern.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36322 ... -
08:18 AM Revision 5425128e (git): bootstraptest: fix missing bs
- * bootstraptest/runner.rb (show_progress): fix missing bs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36321 ... -
07:00 AM Revision 51f458d4 (git): ThreadShield
- * thread.c (ThreadShield): rename from Barrier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36320 b2dd03c8-39d... -
06:15 AM Revision 6b801ac9 (git): bootstraptest: refine error output
- * bootstraptest/runner.rb (show_progress): refine error output. do not
count non-empty error message, but just warn... -
03:33 AM Revision fecdcc51 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:31 AM Revision 1b51476c (git): * test/net/http/test_httpresponses.rb: Add a test file for
- Net::HTTPResponses and put a test case for the previous bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36317... - 03:31 AM Revision cc623808 (git): * lib/net/http/responses.rb: Fix 4xx classes to inherit correctly
- from Net::HTTPClientError. [Bug #6700]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36316 b2dd03c8-39d4-4d8f-98... - 03:31 AM Revision be53f329 (git): Fix 4xx classes to inherit correctly from Net::HTTPClientError
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:04 AM Revision d5db3754 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 AM Revision 0de9b0fe (git): NEWS
- * NEWS: about __callee__ and Module#prepend.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36313 b2dd03c8-39d4-4... -
01:41 AM Revision bc4cda44 (git): desc r36301
- * ChangeLog: add description for r36301.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36312 b2dd03c8-39d4-4d8f-...
07/04/2012
- 04:01 PM Revision 91337d00 (git): * 2012-07-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Revision 007c9aa2 (git): * ruby.c (proc_options): warn only if -K and -w option is specified.
- see also r36274 [Feature #5206]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36310 b2dd03c8-39d4-4d8f-98ff-823f... -
01:02 PM Revision 87c25d89 (git): * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Revision 31f3a2e7 (git): bootstrap/runner.rb must be run with Ruby 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:36 AM Revision 24d1ff57 (git): merge revision(s) 36281:
- * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
for x64. [ruby-dev:45875] [Bug #667... -
10:17 AM Revision 263cd01a (git): * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
- FileSystemObject only supports ANSI or UTF-16LE encoding.
Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bu... - 04:42 AM Revision 067b6e82 (git): Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/util.rb: revert 36299: ' is XML specification.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3630... - 04:42 AM Revision 9c746e35 (git): Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/core.rb: fix bug: When query parameter is 'id=123&id',
cgi['id'] => '123' is correct. First parameter i... - 02:53 AM Revision 38ca5cca (git): * gc.c (ATOMIC_SIZE_*): 64bit Windows support.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:46 AM Revision 1655b26f (git): thread.c: fix rdoc
- * thread.c (rb_thread_blocking_region): fix typo and the description
in "Safe C API". ruby_xmalloc(), ruby_xreallo... -
02:11 AM Revision a7e1820a (git): __callee__ fix
- * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the called
id.
* vm_insnhelper.c (vm_push_frame): set p... -
01:32 AM Revision dfbbe2ef (git): Fix previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/03/2012
- 11:32 PM Revision 07132e06 (git): Wed Jul 4 08:24:28 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/util.rb: Add ' to CGI's HTML escaping.[Feature #6620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
11:29 PM Revision ab63d24b (git): * array.c (rb_ary_aref): Updated documentation to indicate the
- starting index is an index into the array or string. Updated
examples to show behavior of indexes at the end of an... - 11:19 PM Revision ad187bde (git): Wed Jul 4 08:18:01 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/html.rb: fix some elements to upper case.[Bug #6632]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@362... - 11:19 PM Revision b25f7430 (git): Wed Jul 4 08:11:15 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/core.rb,html.rb: fix typo.[Bug #6632]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36296 b2dd03c8-39d... -
10:08 PM Revision 0e9b0c8c (git): * test/zlib/test_zlib.rb (test_inflate_partial_input): Added test for
- inflating incomplete zlib streams.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36295 b2dd03c8-39d4-4d8f-98ff-... - 09:19 PM Revision 98cbc707 (git): * 2012-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:19 PM Revision 91a254fd (git): bootstraptest: no stderr output
- * bootstraptest/runner.rb (assert_check): capture stderr and ensure
nothing is output.
git-svn-id: svn+ssh://ci.ru... - 03:39 PM Revision 74c0b593 (git): * 2012-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Revision 4e273f76 (git): Revert r36279; it breaks C API compatibility.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 PM Revision 1e972da3 (git): * gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]
- [ruby-dev:45904]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:52 AM Revision fdde6957 (git): Revert r36285; it is fixed in r36286 in 1.9.3.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision 662ec841 (git): merge revision(s) 34374:
- * file.c (rmext): no extension to strip if empty string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
10:20 AM Revision 54952586 (git): * proc.c (rb_vm_rewrite_dfp_in_errinfo): Fix `unexpected return'
- occurs when a proc is called in ensure. [Backport #6460]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
10:17 AM Revision 309cef7e (git): merge revision(s) 36259:
- * KNOWNBUGS.rb: add tests. [ruby-dev:45656] [Bug #6460]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... -
10:17 AM Revision 1686286e (git): merge revision(s) 36258:
- * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
[ruby-dev:40234] [ruby-core:27959]
git-svn-id: svn+ssh://ci.ruby-la... -
07:07 AM Revision a7c6f0af (git): gc.c: atomic operations for malloc_params
- * gc.c (vm_malloc_fixup, vm_xrealloc, vm_xfree, after_gc_sweep): use
atomic operations to update malloc_params.
gi... -
05:52 AM Revision 1884f1c0 (git): * ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exit
- of GVL-free loop. [Feature #6615]
* ext/zlib/zlib.c: Fix style to match existing functions.
git-svn-id: svn+ssh:/... -
05:37 AM Revision c7c397f9 (git): fix allocated_size
- * gc.c (vm_xrealloc): fix allocated_size update, should not ignore old
size.
git-svn-id: svn+ssh://ci.ruby-lang.or... - 03:10 AM Revision 1f233501 (git): * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
- for x64. [ruby-dev:45875] [Bug #6676]
reported by aves_ramphastos (Seigo Ishigane)
git-svn-id: svn+ssh://ci.ruby... -
03:09 AM Revision 11387569 (git): * ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting of
- output string, moving it from the callee to zstream_detach_buffer.
* ext/zlib/zlib.c (rb_zstream_finish): ditto
* ex... -
02:44 AM Revision 42c34dd3 (git): merge revision(s) 34372:
- * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
(rb_enc_path_last_separator, rb_enc_path_end)
... -
02:44 AM Revision 83c7e46a (git): merge revision(s) 34348:
- * dir.c (dir_chdir, check_dirname): get rid of optimization-out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
02:16 AM Revision 3fceaf10 (git): make runnable
- * common.mk (runnable): make symbolic links to run in build directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
02:11 AM Revision 66d0ad36 (git): Undef on_parallel_worker? before redefine.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:10 AM Revision b697018e (git): Fix tests for previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 AM Revision c2a87e27 (git): * ruby.c (proc_options): warn if -K option is specified. [Feature #5206]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/02/2012
-
09:15 PM Revision cda2bf55 (git): * ext/zlib/zlib.c: Restored the comment explaining the choice of
- buffer expansion size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:12 PM Revision db0126b6 (git): * object.c (Init_Object): Added RDoc location pointers for
- Kernel#methods, Kernel#protected_methods, Kernel#private_methods and
Kernel#public_methods. [Bug #6666]
git-svn-... - 09:03 PM Revision 7c3d6a8d (git): * 2012-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:03 PM Revision 802c468f (git): * ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.
- [Feature #6615]
* NEWS: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36270 b2dd03c8-39d4-4d8f-98ff-823... -
01:15 PM Revision c03d1c27 (git): * thread.c (rb_thread_aref): add explanation for why Thread#[] and
- Thread#[]= are fiber-local and not thread-local.
reported by Julien A. [ruby-core:41606] [ruby-trunk - Bug #5750]
... -
12:26 PM Revision 83eceb2a (git): * time.c (timew_out_of_timet_range): specialization for
- SIZEOF_TIME_T == SIZEOF_INT64_T.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36268 b2dd03c8-39d4-4d8f-98ff-8... -
08:07 AM Revision 5f8dfdd9 (git): rp_class rb_ancestors
- * .gdbinit (rp_class): Print the content of a Class/Module.
* .gdbinit (rb_ancestors): Print ancestors.
git-svn-id:... -
08:06 AM Revision edb1fc4e (git): prepend: fix mixing with include
- * class.c (rb_include_module): include modules after the origin.
* class.c (include_modules_at): skip prepended modul...
07/01/2012
- 08:56 PM Revision bd52bed9 (git): * ext/date/date_core.c: [ruby-core:46058].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:37 PM Revision c8cde4e2 (git): * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:44 PM Revision 2d3fd695 (git): * 2012-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:43 PM Revision 0de52e15 (git): * README.EXT.ja: fixed args, same as r35977. [Bug #6597]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 PM Revision fb3c4a2d (git): * ext/zlib/zlib.c: cosmetic changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:46 AM Revision 069fe9c6 (git): * 2012-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision e5463024 (git): * KNOWNBUGS.rb: add tests. [ruby-dev:45656] [Bug #6460]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 86c382a2 (git): * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
- [ruby-dev:40234] [ruby-core:27959]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36258 b2dd03c8-39d4-4d8f-98ff-8...
06/30/2012
- 09:36 AM Revision 70601757 (git): * 2012-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 AM Revision af2e9982 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom