From 98cbcf1bd7909306d2ba542aaff2eceb71ccb5c1 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 5 Mar 2008 19:34:15 +0000 Subject: * string.c (count_utf8_lead_bytes_with_ulong): fix shift size. [ruby-dev:33993] * string.c (str_utf8_nth) fix wrong counting. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00aad39c73..e289a15b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 6 04:32:06 2008 NARUSE, Yui + + * string.c (count_utf8_lead_bytes_with_ulong): fix shift size. + [ruby-dev:33993] + + * string.c (str_utf8_nth) fix wrong counting. + Thu Mar 6 00:34:00 2008 Nobuyoshi Nakada * sprintf.c (rb_str_format): size_t returned from strlen() can be @@ -7,7 +14,7 @@ Thu Mar 6 00:31:39 2008 Nobuyoshi Nakada * struct.c (make_struct): preserve encoding of struct name. -Wed Mar 05 22:49:20 2008 NARUSE, Yui +Wed Mar 5 22:49:20 2008 NARUSE, Yui * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong): defined for UTF-8 optimization. @@ -22,7 +29,7 @@ Wed Mar 5 17:53:01 2008 Nobuyoshi Nakada * file.c (rb_file_flock): returns false on EAGAIN if non-blocking. [ruby-core:15795] -Web Mar 5 17:43:43 2008 Martin Duerst +Wed Mar 5 17:43:43 2008 Martin Duerst * transcode.c (transcode_loop): Adjusted detection of invalid (ill-formed) UTF-8 sequences. Fixing potential security issue, see @@ -85,7 +92,7 @@ Tue Mar 4 16:29:06 2008 Yukihiro Matsumoto * parse.y (parser_yylex): disallow non digits '0o' expression. -Tue Mar 04 14:35:12 2008 NARUSE, Yui +Tue Mar 4 14:35:12 2008 NARUSE, Yui * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open. [ruby-core:15763] @@ -99,7 +106,7 @@ Tue Mar 4 10:21:03 2008 Nobuyoshi Nakada * gc.c (add_heap): use binary search to find the place to insert the new heap slot. [ruby-dev:33983] -Tue Mar 04 05:30:31 2008 NARUSE, Yui +Tue Mar 4 05:30:31 2008 NARUSE, Yui * io.c (open_key_args): use rb_io_open instead of rb_f_open. [ruby-core:15746] @@ -189,7 +196,7 @@ Sat Mar 1 12:15:42 2008 Yukihiro Matsumoto * thread.c (remove_event_hook): should not access freed memory. [ruby-dev:31820] -Sat Mar 01 10:31:19 2008 NARUSE, Yui +Sat Mar 1 10:31:19 2008 NARUSE, Yui * io.c (read_all, rb_io_getline_fast): encoding is io_input_encoding. -- cgit v1.2.3