faster zip implementation, works only for one zip archive right now, since there...
authorjowenn <none@none>
Sun, 23 Nov 2003 22:14:35 +0000 (22:14 +0000)
committerjowenn <none@none>
Sun, 23 Nov 2003 22:14:35 +0000 (22:14 +0000)
commit091809142ae9d603c6deae666229455c4ce9cbd9
tree586358067f21cc1a9e0be1b11598088439b4c4f3
parentc14a08992a8fae7b1e2642a7f42522e73d70a6dd
faster zip implementation, works only for one zip archive right now, since there is a single static pointer. Will be removed in the future. helper code for reflection
12 files changed:
jni.c
loader.c
native.c
native.h
src/native/jni.c
src/native/native.c
src/native/native.h
src/vm/loader.c
src/vm/unzip.c
src/vm/unzip.h
unzip.c
unzip.h