CIA.vc
Ruby
The Ruby Programming Language
Stats » Projects » Ruby
information
Photo
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
syndicateUTC clock
12:46 on Feb 13, 2012
event counters
The last message was received 4.46 hours ago at 08:18 on Feb 13, 2012
25 messages so far today, 0 messages yesterday
25 messages so far this week, 120 messages last week
171 messages so far this month, 242 messages last month
28017 messages since the first one, 7.63 years ago, for an average of 2.39 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
08:18 todayruby
Commit by naruse :: r34579 /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 todayruby
Commit by nobu :: r34578 /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 todayruby
Commit by svn :: r34577 /trunk/version.h: (link)

  • 2012-02-13
#
04:51 todayruby
Commit by nobu :: r34576 /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 todayruby
Commit by nagachika :: r34558 /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 todayruby
Commit by akr :: r34560 /trunk/ext/dbm/dbm.c: (link)
update doc.
#
03:52 todayruby
Commit by knu :: r34573 /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 todayruby
Commit by akr :: r34563 /trunk/time.c: (link)
update doc.
#
03:51 todayruby
Commit by knu :: r34574 /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 todayruby
Commit by knu :: r34571 /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 todayruby
Commit by knu :: r34572 /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 todayruby
Commit by naruse :: r34566 /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 todayruby
Commit by nagachika :: r34559 /branches/ruby_1_9_3/ (ChangeLog version.h): (link)
revert r34558. I have accidentally backport r32550. I'm sorry.
#
03:32 todayruby
Commit by svn :: r34562 /trunk/version.h: (link)

  • 2012-02-12
#
03:32 todayruby
Commit by akr :: r34561 /trunk/time.c: (link)
update doc.
#
03:32 todayruby
Commit by knu :: r34570 /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 todayruby
Commit by knu :: r34568 /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 todayruby
Commit by ktsj :: r34567 /trunk/ (ChangeLog benchmark/driver.rb): (link)

  • benchmark/driver.rb: suppress unused/shadowing variable warnings.
#
03:21 todayruby
Commit by drbrain :: r34564 /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 todayruby
Commit by nagachika :: r34557 /branches/ruby_1_9_3/ChangeLog: (link)
merge revision 32543:

        * ChangeLog: fix a typo
#