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
06:27 on May 19, 2012
event counters
The last message was received 6.23 hours ago at 00:13 on May 19, 2012
1 messages so far today, 23 messages yesterday
64 messages so far this week, 91 messages last week
203 messages so far this month, 297 messages last month
29133 messages since the first one, 7.9 years ago, for an average of 2.37 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
00:13 todayruby
Commit by kosaki :: r35705 /trunk/ (3 files in 3 dirs): (link)

  • ext/openssl/extconf.rb: Use Logging::message instead of message.
  • ext/zlib/extconf.rb: ditto.
#
20:43 yesterdayruby
Commit by svn :: r35704 /trunk/version.h: (link)

  • 2012-05-19
#
20:43 yesterdayruby
Commit by kazu :: r35703 /trunk/ChangeLog: (link)
fix typos and spaces
#
13:42 yesterdayruby
Commit by nobu :: r35702 /branches/ruby_1_9_3/version.h: (link)

  • version.h: bump up patchlevel.
#
13:41 yesterdayruby
Commit by nobu :: r35701 /branches/ruby_1_9_2/version.h: (link)

  • version.h: bump up patchlevel.
#
13:35 yesterdayruby
Commit by svn :: r35700 /branches/ruby_1_9_2/version.h: (link)

  • 2012-05-18
#
13:35 yesterdayruby
Commit by svn :: r35699 /branches/ruby_1_8/version.h: (link)

  • 2012-05-18
#
13:35 yesterdayruby
Commit by nobu :: r35698 / (8 files in 8 dirs): (link)

[ruby-dev:45650]

  • lib/mkmf.rb (MakeMakefile#configuration): keep space at end of OUTFLAG and COUTFLAG. [ruby-dev:45650]
#
13:32 yesterdayruby
Commit by kosaki :: r35697 /trunk/cont.c: (link)
decrease fiber stack size. 1MB is too large for windows. [Bug #6344]
[ruby-dev:45554]
#
13:09 yesterdayruby
Commit by kosaki :: r35696 /trunk/ (ChangeLog thread_pthread.c): (link)

  • thread_pthread.c (rb_thread_create_timer_thread): Added error check when failing fcntl(). [Bug #6147] [ruby-dev:45364]
#
13:02 yesterdayruby
Commit by nobu :: r35695 /trunk/ (ChangeLog ext/extmk.rb): (link)

ext/extmk.rb: link archives only

  • ext/extmk.rb (extmake): link archives only, skip script only extension libraries.
#
12:54 yesterdayruby
Commit by kosaki :: r35694 /trunk/ (ChangeLog cont.c): (link)

  • cont.c: bump up fiber machine stack size when running on 64bit arch. [Bug #6344] [ruby-dev:45554]
#
12:47 yesterdayruby
Commit by nobu :: r35693 /trunk/ext/json/extconf.rb: (link)
Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."
#
11:53 yesterdayruby
Commit by naruse :: r35692 /trunk/ (3 files in 3 dirs): (link)

  • lib/uri/generic.rb (URI::Generic.build): duplicate args before adding new items. (don't change arguments)
  • lib/uri/generic.rb (URI::Generic.build): use URI::Generic::COMPONENT if this method is called from URI::Generic.
  • lib/uri/generic.rb (URI::Generic.build2): escape only if the item is a String.
  • lib/uri/generic.rb (URI::Generic.build2): use DEFAULT_PARSER because it doesn't have parser method. [Bug #6420]
#
11:24 yesterdayruby
Commit by kosaki :: r35691 /trunk/ (ChangeLog ext/zlib/extconf.rb): (link)

  • ext/zlib/extconf.rb: Use an exception instaed of bare puts.
#
11:24 yesterdayruby
Commit by kosaki :: r35690 /trunk/ (ChangeLog ext/psych/extconf.rb): (link)

  • ext/psych/extconf.rb: Use an exception instaed of bare abort.
#
11:23 yesterdayruby
Commit by kosaki :: r35689 /trunk/ (ChangeLog ext/fiddle/extconf.rb): (link)

  • ext/fiddle/extconf.rb: Use an exception instaed of bare abort.
#
11:23 yesterdayruby
Commit by kosaki :: r35688 /trunk/ (ChangeLog ext/readline/extconf.rb): (link)

  • ext/readline/extconf.rb: Use an exception instead of bare exit.
#
11:23 yesterdayruby
Commit by kosaki :: r35687 /trunk/ (ChangeLog ext/ripper/extconf.rb): (link)

  • ext/ripper/extconf.rb: Use an exception instead of bare Logging.message.
#
10:46 yesterdayruby
Commit by kosaki :: r35686 /trunk/ (ChangeLog ext/openssl/extconf.rb): (link)

  • ext/openssl/extconf.rb: Clarify a message when hit Apple OpenSSL issue.
#