[前][次][番号順一覧][スレッド一覧]

ruby-changes:8106

From: nobu <ko1@a...>
Date: Tue, 30 Sep 2008 02:53:50 +0900 (JST)
Subject: [ruby-changes:8106] Ruby:r19632 (trunk): * ChangeLog: restored the entries lost by a mistake.

nobu	2008-09-30 02:53:34 +0900 (Tue, 30 Sep 2008)

  New Revision: 19632

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19632

  Log:
    * ChangeLog: restored the entries lost by a mistake.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19631)
+++ ChangeLog	(revision 19632)
@@ -3,6 +3,74 @@
 	* parse.y (token_info_push, token_info_pop): do nothing for evaled
 	  source.
 
+Tue Sep 30 00:47:43 2008  Nobuyoshi Nakada  <nobu@r...>
+
+	* ext/nkf/nkf-utf8/nkf.c: constified.
+
+Mon Sep 29 23:32:25 2008  Tanaka Akira  <akr@f...>
+
+	* string.c (rb_str_subseq): don't use rb_str_drop_bytes for short
+	  string.
+
+Mon Sep 29 22:54:29 2008  Tadayoshi Funaba  <tadf@d...>
+
+	* lib/mathn.rb: added String#to_[rc].  moved def_canon.
+
+Mon Sep 29 20:41:19 2008  Tanaka Akira  <akr@f...>
+
+	* string.c (rb_str_subseq): use rb_str_drop_bytes if possible.
+
+Mon Sep 29 20:22:20 2008  Tadayoshi Funaba  <tadf@d...>
+
+	* test/date/*.rb: imported additional tests and some adjustments.
+
+Mon Sep 29 20:13:05 2008  Masaki Suketa  <masaki.suketa@n...>
+
+	* ext/win32ole/win32ole.c (fev_initialize): initialization
+	  handler instance variable.
+
+	* test/win32ole/test_win32ole_typelib.rb (test_s_typelibs):
+	  fix the warning of shadowing outer local variable.
+
+Mon Sep 29 19:59:00 2008  Masaki Suketa  <masaki.suketa@n...>
+
+	* ext/win32ole/win32ole.c (rescue_callback): use rb_write_error
+	  instead of fprintf.
+
+Mon Sep 29 01:51:54 2008  Yusuke Endoh  <mame@t...>
+
+	* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
+	  test.
+
+Mon Sep 29 00:30:20 2008  Takeyuki Fujioka  <xibbar@r...>
+
+	* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
+	can specify the false as checked or selected value.
+	[ruby-core:18306], [ruby-core:18307]
+
+	* test/cgi/test_cgi_tag_helper.rb: add a test.
+
+Sun Sep 28 23:08:38 2008  Takeyuki Fujioka  <xibbar@r...>
+
+	* lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):
+	fix the calls #bytesize on array parameters. [ruby-core:18919]
+
+Sun Sep 28 22:44:26 2008  Takeyuki Fujioka  <xibbar@r...>
+
+	* lib/cgi/core.rb (CGI::parse): ignore illegal query params.
+	[ruby-dev:36618]
+
+Sun Sep 28 22:05:07 2008  Yusuke Endoh  <mame@t...>
+
+	* compile.c (iseq_set_sequence): check duplicated when clause.
+	  [ruby-dev:36616]
+
+Sun Sep 28 19:04:03 2008  Tadayoshi Funaba  <tadf@d...>
+
+	* test/date/*.rb: imported a date test suite ruby 1.9 limited ed.
+
+Sun Sep 28 18:40:49 2008  Nobuyoshi Nakada  <nobu@r...>
+
 	* lib/mini/test.rb (MINI_DIR): loaded path is expanded.
 
 	* lib/mini/test.rb (assert_match): get rid of confusion of

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]