From: Grant M. <gr...@us...> - 2006-09-19 10:01:34
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14380 Modified Files: Changes Log Message: - integrate Dan Sully's patch to reduce memory usage Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Changes 19 Sep 2006 09:52:34 -0000 1.22 +++ Changes 19 Sep 2006 10:01:32 -0000 1.23 @@ -4,8 +4,10 @@ - allow '.' characters in variable names (suggested by Cosimo Streppone) - fix output of undefs in arrayrefs with SuppressEmpty (reported by ãã㪠- Kanna) - - tidy up code and docs around lexical filehandle passed to - OutputFile (report from Helge Sauer) + - tidy up code and docs around lexical filehandle passed to OutputFile + (report from Helge Sauer) + - reduce memory usage by passing XML strings by reference (patch from + Dan Sully) 2.14 Jan 29 2005 - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards) |