Update of /cvsroot/perl-xml/Frontier-RPC
In directory usw-pr-cvs1:/tmp/cvs-serv9937
Modified Files:
ChangeLog Changes
Log Message:
* lib/Frontier/RPC2.pm: added repr subroutine for String datatype
so that an explicity-specified String type encodes < > & and "
Index: ChangeLog
===================================================================
RCS file: /cvsroot/perl-xml/Frontier-RPC/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog 2 Aug 2002 14:54:50 -0000 1.27
+++ ChangeLog 2 Aug 2002 18:35:21 -0000 1.28
@@ -1,3 +1,8 @@
+2002-08-02 Ivan Kohler <iva...@42...>
+
+ * lib/Frontier/RPC2.pm: added repr subroutine for String datatype
+ so that an explicity-specified String type encodes < > & and "
+
2002-08-02 Ken MacLeod <ke...@bi...>
* docs/make-rel: added
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/Frontier-RPC/Changes,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Changes 2 Aug 2002 14:54:50 -0000 1.26
+++ Changes 2 Aug 2002 18:35:21 -0000 1.27
@@ -26,6 +26,8 @@
- create an Integer special object for <int>s (was just
<i4>s), reported by John Posner
- use_objects wasn't working, reported by John Posner
+ - an explicity-specified String type now correctly
+ encodes < > & and "
0.06 Sat Nov 20 17:09:40 CST 1999
- Nick Bauman <nix...@ya...> sent in a patch to add
|