cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser SimpleSerializer.java

2002-09-24 Thread gdaniels
gdaniels2002/09/24 07:40:20 Modified:java/test/encoding TestAttributes.java java/src/org/apache/axis/encoding/ser SimpleSerializer.java Log: Always write safe strings with the SimpleSerializer. Fixes bugs: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12452

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser SimpleSerializer.java

2002-04-18 Thread tomj
tomj02/04/18 12:02:31 Modified:java/src/org/apache/axis/encoding/ser SimpleSerializer.java Log: Fix bug 8111: Use isNaN instead of == in SimpleSerializer. Revision ChangesPath 1.11 +1 -1 xml-axis/java/src/org/apache/axis/encoding/ser/SimpleSerializer.java

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser SimpleSerializer.java

2002-03-10 Thread gdaniels
gdaniels02/03/10 21:05:27 Modified:java/src/org/apache/axis/encoding/ser SimpleSerializer.java Log: Use propName directly now. Revision ChangesPath 1.7 +1 -1 xml-axis/java/src/org/apache/axis/encoding/ser/SimpleSerializer.java Index: SimpleSerializer.jav