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

ruby-changes:10037

From: kazu <ko1@a...>
Date: Fri, 16 Jan 2009 02:11:35 +0900 (JST)
Subject: [ruby-changes:10037] Ruby:r21580 (trunk): fix typos and cleanup some spaces

kazu	2009-01-16 02:10:01 +0900 (Fri, 16 Jan 2009)

  New Revision: 21580

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

  Log:
    fix typos and cleanup some spaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 21579)
+++ ChangeLog	(revision 21580)
@@ -28,7 +28,7 @@
 
 Fri Jan 16 00:27:03 2009  Koichi Sasada  <ko1@a...>
 
-	* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): 
+	* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):
 	  added.
 
 	* vm_insnhelper.h: ditto.
@@ -45,10 +45,10 @@
 Fri Jan 16 00:21:10 2009  NAKAMURA Usaku  <usa@r...>
 
 	* win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
-	  miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too.
+	  miniprelude.c, newline.c): shouldn't copy when $(srcdir) != ".", too.
 	  (this is a workaround.  we need more strict check.)
 
-	* win32/Makefile.sub ($(INSNS)): shound't remove BASERUBY.
+	* win32/Makefile.sub ($(INSNS)): shouldn't remove BASERUBY.
 
 Fri Jan 16 00:19:55 2009  Koichi Sasada  <ko1@a...>
 
@@ -142,8 +142,8 @@
 Wed Jan 14 16:16:19 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* ext/curses/extconf.rb: check ncursesw earlier than ncurses to
-	  support UTF-8 strings.   non UTF-8 strings should be converted
-	  explicitly.   [ruby-core:21094]
+	  support UTF-8 strings.  non UTF-8 strings should be converted
+	  explicitly.  [ruby-core:21094]
 
 Wed Jan 14 14:42:30 2009  TAKANO Mitsuhiro (takano32)  <tak@n...>
 
@@ -208,7 +208,7 @@
 Tue Jan 13 18:21:44 2009  NAKAMURA Usaku  <usa@r...>
 
 	* io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of
-	  fptr_finalize() because the fptr has special finalizser if it is a
+	  fptr_finalize() because the fptr has special finalizer if it is a
 	  pipe.  [ruby-dev:37757] (3)
 
 Tue Jan 13 18:19:49 2009  NAKAMURA Usaku  <usa@r...>
@@ -231,7 +231,7 @@
 	* win32/win32.c (extract_fd, rb_w32_select): use rb_fdset_t to expand
 	  fd_array if needed.  [ruby-core:19946]
 
-	* win32/win32.c (copy_fd): new funcion for rb_w32_select().
+	* win32/win32.c (copy_fd): new function for rb_w32_select().
 
 Tue Jan 13 12:31:54 2009  Yuki Sonoda (Yugui)  <yugui@y...>
 
@@ -17005,13 +17005,13 @@
 Wed Apr 30 21:36:40 2008  Masatoshi SEKI  <m_seki@m...>
 
 	* lib/erb.rb (url_encode): [ruby-dev:34497] ERB::Util#url_encode
-	  bug fix. Reported by rubikitch.
+	  buggy fix. Reported by rubikitch.
 
 	* test/erb/test_erb.rb: ditto
 
 Wed Apr 30 20:11:36 2008  James Edward Gray II  <jeg2@r...>
 
-	* lib/net/telnet.rb:  Fixing a bug where line endings would not be properly
+	* lib/net/telnet.rb: Fixing a bug where line endings would not be properly
 	  escaped when the two character ending was broken up into separate TCP
 	  packets.  Issue reported and patched by Brian Candler.
 

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

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