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

ruby-changes:9213

From: matz <ko1@a...>
Date: Mon, 15 Dec 2008 16:52:24 +0900 (JST)
Subject: [ruby-changes:9213] Ruby:r20750 (trunk): ChangeLog reformatted

matz	2008-12-15 16:52:04 +0900 (Mon, 15 Dec 2008)

  New Revision: 20750

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

  Log:
    ChangeLog reformatted

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20749)
+++ ChangeLog	(revision 20750)
@@ -9938,11 +9938,6 @@
 
 	* proc.c (rb_proc_call_with_block): reduce comparison.
 
-Wed Jul 30 21:08:06 2008  Yusuke Endoh  <mame@t...>
-
-	* ext/syck/syck.c (syck_free_parser): fix memory leak by
-	  YAML::Syck.compile.
-
 Thu Jul 31 22:17:35 2008  Yusuke Endoh  <mame@t...>
 
 	* ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.
@@ -10063,6 +10058,9 @@
 
 Wed Jul 30 21:08:06 2008  Yusuke Endoh  <mame@t...>
 
+	* ext/syck/syck.c (syck_free_parser): fix memory leak by
+	  YAML::Syck.compile.
+
 	* regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").
 
 Wed Jul 30 17:48:15 2008  Nobuyoshi Nakada  <nobu@r...>
@@ -21790,11 +21788,6 @@
 
 	* process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD.
 
-Sat Dec 22 15:54:54 2007  Martin Duerst  <duerst@i...>
-
-	* test/ruby/test_transcode.rb: Added simple tests for
-	  EUC-JP and Shift_JIS and tests for ASCII-only range
-
 Sat Dec 22 18:20:13 2007  NAKAMURA Usaku  <usa@r...>
 
 	* common.mk (version.o): add dependency. [ruby-dev:32680]
@@ -21844,6 +21837,9 @@
 
 	* ChangeLog: Information for last patch got lost, fixed
 
+	* test/ruby/test_transcode.rb: Added simple tests for
+	  EUC-JP and Shift_JIS and tests for ASCII-only range
+
 Sat Dec 22 15:45:45 2007  Martin Duerst  <duerst@i...>
 
 	* transcode_data_one_byte: slightly optimized
@@ -33005,8 +33001,6 @@
 	* lib/rdoc/parsers/c_parser.rb: Make Rdoc accessible.  Update constant
 	  value information.
 
-Mon Jan  1 06:13:11 2007  Eric Hodel  <drbrain@s...>
-
 	* ext/bigdecimal/bigdecimal.c: Update constant comments to provide
 	  values for RDoc.
 
@@ -34942,13 +34936,6 @@
 	  XML attribute which value is nil.  value "" and nil both were dumped
 	  as 'attr="value"'.  [ruby-dev:29395]
 
-Sat Sep  2 11:47:58 2006  Yukihiro Matsumoto  <matz@r...>
-
-	* eval.c (rb_eval): should handle when in else clause.  a patch
-	  from Eric Hodel <drbrain at segment7.net>.  [ruby-core:08662]
-
-	* parse.y (primary): wrap with NODE_CASE.  [ruby-core:08663]
-
 Sat Sep  2 12:00:32 2006  NAKAMURA, Hiroshi  <nahi@r...>
 
 	* lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)
@@ -38583,11 +38570,6 @@
 	* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
 	  expression.   [ruby-dev:27868]
 
-Mon Nov 28 20:24:22 2005  Tanaka Akira  <akr@m...>
-
-	* lib/pp.rb (PP::PPMethods#object_address_group): mask an address with
-	  word size.
-
 Tue Nov 29 23:57:05 2005  Nobuyoshi Nakada  <nobu@r...>
 
 	* parse.y (struct parser_params): heap must be placed at same offset
@@ -38606,6 +38588,9 @@
 
 Mon Nov 28 20:24:22 2005  Tanaka Akira  <akr@m...>
 
+	* lib/pp.rb (PP::PPMethods#object_address_group): mask an address with
+	  word size.
+
 	* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.
 
 Mon Nov 28 18:55:22 2005  NAKAMURA Usaku  <usa@r...>
@@ -56466,12 +56451,6 @@
 
 	* test/csv/test_csv.rb: add tests for above change.
 
-Sun Oct  5 23:27:09 2003  Tanaka Akira  <akr@m...>
-
-	* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.
-
-	* ext/socket/socket.c (thread_read_select): restored.
-
 Mon Oct  6 16:23:38 2003  Nobuyoshi Nakada  <nobu@r...>
 
 	* marshal.c (w_object): wrong method name in the message.
@@ -56501,6 +56480,10 @@
 
 Sun Oct  5 23:27:09 2003  Tanaka Akira  <akr@m...>
 
+	* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.
+
+	* ext/socket/socket.c (thread_read_select): restored.
+
 	* lib/pathname.rb: version information is added in document.
 
 Sun Oct  5 23:07:03 2003  Nobuyoshi Nakada  <nobu@r...>
@@ -57386,8 +57369,6 @@
 
 	* eval.c (struct tag): dst should be VALUE.
 
-Tue Sep  9 10:39:51 2003  Nobuyoshi Nakada  <nobu@r...>
-
 	* eval.c (localjump_destination): stop at the scope where the current
 	  block was created.  [ruby-dev:21353]
 
@@ -57963,8 +57944,13 @@
 
 	* ext/bigdecimal/lib/bigdecimal/math.rb: E implemented.
 
-Tue Aug 19 07:47:09 2003  GOTOU Yuuzou  <gotoyuzo@n...>
+Tue Aug 19 11:19:33 2003  Shugo Maeda  <shugo@r...>
 
+	* io.c (next_argv): should not call GetOpenFile() if rb_stdout is
+	  not a IO (T_FILE).
+
+Tue Aug 19 07:47:10 2003  GOTOU Yuuzou  <gotoyuzo@n...>
+
 	* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
 
 	* lib/webrick/https.rb: SSLSocket handling is moved to webrick/ssl.rb.
@@ -57984,11 +57970,6 @@
 	* ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): should close
 	  socket if SSLSocket raises error.
 
-Tue Aug 19 11:19:33 2003  Shugo Maeda  <shugo@r...>
-
-	* io.c (next_argv): should not call GetOpenFile() if rb_stdout is
-	  not a IO (T_FILE).
-
 Tue Aug 19 07:47:09 2003  GOTOU Yuuzou  <gotoyuzo@n...>
 
 	* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
@@ -58077,7 +58058,7 @@
 
 	* ext/bigdecimal/lib/bigdecimal/math.rb: atan() & sqrt() added.
 
-Fri Aug 15 12:01:43 2003  Nobuyoshi Nakada  <nobu@r...>
+Fri Aug 15 12:01:44 2003  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
 	  is larger than long.  [ruby-dev:21194]

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

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