Revision history for Perl extension Storable::AMF. 0.01 Mon Aug 25 13:04:31 2008 - original version; created by h2xs 1.23 with options -A -n Data::AMF::XS 0.0200 ( 404) 2008-09-01 13:25:47 +0400 - blessed referenses added 0.0200 ( 405) 2008-09-01 15:21:37 +0400 - added documentation - some error handling 0.0200 ( 452) 2008-09-04 12:18:11 +0400 - add warnings && some code improvement && use setjmp - speed up dclone for 20% gain - add prototypes 0.0200 ( 487) 2008-09-26 18:30:43 +0400 - Minor error fixes 0.0200 ( 523) 2008-10-08 11:11:48 +0400 - fixed error with null array element - added support for self referenses structures 0.0200 ( 528) 2008-10-09 13:15:56 +0400 - fixed ecma_array - Create lots of real data tests 08(real-data) - Add unicode support 0.0200 ( 533) 2008-10-10 13:34:13 +0400 - begin work for AMF3 - amf3 numbers worked - added strings for amf3 - added tests for AMF3 and improve Storable::AMF3 (array && objects) 0.1200 ( 540) 2008-10-16 13:55:15 +0400 - Tested for memory leak (mainly AMF0 and some AMF3) - Uploaded to cpan - find bug report 0.1400 ( 581) 2008-11-07 11:25:31 +0300 - improved docs - deleted unused filex - improved doc and tests - remove UTF8 support 0.1500 ( 593) 2008-11-12 15:13:44 +0300 - fixed typos (date->data) - add support of bigendian machines 0.1500 ( 599) 2008-11-13 13:28:37 +0300 - implements parse bytearray, xml-doc, xml, date. Added more descriptive error codes - Added TODO section 0.1502 ( 603) 2008-11-14 13:28:37 +0300 - Remove Strange bug for BigEndian machine - Fixed int (I32) declaration for hv_iternextsv - Upgrade ExtUtils::MakeMaker to 6.48 - remove warnings: empty declaration 0.1503 ( 605) 2008-11-15 11:53:53 +0300 - Fixed read/write integer for BIGENDIAN machine 0.1600 ( 608) 2008-11-15 16:39:32 +0300 - Improved MakeFile. Some compile error for Solaris eliminated. 0.1700 ( 611) 2008-11-17 13:25:30 +0300 - fixed read_u* and read_s16 for big_endian machines 0.1701 ( 613) 2008-11-17 14:31:00 +0300 - Add Perl Licence. Add marker comments 0.1800 ( 615) 2008-11-18 10:39:57 +0300 - Fixed stupid typo( NetBSD ). 0.1900 ( 627) 2008-11-21 14:04:41 +0300 - Patch for Solaris 2.10 compile bug - Fixed implicit convertion strings to numbers in some cases - Improved Makefile.PL 0.2000 ( 634) 2008-11-24 17:32:35 +0300 - added lots tests for date. more date. more references.(AMF0). - Some algoritms fixed for date 0.2100 ( 644) 2008-11-25 17:22:07 +0300 - Added XMLDocument type parse(amf0) - Added freeze long string. More tests 0.2200 ( 694) 2008-12-05 12:45:20 +0300 - blessed references mod to undef - added more error messages. - Added tests for AMF3. - Fixed thaw_amf3 for array. - Fixed test for AMF3 XML 0.2300 ( 704) 2008-12-08 11:54:41 +0300 - Fixed bug behavior for freeze. - Added tests for blessed or not CODEREF, etc. 0.2400 ( 706) 2008-12-08 14:25:38 +0300 - Add negative tests for trimed and extra bytes in stream (thaw). Bug with successfully parses was fixed. 0.2600 ( 718) 2008-12-09 17:57:51 +0300 - added Carp for store, nstore, etc. 0.2700 ( 746) 2008-12-12 18:56:23 +0300 - added aux function: ref_destroy ref_lost_memory