From 7c1cd66dd8fe1e7a7553de0442655f1d2584dfd5 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Sep 2008 03:20:51 +0000 Subject: * enc/trans/escape.trans (escape_html_attr_init): new function. (fun_so_escape_html_attr): new function. (escape_html_attr_finish): new function. (rb_escape_html_attr): use them to quote the converted result. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e343da422..54cdac37d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 6 12:19:36 2008 Tanaka Akira + + * enc/trans/escape.trans (escape_html_attr_init): new function. + (fun_so_escape_html_attr): new function. + (escape_html_attr_finish): new function. + (rb_escape_html_attr): use them to quote the converted result. + Sat Sep 6 07:54:36 2008 Tadayoshi Funaba * complex.c: uses f_real_p macro. -- cgit