The 'save' command in javaloader was broken when saving large modules (modules with sibling cod files). This patch assembles a pkzip file with sibling cod files.
I added a dependency to zlib because there is a crc32 function in it and pkzip format uses crc to validate entries. It's an optional dependency though because you can still unpack a pkzip file that has zeros in the crc field, the unpacker will just give you warnings that the pieces failed the check. The 'load' command needs some cleanup... namely it should use the pkzip structs that I added to avoid errors while loading certain cod files. That's next on the TODO list for me. -- Josh Kropf <j...@slashdev.ca>
0002-Pack-sibling-cod-files-into-pkzip-format-during-save.patch
Description: Binary data
------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
_______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel