ruby-changes:17974
From: kazu <ko1@a...>
Date: Wed, 1 Dec 2010 20:10:16 +0900 (JST)
Subject: [ruby-changes:17974] Ruby:r29994 (trunk): fix typos
kazu 2010-12-01 20:07:00 +0900 (Wed, 01 Dec 2010) New Revision: 29994 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29994 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 29993) +++ ChangeLog (revision 29994) @@ -29,17 +29,17 @@ * string.c (rb_str_inspect): inspect as a dummy encoding string when a UTF-16/32 (not BE/LE) string does not have a BOM. - Unicode and some RFCs say that a string labeld as UTF-16/32 + Unicode and some RFCs say that a string labeled as UTF-16/32 doesn't have a BOM, it should be considered big endian. But many Windows programs generates little endian UTF-16 strings without a BOM. So String#inspect treats a string - labeled UTF-16/32 withaout a BOM as a dummy encoding string. + labeled UTF-16/32 without a BOM as a dummy encoding string. patched by Martin Duerst. [ruby-core:33461] Tue Nov 30 17:04:10 2010 NARUSE, Yui <naruse@r...> * addr2line.c (parse_debug_line_cu): ignore DW_LNE_set_discriminator. - To ignore, it needs to read a sigle unsigned LEB128 integer. + To ignore, it needs to read a single unsigned LEB128 integer. Tue Nov 30 16:29:19 2010 NARUSE, Yui <naruse@r...> @@ -67,7 +67,7 @@ Tue Nov 30 05:03:44 2010 Eric Hodel <drbrain@s...> * lib/uri/common.rb (encode_www_form, encode_www_form_component): - Improve english in documentation. + Improve English in documentation. * ext/openssl/ossl_ssl.c (ssl_version=, ciphers=): Document #ssl_version=, add documentation for #ciphers=. @@ -123,7 +123,7 @@ Mon Nov 28 21:54:22 2010 Koichi Sasada <ko1@a...> * thread_pthread.c (native_cond_*): Check return code. - (Some OSs except Linux return error code). + (Some OSes except Linux return error code). Sun Nov 28 21:46:21 2010 Nobuyoshi Nakada <nobu@r...> @@ -146,7 +146,7 @@ Sun Nov 28 14:46:24 2010 Nobuyoshi Nakada <nobu@r...> - * thread_pthread.c (gvl_reinit): register atfork hander only in + * thread_pthread.c (gvl_reinit): register atfork handler only in the parent process, to get rid of dead lock. Sun Nov 28 12:23:57 2010 Koichi Sasada <ko1@a...> @@ -159,8 +159,8 @@ (2) Wake-up queued threads. The wake-up order is simple FIFO. (We can make several queues to support exact priorities, however this causes some issues such as priority inversion and so on.) - This impl. prevents spin-loop (*1) caused on SMP environemnts. - *1: Only one Ruby thread acqures GVL again and again. + This impl. prevents spin-loop (*1) caused on SMP environments. + *1: Only one Ruby thread acquires GVL again and again. Bug #2359 [ruby-core:26694] * thread_win32.c, thread_win32.h: Using simple lock @@ -292,7 +292,7 @@ * regcomp.c (print_distance_range): use PRIuSIZE. * regcomp.c (print_optimize_info): use %ld because the type of - calcutated value of integers is long. + calculated value of integers is long. * regexec.c (onig_print_compiled_byte_code): add prototype. @@ -358,11 +358,11 @@ Tue Nov 23 21:59:47 2010 Nobuyoshi Nakada <nobu@r...> * win32/win32.c (wlink, rb_w32_getppid): use typedef instead of - repeating compilcated function prototypes. + repeating complicated function prototypes. Tue Nov 23 18:54:03 2010 Nobuyoshi Nakada <nobu@r...> - * vm.c (rb_thread_mark): should mark self in conrol + * vm.c (rb_thread_mark): should mark self in control frames. [ruby-core:33289] Tue Nov 23 07:57:31 2010 Tadayoshi Funaba <tadf@d...> @@ -379,7 +379,7 @@ Tue Nov 23 07:22:54 2010 Nobuyoshi Nakada <nobu@r...> - * ChangeLog (change-log-indent-text): hunging indent. + * ChangeLog (change-log-indent-text): hanging indent. Tue Nov 23 06:30:51 2010 Nobuyoshi Nakada <nobu@r...> @@ -524,9 +524,9 @@ Wed Nov 17 16:04:23 2010 Yuki Sonoda (Yugui) <yugui@y...> * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn): - new assersion to assert that a particular warning message is + new assertion to assert that a particular warning message is displayed. - forwardport from branches/ruby_1_9_2@29795. + forward port from branches/ruby_1_9_2@29795. Wed Nov 17 15:16:48 2010 NARUSE, Yui <naruse@r...> @@ -638,7 +638,7 @@ Sat Nov 13 01:31:30 2010 Akio Tajima <artonx@y...> * win32/Makefile.sub: reorder variable End Of Message (don't display it) - + Fri Nov 12 20:52:34 2010 Nobuyoshi Nakada <nobu@r...> * common.mk (showflags, help): use caret to quote leading spaces on Windows. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/