date | project | content | link |
|---|
| 08:18 today | ruby | Commit by naruse :: r 34579 /branches/ruby_1_9_3/ (5 files in 2 dirs): ( link) merge revision(s) 33935,33936,33987: [Backport #5702]
* variable.c (set_const_visibility): Module#private_constant has
changed the visibility of only the first argument. Now it changes
all of them. [ruby-list:48558]
* test/ruby/test_module.rb: add a test for above.
* variable.c (set_const_visibility): print a warning when no argument
is passwd to Module#private_constant. [ruby-list:48558]
* vm_method.c (set_method_visibility): ditto for
Module#private_class_method.
* variable.c (set_const_visibility): clear inine-cache when constant's
visibility is modified. [ruby-dev:44929]
* test/ruby/test_module.rb (test_private_constants_clear_inlinecache):
add test for it. | # |
| 06:33 today | ruby | Commit by nobu :: r 34578 /branches/ruby_1_9_3/ (ChangeLog io.c version.h): ( link) merge revision(s) 34576:
* io.c (Init_IO): use directive hack to make ARGF documentable
in other tools. [ruby-core:42515][Bug #6007] | # |
| 04:51 today | ruby | Commit by svn :: r 34577 /trunk/version.h: ( link) | # |
| 04:51 today | ruby | Commit by nobu :: r 34576 /trunk/ (ChangeLog io.c): ( link) - io.c (Init_IO): use directive hack to make ARGF documentable in other tools. [ruby-core:42515][Bug #6007]
| # |
| 03:56 today | ruby | Commit by nagachika :: r 34558 /branches/ruby_1_9_3/ (ChangeLog version.h): ( link) merge revision(s) 32550:
* win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed
from rb_w32_has_cancel_io(). now it takes a parameter as fd to check
the fd is console or not, because we cannot cancel console input even
if we have cancel_io function.
* io.c (WAIT_FD_IN_WIN32): call above function instead of the old one,
so now we can kill the thread which calls STDIN.gets.
the problem was reported by ko1 via IRC. | # |
| 03:52 today | ruby | Commit by akr :: r 34560 /trunk/ext/dbm/dbm.c: ( link) update doc. | # |
| 03:52 today | ruby | Commit by knu :: r 34573 /branches/ruby_1_9_3/ (ChangeLog misc/rdoc-mode.el version.h): ( link) merge revision(s) 34333:
* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
this library succeeds. | # |
| 03:52 today | ruby | Commit by akr :: r 34563 /trunk/time.c: ( link) update doc. | # |
| 03:51 today | ruby | Commit by knu :: r 34574 /branches/ruby_1_9_3/ (ChangeLog misc/rdoc-mode.el version.h): ( link) merge revision(s) 34355:
* misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
to rdoc-mode.
* misc/rdoc-mode.el (rdoc-mode): Fix regexp patterns containing
"\s " where CR/LF is not supposed to match. | # |
| 03:47 today | ruby | Commit by knu :: r 34571 /branches/ruby_1_9_3/ (4 files in 3 dirs): ( link) merge revision(s) 34284:34286:
* lib/shellwords.rb: Fix rdoc markups.
* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
consecutive backslashes in double quotes are all removed except
the one at the tail. | # |
| 03:46 today | ruby | Commit by knu :: r 34572 /branches/ruby_1_9_3/ (ChangeLog lib/tempfile.rb version.h): ( link) merge revision(s) 34413:
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
call File.unlink and ignore ENOENT because existence check
before unlinking does not help in terms of race condition.
* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): My
comment about thread safeness is obsolete. | # |
| 03:36 today | ruby | Commit by naruse :: r 34566 /branches/ruby_1_9_3/ (4 files in 2 dirs): ( link) merge revision(s) 32527,32567: [Backport #6004]
* vm_method.c (rb_add_method): should not call method_added hook
for undef operation. [Bug #5015] | # |
| 03:32 today | ruby | Commit by nagachika :: r 34559 /branches/ruby_1_9_3/ (ChangeLog version.h): ( link) revert r34558. I have accidentally backport r32550. I'm sorry. | # |
| 03:32 today | ruby | Commit by svn :: r 34562 /trunk/version.h: ( link) | # |
| 03:32 today | ruby | Commit by akr :: r 34561 /trunk/time.c: ( link) update doc. | # |
| 03:32 today | ruby | Commit by knu :: r 34570 /branches/ruby_1_9_3/ (4 files in 3 dirs): ( link) merge revision(s) 34166:
* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
that only causes warnings with no real effect. [Bug #5637] | # |
| 03:27 today | ruby | Commit by knu :: r 34568 /trunk/ (ChangeLog tool/merger.rb): ( link) - tool/merger.rb (#default_merge_branch): Add support for Subversion 1.7 which adopted a whole new working directory structure.
| # |
| 03:22 today | ruby | Commit by ktsj :: r 34567 /trunk/ (ChangeLog benchmark/driver.rb): ( link) - benchmark/driver.rb: suppress unused/shadowing variable warnings.
| # |
| 03:21 today | ruby | Commit by drbrain :: r 34564 /trunk/ (3 files in 2 dirs): ( link) - vm_eval.c (check_funcall): Call respond_to? with matching arity for legacy single-argument implementations. [ruby-trunk - Bug #6000]
| # |
| 03:06 today | ruby | Commit by nagachika :: r 34557 /branches/ruby_1_9_3/ChangeLog: ( link) merge revision 32543:
* ChangeLog: fix a typo | # |