summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-03 07:37:35 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-03 07:37:35 +0000
commit1e5c02ddd5e7444128572d960bd4bdd3bf41474c (patch)
tree2700d8fdf9f2efd50abf6d56a7e2bddd34481df7
parented22e8690ba1d53442f6de26308c1cfd7b59bf18 (diff)
Cosmetic change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f8a5cd5317..9e49248967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Wed Dec 3 16:25:55 2008 Akinori MUSHA <knu@iDaemons.org>
* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv to
- rb_utf8_to_uv and export.
+ rb_utf8_to_uv and export it.
* re.c (str_ord): Backport String#ord from 1.9 (sort of);
requested by Shinichiro Hamaji in [ruby-dev:37247].
@@ -11,7 +11,7 @@ Wed Dec 3 16:17:36 2008 Akinori MUSHA <knu@iDaemons.org>
* string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyte
and String#setbyte for the forward compatibility with 1.9, where
the behavior of String#[] and String#[]= have changed; based on
- a patch from Shinichiro Hamaji in [ruby-dev:37247].
+ a patch from Shinichiro Hamaji in [ruby-dev:37247].
Wed Dec 3 09:26:29 2008 Yukihiro Matsumoto <matz@ruby-lang.org>