OSDN Git Service

client 0.6.2 release
authornaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sun, 1 Aug 2010 06:43:03 +0000 (06:43 +0000)
committernaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sun, 1 Aug 2010 06:43:03 +0000 (06:43 +0000)
commitfd3c4aad1e26f9baf71607fae8d65a3fee88c6f5
treed275459c2a788e8ecc055ccc65a8d768038df859
parenta124c9eabff6604ad8ccaa2816bd2248d0d4ce12
client 0.6.2 release

git-svn-id: svn+ssh://svn.osdn.net/svnroot/unagi@364 24ea1065-a21e-4ca1-99c9-f5125deb0858
72 files changed:
client/tag/0.6.2/Makefile [new file with mode: 0644]
client/tag/0.6.2/anago/Makefile.unix [new file with mode: 0644]
client/tag/0.6.2/anago/Makefile.windows [new file with mode: 0644]
client/tag/0.6.2/anago/anago.c [new file with mode: 0644]
client/tag/0.6.2/anago/anago.mk [new file with mode: 0644]
client/tag/0.6.2/anago/dumpcore.nut [new file with mode: 0644]
client/tag/0.6.2/anago/flash_device.c [new file with mode: 0644]
client/tag/0.6.2/anago/flash_device.h [new file with mode: 0644]
client/tag/0.6.2/anago/flashcore.nut [new file with mode: 0644]
client/tag/0.6.2/anago/flashdevice.nut [new file with mode: 0644]
client/tag/0.6.2/anago/progress.c [new file with mode: 0644]
client/tag/0.6.2/anago/progress.h [new file with mode: 0644]
client/tag/0.6.2/anago/reader_dummy.c [new file with mode: 0644]
client/tag/0.6.2/anago/reader_dummy.h [new file with mode: 0644]
client/tag/0.6.2/anago/script.lua.c [new file with mode: 0644]
client/tag/0.6.2/anago/script_common.c [new file with mode: 0644]
client/tag/0.6.2/anago/script_common.h [new file with mode: 0644]
client/tag/0.6.2/anago/script_dump.c [new file with mode: 0644]
client/tag/0.6.2/anago/script_dump.h [new file with mode: 0644]
client/tag/0.6.2/anago/script_flash.c [new file with mode: 0644]
client/tag/0.6.2/anago/script_flash.h [new file with mode: 0644]
client/tag/0.6.2/anago/squirrel_wrap.c [new file with mode: 0644]
client/tag/0.6.2/anago/squirrel_wrap.h [new file with mode: 0644]
client/tag/0.6.2/client_test.h [new file with mode: 0644]
client/tag/0.6.2/config.h [new file with mode: 0644]
client/tag/0.6.2/crc32.c [new file with mode: 0644]
client/tag/0.6.2/crc32.h [new file with mode: 0644]
client/tag/0.6.2/crctable.h [new file with mode: 0644]
client/tag/0.6.2/file.c [new file with mode: 0644]
client/tag/0.6.2/file.h [new file with mode: 0644]
client/tag/0.6.2/file.mak [new file with mode: 0644]
client/tag/0.6.2/flashmemory.c [new file with mode: 0644]
client/tag/0.6.2/flashmemory.h [new file with mode: 0644]
client/tag/0.6.2/giveio.c [new file with mode: 0644]
client/tag/0.6.2/giveio.h [new file with mode: 0644]
client/tag/0.6.2/hard_dozeu.h [new file with mode: 0644]
client/tag/0.6.2/hard_hongkongfc.h [new file with mode: 0644]
client/tag/0.6.2/hard_onajimi.h [new file with mode: 0644]
client/tag/0.6.2/header.c [new file with mode: 0644]
client/tag/0.6.2/header.h [new file with mode: 0644]
client/tag/0.6.2/meg.ico [new file with mode: 0644]
client/tag/0.6.2/memory_manage.c [new file with mode: 0644]
client/tag/0.6.2/memory_manage.h [new file with mode: 0644]
client/tag/0.6.2/paralellport.h [new file with mode: 0644]
client/tag/0.6.2/profile/profile.mak [new file with mode: 0644]
client/tag/0.6.2/reader_dozeu.h [new file with mode: 0644]
client/tag/0.6.2/reader_hongkongfc.c [new file with mode: 0644]
client/tag/0.6.2/reader_hongkongfc.h [new file with mode: 0644]
client/tag/0.6.2/reader_kazzo.c [new file with mode: 0644]
client/tag/0.6.2/reader_kazzo.h [new file with mode: 0644]
client/tag/0.6.2/reader_master.c [new file with mode: 0644]
client/tag/0.6.2/reader_master.h [new file with mode: 0644]
client/tag/0.6.2/reader_onajimi.c [new file with mode: 0644]
client/tag/0.6.2/reader_onajimi.h [new file with mode: 0644]
client/tag/0.6.2/release/release.mak [new file with mode: 0644]
client/tag/0.6.2/release/unagi.cfg [new file with mode: 0644]
client/tag/0.6.2/rule.mak [new file with mode: 0644]
client/tag/0.6.2/script.h [new file with mode: 0644]
client/tag/0.6.2/script_engine.c [new file with mode: 0644]
client/tag/0.6.2/script_syntax.c [new file with mode: 0644]
client/tag/0.6.2/script_syntax.h [new file with mode: 0644]
client/tag/0.6.2/syntax_data.h [new file with mode: 0644]
client/tag/0.6.2/textutil.c [new file with mode: 0644]
client/tag/0.6.2/textutil.h [new file with mode: 0644]
client/tag/0.6.2/type.h [new file with mode: 0644]
client/tag/0.6.2/unagi.c [new file with mode: 0644]
client/tag/0.6.2/unagi.ico [new file with mode: 0644]
client/tag/0.6.2/unagi.rc [new file with mode: 0644]
client/tag/0.6.2/unagi.txt [new file with mode: 0644]
client/tag/0.6.2/usb_device.c [new file with mode: 0644]
client/tag/0.6.2/usb_device.h [new file with mode: 0644]
client/tag/0.6.2/version.h [new file with mode: 0644]