From d75a7fc0597b2a7400c94458785233ee88e1b5c0 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 26 Sep 2009 20:37:06 +0000 Subject: * ext/json/ext/generator/generator.c: Documention patch by okkez. [Bug #2075] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b4b24850..84e3a587a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 27 05:35:17 2009 NARUSE, Yui + + * ext/json/ext/generator/generator.c: Documention patch by okkez. + [Bug #2075] + Sun Sep 27 04:20:55 2009 NARUSE, Yui * string.c (rb_str_inspect): result's encoding should be fixed. @@ -7,6 +12,7 @@ Sun Sep 27 04:20:55 2009 NARUSE, Yui US-ASCII. Characters in ASCII-incompatible encoding or non ASCII characters in other than the encoding will be \xXX escaped. + [ruby-dev:39343] * string.c (str_buf_cat2): defined. -- cgit