From 8b2bb198d1a635e3c9707b1e050171f416a6c0a9 Mon Sep 17 00:00:00 2001 From: mazze Date: Tue, 7 Aug 2012 10:21:18 +0000 Subject: [PATCH] Merging diskimagedevice 52.78 into the main branch. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45409 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/diskimage/bz2_library/LICENSE | 0 workbench/devs/diskimage/bz2_library/README | 0 workbench/devs/diskimage/bz2_library/stub_m68k.s | 0 workbench/devs/diskimage/bz2_library/stub_x86.s | 0 .../device/catalogs/diskimagedevice_french.ct | 0 .../device/catalogs/diskimagedevice_swedish.ct | 0 .../device/catalogs/diskimagedevice_turkish.ct | 0 .../diskimage/device/catalogs/fran\303\247ais.ct" | 0 .../devs/diskimage/device/catalogs/svenska.ct | 0 .../device/catalogs/t\303\274rk\303\247e.ct" | 0 workbench/devs/diskimage/device/scsicmd.c | 12 +- workbench/devs/diskimage/device/stub_m68k.s | 0 workbench/devs/diskimage/device/stub_x86.s | 0 workbench/devs/diskimage/expat_library/COPYING | 0 workbench/devs/diskimage/expat_library/stub_x86.s | 0 .../diskimage/include/amigaos/clib/bz2_protos.h | 4 +- .../include/amigaos/clib/diskimage_protos.h | 4 +- .../devs/diskimage/include/amigaos/clib/z_protos.h | 4 +- workbench/devs/diskimage/include/device_locale.h | 184 +++++++----- workbench/devs/diskimage/plugins/stub_x86.s | 0 .../devs/diskimage/png_image/png_image.readme | 0 workbench/devs/diskimage/png_image/stub_m68k.s | 0 .../ra_gui/catalogs/diskimagegui_french.ct | 0 .../ra_gui/catalogs/diskimagegui_polski.ct | 0 .../ra_gui/catalogs/diskimagegui_swedish.ct | 0 .../ra_gui/catalogs/diskimagegui_turkish.ct | 0 workbench/devs/diskimage/ra_gui/include/locale.h | 324 +++++++++++---------- workbench/devs/diskimage/sfd/amissl_lib.sfd | 0 workbench/devs/diskimage/sfd/amisslmaster_lib.sfd | 0 workbench/devs/diskimage/sfd/screennotify_lib.sfd | 0 .../diskimage/support/amigaos/allocvecpooled.s | 0 .../diskimage/support/amigaos/asprintfpooled.s | 0 workbench/devs/diskimage/support/m68k/swab2.s | 0 workbench/devs/diskimage/z_library/stub_m68k.s | 0 workbench/devs/diskimage/z_library/stub_x86.s | 0 .../devs/diskimage/zune_gui/catalogs/deutsch.ct | 0 36 files changed, 292 insertions(+), 240 deletions(-) mode change 100755 => 100644 workbench/devs/diskimage/bz2_library/LICENSE mode change 100755 => 100644 workbench/devs/diskimage/bz2_library/README mode change 100755 => 100644 workbench/devs/diskimage/bz2_library/stub_m68k.s mode change 100755 => 100644 workbench/devs/diskimage/bz2_library/stub_x86.s mode change 100755 => 100644 workbench/devs/diskimage/device/catalogs/diskimagedevice_french.ct mode change 100755 => 100644 workbench/devs/diskimage/device/catalogs/diskimagedevice_swedish.ct mode change 100755 => 100644 workbench/devs/diskimage/device/catalogs/diskimagedevice_turkish.ct mode change 100755 => 100644 "workbench/devs/diskimage/device/catalogs/fran\303\247ais.ct" mode change 100755 => 100644 workbench/devs/diskimage/device/catalogs/svenska.ct mode change 100755 => 100644 "workbench/devs/diskimage/device/catalogs/t\303\274rk\303\247e.ct" mode change 100755 => 100644 workbench/devs/diskimage/device/stub_m68k.s mode change 100755 => 100644 workbench/devs/diskimage/device/stub_x86.s mode change 100755 => 100644 workbench/devs/diskimage/expat_library/COPYING mode change 100755 => 100644 workbench/devs/diskimage/expat_library/stub_x86.s mode change 100755 => 100644 workbench/devs/diskimage/plugins/stub_x86.s mode change 100755 => 100644 workbench/devs/diskimage/png_image/png_image.readme mode change 100755 => 100644 workbench/devs/diskimage/png_image/stub_m68k.s mode change 100755 => 100644 workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_french.ct mode change 100755 => 100644 workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_polski.ct mode change 100755 => 100644 workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_swedish.ct mode change 100755 => 100644 workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_turkish.ct mode change 100755 => 100644 workbench/devs/diskimage/sfd/amissl_lib.sfd mode change 100755 => 100644 workbench/devs/diskimage/sfd/amisslmaster_lib.sfd mode change 100755 => 100644 workbench/devs/diskimage/sfd/screennotify_lib.sfd mode change 100755 => 100644 workbench/devs/diskimage/support/amigaos/allocvecpooled.s mode change 100755 => 100644 workbench/devs/diskimage/support/amigaos/asprintfpooled.s mode change 100755 => 100644 workbench/devs/diskimage/support/m68k/swab2.s mode change 100755 => 100644 workbench/devs/diskimage/z_library/stub_m68k.s mode change 100755 => 100644 workbench/devs/diskimage/z_library/stub_x86.s mode change 100755 => 100644 workbench/devs/diskimage/zune_gui/catalogs/deutsch.ct diff --git a/workbench/devs/diskimage/bz2_library/LICENSE b/workbench/devs/diskimage/bz2_library/LICENSE old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/bz2_library/README b/workbench/devs/diskimage/bz2_library/README old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/bz2_library/stub_m68k.s b/workbench/devs/diskimage/bz2_library/stub_m68k.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/bz2_library/stub_x86.s b/workbench/devs/diskimage/bz2_library/stub_x86.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/catalogs/diskimagedevice_french.ct b/workbench/devs/diskimage/device/catalogs/diskimagedevice_french.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/catalogs/diskimagedevice_swedish.ct b/workbench/devs/diskimage/device/catalogs/diskimagedevice_swedish.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/catalogs/diskimagedevice_turkish.ct b/workbench/devs/diskimage/device/catalogs/diskimagedevice_turkish.ct old mode 100755 new mode 100644 diff --git "a/workbench/devs/diskimage/device/catalogs/fran\303\247ais.ct" "b/workbench/devs/diskimage/device/catalogs/fran\303\247ais.ct" old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/catalogs/svenska.ct b/workbench/devs/diskimage/device/catalogs/svenska.ct old mode 100755 new mode 100644 diff --git "a/workbench/devs/diskimage/device/catalogs/t\303\274rk\303\247e.ct" "b/workbench/devs/diskimage/device/catalogs/t\303\274rk\303\247e.ct" old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/scsicmd.c b/workbench/devs/diskimage/device/scsicmd.c index 461a87aab7..89f398b794 100644 --- a/workbench/devs/diskimage/device/scsicmd.c +++ b/workbench/devs/diskimage/device/scsicmd.c @@ -214,9 +214,9 @@ LONG DoSCSICmd (struct IOStdReq *io, struct SCSICmd *scsi) { BytePackWrite8(&data, track->track_num); BytePackWrite8(&data, 0); if (cmd[1] & 2) { - uint8 h, m, s, f; - ADDR2HMSF(addr, h, m, s, f); - BytePackWrite8(&data, h); + uint8 m, s, f; + ADDR2MSF(addr, m, s, f); + BytePackWrite8(&data, 0); BytePackWrite8(&data, m); BytePackWrite8(&data, s); BytePackWrite8(&data, f); @@ -231,9 +231,9 @@ LONG DoSCSICmd (struct IOStdReq *io, struct SCSICmd *scsi) { BytePackWrite8(&data, 0xaa); BytePackWrite8(&data, 0); if (cmd[1] & 2) { - uint8 h, m, s, f; - ADDR2HMSF(addr, h, m, s, f); - BytePackWrite8(&data, h); + uint8 m, s, f; + ADDR2MSF(addr, m, s, f); + BytePackWrite8(&data, 0); BytePackWrite8(&data, m); BytePackWrite8(&data, s); BytePackWrite8(&data, f); diff --git a/workbench/devs/diskimage/device/stub_m68k.s b/workbench/devs/diskimage/device/stub_m68k.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/device/stub_x86.s b/workbench/devs/diskimage/device/stub_x86.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/expat_library/COPYING b/workbench/devs/diskimage/expat_library/COPYING old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/expat_library/stub_x86.s b/workbench/devs/diskimage/expat_library/stub_x86.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/include/amigaos/clib/bz2_protos.h b/workbench/devs/diskimage/include/amigaos/clib/bz2_protos.h index 484ebded95..b6ae9bbf2e 100644 --- a/workbench/devs/diskimage/include/amigaos/clib/bz2_protos.h +++ b/workbench/devs/diskimage/include/amigaos/clib/bz2_protos.h @@ -3,11 +3,11 @@ /* -** $VER: bz2_protos.h 2.1 (23.11.2011) +** $VER: bz2_protos.h 2.1 (28.05.2012) ** ** C prototypes. For use with 32 bit integers only. ** -** Copyright © 2011 +** Copyright © 2012 ** All Rights Reserved */ diff --git a/workbench/devs/diskimage/include/amigaos/clib/diskimage_protos.h b/workbench/devs/diskimage/include/amigaos/clib/diskimage_protos.h index bf9520cd72..b321235628 100644 --- a/workbench/devs/diskimage/include/amigaos/clib/diskimage_protos.h +++ b/workbench/devs/diskimage/include/amigaos/clib/diskimage_protos.h @@ -3,11 +3,11 @@ /* -** $VER: diskimage_protos.h 52.1 (23.11.2011) +** $VER: diskimage_protos.h 52.1 (28.05.2012) ** ** C prototypes. For use with 32 bit integers only. ** -** Copyright © 2011 +** Copyright © 2012 ** All Rights Reserved */ diff --git a/workbench/devs/diskimage/include/amigaos/clib/z_protos.h b/workbench/devs/diskimage/include/amigaos/clib/z_protos.h index ebaf3423f0..0a5ba4fd4b 100644 --- a/workbench/devs/diskimage/include/amigaos/clib/z_protos.h +++ b/workbench/devs/diskimage/include/amigaos/clib/z_protos.h @@ -3,11 +3,11 @@ /* -** $VER: z_protos.h 1.0 (23.11.2011) +** $VER: z_protos.h 1.0 (28.05.2012) ** ** C prototypes. For use with 32 bit integers only. ** -** Copyright © 2011 +** Copyright © 2012 ** All Rights Reserved */ diff --git a/workbench/devs/diskimage/include/device_locale.h b/workbench/devs/diskimage/include/device_locale.h index 0864c032c1..cf9d625e07 100644 --- a/workbench/devs/diskimage/include/device_locale.h +++ b/workbench/devs/diskimage/include/device_locale.h @@ -1,10 +1,15 @@ #ifndef DEVICE_LOCALE_H #define DEVICE_LOCALE_H + +/****************************************************************************/ + + /* This file was created automatically by CatComp. * Do NOT edit by hand! */ + #ifndef EXEC_TYPES_H #include #endif @@ -24,6 +29,10 @@ #endif #endif + +/****************************************************************************/ + + #ifdef CATCOMP_NUMBERS #define MSG_OK_GAD 0 @@ -51,7 +60,11 @@ #define MSG_BZLIBERR 22 #define MSG_UNKNENCRMETHOD 23 -#endif +#endif /* CATCOMP_NUMBERS */ + + +/****************************************************************************/ + #ifdef CATCOMP_STRINGS @@ -80,100 +93,113 @@ #define MSG_BZLIBERR_STR "bz2.library error" #define MSG_UNKNENCRMETHOD_STR "unsupported encryption method" -#endif +#endif /* CATCOMP_STRINGS */ + + +/****************************************************************************/ + #ifdef CATCOMP_ARRAY struct CatCompArrayType { - LONG cca_ID; - CONST_STRPTR cca_Str; + LONG cca_ID; + CONST_STRPTR cca_Str; }; STATIC CONST struct CatCompArrayType CatCompArray[] = { - {MSG_OK_GAD,(CONST_STRPTR)MSG_OK_GAD_STR}, - {MSG_CANCEL_GAD,(CONST_STRPTR)MSG_CANCEL_GAD_STR}, - {MSG_PASSWORD_REQ,(CONST_STRPTR)MSG_PASSWORD_REQ_STR}, - {MSG_NOZLIB,(CONST_STRPTR)MSG_NOZLIB_STR}, - {MSG_NOCAPSDEV,(CONST_STRPTR)MSG_NOCAPSDEV_STR}, - {MSG_CANCELED,(CONST_STRPTR)MSG_CANCELED_STR}, - {MSG_NOPASSWD,(CONST_STRPTR)MSG_NOPASSWD_STR}, - {MSG_WRONGPASSWD,(CONST_STRPTR)MSG_WRONGPASSWD_STR}, - {MSG_ZLIBERR,(CONST_STRPTR)MSG_ZLIBERR_STR}, - {MSG_CAPSERR,(CONST_STRPTR)MSG_CAPSERR_STR}, - {MSG_XPKERR,(CONST_STRPTR)MSG_XPKERR_STR}, - {MSG_XADERR,(CONST_STRPTR)MSG_XADERR_STR}, - {MSG_UNKNDISKIMGTYPE,(CONST_STRPTR)MSG_UNKNDISKIMGTYPE_STR}, - {MSG_UNKNCOMPMETHOD,(CONST_STRPTR)MSG_UNKNCOMPMETHOD_STR}, - {MSG_EOF,(CONST_STRPTR)MSG_EOF_STR}, - {MSG_BADDATA,(CONST_STRPTR)MSG_BADDATA_STR}, - {MSG_BADCRC,(CONST_STRPTR)MSG_BADCRC_STR}, - {MSG_BADCHECKSUM,(CONST_STRPTR)MSG_BADCHECKSUM_STR}, - {MSG_REQ,(CONST_STRPTR)MSG_REQ_STR}, - {MSG_REQVER,(CONST_STRPTR)MSG_REQVER_STR}, - {MSG_WRONGDAA,(CONST_STRPTR)MSG_WRONGDAA_STR}, - {MSG_EXPATERR,(CONST_STRPTR)MSG_EXPATERR_STR}, - {MSG_BZLIBERR,(CONST_STRPTR)MSG_BZLIBERR_STR}, - {MSG_UNKNENCRMETHOD,(CONST_STRPTR)MSG_UNKNENCRMETHOD_STR}, + {MSG_OK_GAD,(CONST_STRPTR)MSG_OK_GAD_STR}, + {MSG_CANCEL_GAD,(CONST_STRPTR)MSG_CANCEL_GAD_STR}, + {MSG_PASSWORD_REQ,(CONST_STRPTR)MSG_PASSWORD_REQ_STR}, + {MSG_NOZLIB,(CONST_STRPTR)MSG_NOZLIB_STR}, + {MSG_NOCAPSDEV,(CONST_STRPTR)MSG_NOCAPSDEV_STR}, + {MSG_CANCELED,(CONST_STRPTR)MSG_CANCELED_STR}, + {MSG_NOPASSWD,(CONST_STRPTR)MSG_NOPASSWD_STR}, + {MSG_WRONGPASSWD,(CONST_STRPTR)MSG_WRONGPASSWD_STR}, + {MSG_ZLIBERR,(CONST_STRPTR)MSG_ZLIBERR_STR}, + {MSG_CAPSERR,(CONST_STRPTR)MSG_CAPSERR_STR}, + {MSG_XPKERR,(CONST_STRPTR)MSG_XPKERR_STR}, + {MSG_XADERR,(CONST_STRPTR)MSG_XADERR_STR}, + {MSG_UNKNDISKIMGTYPE,(CONST_STRPTR)MSG_UNKNDISKIMGTYPE_STR}, + {MSG_UNKNCOMPMETHOD,(CONST_STRPTR)MSG_UNKNCOMPMETHOD_STR}, + {MSG_EOF,(CONST_STRPTR)MSG_EOF_STR}, + {MSG_BADDATA,(CONST_STRPTR)MSG_BADDATA_STR}, + {MSG_BADCRC,(CONST_STRPTR)MSG_BADCRC_STR}, + {MSG_BADCHECKSUM,(CONST_STRPTR)MSG_BADCHECKSUM_STR}, + {MSG_REQ,(CONST_STRPTR)MSG_REQ_STR}, + {MSG_REQVER,(CONST_STRPTR)MSG_REQVER_STR}, + {MSG_WRONGDAA,(CONST_STRPTR)MSG_WRONGDAA_STR}, + {MSG_EXPATERR,(CONST_STRPTR)MSG_EXPATERR_STR}, + {MSG_BZLIBERR,(CONST_STRPTR)MSG_BZLIBERR_STR}, + {MSG_UNKNENCRMETHOD,(CONST_STRPTR)MSG_UNKNENCRMETHOD_STR}, }; -#endif +#endif /* CATCOMP_ARRAY */ + + +/****************************************************************************/ + #ifdef CATCOMP_BLOCK STATIC CONST UBYTE CatCompBlock[] = { - "\x00\x00\x00\x00\x00\x04" - MSG_OK_GAD_STR "\x00" - "\x00\x00\x00\x01\x00\x08" - MSG_CANCEL_GAD_STR "\x00" - "\x00\x00\x00\x02\x00\x10" - MSG_PASSWORD_REQ_STR "\x00" - "\x00\x00\x00\x03\x00\x14" - MSG_NOZLIB_STR "\x00\x00" - "\x00\x00\x00\x04\x00\x1A" - MSG_NOCAPSDEV_STR "\x00" - "\x00\x00\x00\x05\x00\x14" - MSG_CANCELED_STR "\x00\x00" - "\x00\x00\x00\x06\x00\x12" - MSG_NOPASSWD_STR "\x00" - "\x00\x00\x00\x07\x00\x10" - MSG_WRONGPASSWD_STR "\x00\x00" - "\x00\x00\x00\x08\x00\x10" - MSG_ZLIBERR_STR "\x00" - "\x00\x00\x00\x09\x00\x18" - MSG_CAPSERR_STR "\x00\x00" - "\x00\x00\x00\x0A\x00\x18" - MSG_XPKERR_STR "\x00" - "\x00\x00\x00\x0B\x00\x18" - MSG_XADERR_STR "\x00" - "\x00\x00\x00\x0C\x00\x24" - MSG_UNKNDISKIMGTYPE_STR "\x00\x00" - "\x00\x00\x00\x0D\x00\x20" - MSG_UNKNCOMPMETHOD_STR "\x00\x00" - "\x00\x00\x00\x0E\x00\x18" - MSG_EOF_STR "\x00\x00" - "\x00\x00\x00\x0F\x00\x18" - MSG_BADDATA_STR "\x00\x00" - "\x00\x00\x00\x10\x00\x1E" - MSG_BADCRC_STR "\x00" - "\x00\x00\x00\x11\x00\x10" - MSG_BADCHECKSUM_STR "\x00\x00" - "\x00\x00\x00\x12\x00\x0C" - MSG_REQ_STR "\x00" - "\x00\x00\x00\x13\x00\x1A" - MSG_REQVER_STR "\x00" - "\x00\x00\x00\x14\x00\x20" - MSG_WRONGDAA_STR "\x00" - "\x00\x00\x00\x15\x00\x14" - MSG_EXPATERR_STR "\x00" - "\x00\x00\x00\x16\x00\x12" - MSG_BZLIBERR_STR "\x00" - "\x00\x00\x00\x17\x00\x1E" - MSG_UNKNENCRMETHOD_STR "\x00" + "\x00\x00\x00\x00\x00\x04" + MSG_OK_GAD_STR "\x00" + "\x00\x00\x00\x01\x00\x08" + MSG_CANCEL_GAD_STR "\x00" + "\x00\x00\x00\x02\x00\x10" + MSG_PASSWORD_REQ_STR "\x00" + "\x00\x00\x00\x03\x00\x14" + MSG_NOZLIB_STR "\x00\x00" + "\x00\x00\x00\x04\x00\x1A" + MSG_NOCAPSDEV_STR "\x00" + "\x00\x00\x00\x05\x00\x14" + MSG_CANCELED_STR "\x00\x00" + "\x00\x00\x00\x06\x00\x12" + MSG_NOPASSWD_STR "\x00" + "\x00\x00\x00\x07\x00\x10" + MSG_WRONGPASSWD_STR "\x00\x00" + "\x00\x00\x00\x08\x00\x10" + MSG_ZLIBERR_STR "\x00" + "\x00\x00\x00\x09\x00\x18" + MSG_CAPSERR_STR "\x00\x00" + "\x00\x00\x00\x0A\x00\x18" + MSG_XPKERR_STR "\x00" + "\x00\x00\x00\x0B\x00\x18" + MSG_XADERR_STR "\x00" + "\x00\x00\x00\x0C\x00\x24" + MSG_UNKNDISKIMGTYPE_STR "\x00\x00" + "\x00\x00\x00\x0D\x00\x20" + MSG_UNKNCOMPMETHOD_STR "\x00\x00" + "\x00\x00\x00\x0E\x00\x18" + MSG_EOF_STR "\x00\x00" + "\x00\x00\x00\x0F\x00\x18" + MSG_BADDATA_STR "\x00\x00" + "\x00\x00\x00\x10\x00\x1E" + MSG_BADCRC_STR "\x00" + "\x00\x00\x00\x11\x00\x10" + MSG_BADCHECKSUM_STR "\x00\x00" + "\x00\x00\x00\x12\x00\x0C" + MSG_REQ_STR "\x00" + "\x00\x00\x00\x13\x00\x1A" + MSG_REQVER_STR "\x00" + "\x00\x00\x00\x14\x00\x20" + MSG_WRONGDAA_STR "\x00" + "\x00\x00\x00\x15\x00\x14" + MSG_EXPATERR_STR "\x00" + "\x00\x00\x00\x16\x00\x12" + MSG_BZLIBERR_STR "\x00" + "\x00\x00\x00\x17\x00\x1E" + MSG_UNKNENCRMETHOD_STR "\x00" }; -#endif +#endif /* CATCOMP_BLOCK */ -#endif + +/****************************************************************************/ + + + +#endif /* DEVICE_LOCALE_H */ diff --git a/workbench/devs/diskimage/plugins/stub_x86.s b/workbench/devs/diskimage/plugins/stub_x86.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/png_image/png_image.readme b/workbench/devs/diskimage/png_image/png_image.readme old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/png_image/stub_m68k.s b/workbench/devs/diskimage/png_image/stub_m68k.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_french.ct b/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_french.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_polski.ct b/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_polski.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_swedish.ct b/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_swedish.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_turkish.ct b/workbench/devs/diskimage/ra_gui/catalogs/diskimagegui_turkish.ct old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/ra_gui/include/locale.h b/workbench/devs/diskimage/ra_gui/include/locale.h index ec240ecf15..92d10e492b 100644 --- a/workbench/devs/diskimage/ra_gui/include/locale.h +++ b/workbench/devs/diskimage/ra_gui/include/locale.h @@ -1,10 +1,15 @@ #ifndef LOCALE_H #define LOCALE_H -/* This file was created automatically by catcomp v1.2. + +/****************************************************************************/ + + +/* This file was created automatically by CatComp. * Do NOT edit by hand! */ + #ifndef EXEC_TYPES_H #include #endif @@ -24,6 +29,10 @@ #endif #endif + +/****************************************************************************/ + + #ifdef CATCOMP_NUMBERS #define MSG_UNIT_LBL 0 @@ -74,7 +83,11 @@ #define MSG_REQUIRED_REQ 315 #define MSG_REQUIREDVERSION_REQ 316 -#endif +#endif /* CATCOMP_NUMBERS */ + + +/****************************************************************************/ + #ifdef CATCOMP_STRINGS @@ -126,169 +139,182 @@ #define MSG_REQUIRED_REQ_STR "%s required" #define MSG_REQUIREDVERSION_REQ_STR "%s v%ld or newer required" -#endif +#endif /* CATCOMP_STRINGS */ + + +/****************************************************************************/ + #ifdef CATCOMP_ARRAY struct CatCompArrayType { - LONG cca_ID; - CONST_STRPTR cca_Str; + LONG cca_ID; + CONST_STRPTR cca_Str; }; STATIC CONST struct CatCompArrayType CatCompArray[] = { - {MSG_UNIT_LBL,(CONST_STRPTR)MSG_UNIT_LBL_STR}, - {MSG_DEVICE_LBL,(CONST_STRPTR)MSG_DEVICE_LBL_STR}, - {MSG_FILENAME_LBL,(CONST_STRPTR)MSG_FILENAME_LBL_STR}, - {MSG_WRITEPROTECT_LBL,(CONST_STRPTR)MSG_WRITEPROTECT_LBL_STR}, - {MSG_NO_DISK,(CONST_STRPTR)MSG_NO_DISK_STR}, - {MSG_APPDESCRIPTION,(CONST_STRPTR)MSG_APPDESCRIPTION_STR}, - {MSG_PRIORITY_LBL,(CONST_STRPTR)MSG_PRIORITY_LBL_STR}, - {MSG_PLUGIN_LBL,(CONST_STRPTR)MSG_PLUGIN_LBL_STR}, - {MSG_PLUGIN_GAD,(CONST_STRPTR)MSG_PLUGIN_GAD_STR}, - {MSG_AUTO_LBL,(CONST_STRPTR)MSG_AUTO_LBL_STR}, - {MSG_WRITESUPPORT_LBL,(CONST_STRPTR)MSG_WRITESUPPORT_LBL_STR}, - {MSG_PROJECT_ABOUT,(CONST_STRPTR)MSG_PROJECT_ABOUT_STR}, - {MSG_PROJECT_HIDE,(CONST_STRPTR)MSG_PROJECT_HIDE_STR}, - {MSG_PROJECT_ICONIFY,(CONST_STRPTR)MSG_PROJECT_ICONIFY_STR}, - {MSG_PROJECT_SNAPSHOT,(CONST_STRPTR)MSG_PROJECT_SNAPSHOT_STR}, - {MSG_PROJECT_QUIT,(CONST_STRPTR)MSG_PROJECT_QUIT_STR}, - {MSG_SETTINGS_MENU,(CONST_STRPTR)MSG_SETTINGS_MENU_STR}, - {MSG_SETTINGS_CHANGETEMPDIR,(CONST_STRPTR)MSG_SETTINGS_CHANGETEMPDIR_STR}, - {MSG_SETTINGS_SAVE,(CONST_STRPTR)MSG_SETTINGS_SAVE_STR}, - {MSG_SETTINGS_PLUGINS,(CONST_STRPTR)MSG_SETTINGS_PLUGINS_STR}, - {MSG_PROJECT_CLOSE,(CONST_STRPTR)MSG_PROJECT_CLOSE_STR}, - {MSG_OK_GAD,(CONST_STRPTR)MSG_OK_GAD_STR}, - {MSG_ABOUT_REQ,(CONST_STRPTR)MSG_ABOUT_REQ_STR}, - {MSG_ERROR,(CONST_STRPTR)MSG_ERROR_STR}, - {MSG_NOAISS_REQ,(CONST_STRPTR)MSG_NOAISS_REQ_STR}, - {MSG_OLDAISS_REQ,(CONST_STRPTR)MSG_OLDAISS_REQ_STR}, - {MSG_IMAGENOTFOUND_REQ,(CONST_STRPTR)MSG_IMAGENOTFOUND_REQ_STR}, - {MSG_CANCEL_GAD,(CONST_STRPTR)MSG_CANCEL_GAD_STR}, - {MSG_SAVE_GAD,(CONST_STRPTR)MSG_SAVE_GAD_STR}, - {MSG_USE_GAD,(CONST_STRPTR)MSG_USE_GAD_STR}, - {MSG_INSERT_GAD,(CONST_STRPTR)MSG_INSERT_GAD_STR}, - {MSG_EJECT_GAD,(CONST_STRPTR)MSG_EJECT_GAD_STR}, - {MSG_WRITEPROTECT_GAD,(CONST_STRPTR)MSG_WRITEPROTECT_GAD_STR}, - {MSG_REFRESH_GAD,(CONST_STRPTR)MSG_REFRESH_GAD_STR}, - {MSG_PLUGINS_WND,(CONST_STRPTR)MSG_PLUGINS_WND_STR}, - {MSG_MAIN_WND,(CONST_STRPTR)MSG_MAIN_WND_STR}, - {MSG_ABOUT_WND,(CONST_STRPTR)MSG_ABOUT_WND_STR}, - {MSG_ERROR_WND,(CONST_STRPTR)MSG_ERROR_WND_STR}, - {MSG_SETDEVICETYPE_GAD,(CONST_STRPTR)MSG_SETDEVICETYPE_GAD_STR}, - {MSG_SETDEVICETYPE_WND,(CONST_STRPTR)MSG_SETDEVICETYPE_WND_STR}, - {MSG_DEVICETYPE_GAD,(CONST_STRPTR)MSG_DEVICETYPE_GAD_STR}, - {MSG_DEVICETYPE_DIRECT_ACCESS,(CONST_STRPTR)MSG_DEVICETYPE_DIRECT_ACCESS_STR}, - {MSG_DEVICETYPE_CDROM,(CONST_STRPTR)MSG_DEVICETYPE_CDROM_STR}, - {MSG_DEVICETYPE_OPTICAL_DISK,(CONST_STRPTR)MSG_DEVICETYPE_OPTICAL_DISK_STR}, - {MSG_REMOVABLE_GAD,(CONST_STRPTR)MSG_REMOVABLE_GAD_STR}, - {MSG_REQUIRED_REQ,(CONST_STRPTR)MSG_REQUIRED_REQ_STR}, - {MSG_REQUIREDVERSION_REQ,(CONST_STRPTR)MSG_REQUIREDVERSION_REQ_STR}, + {MSG_UNIT_LBL,(CONST_STRPTR)MSG_UNIT_LBL_STR}, + {MSG_DEVICE_LBL,(CONST_STRPTR)MSG_DEVICE_LBL_STR}, + {MSG_FILENAME_LBL,(CONST_STRPTR)MSG_FILENAME_LBL_STR}, + {MSG_WRITEPROTECT_LBL,(CONST_STRPTR)MSG_WRITEPROTECT_LBL_STR}, + {MSG_NO_DISK,(CONST_STRPTR)MSG_NO_DISK_STR}, + {MSG_APPDESCRIPTION,(CONST_STRPTR)MSG_APPDESCRIPTION_STR}, + {MSG_PRIORITY_LBL,(CONST_STRPTR)MSG_PRIORITY_LBL_STR}, + {MSG_PLUGIN_LBL,(CONST_STRPTR)MSG_PLUGIN_LBL_STR}, + {MSG_PLUGIN_GAD,(CONST_STRPTR)MSG_PLUGIN_GAD_STR}, + {MSG_AUTO_LBL,(CONST_STRPTR)MSG_AUTO_LBL_STR}, + {MSG_WRITESUPPORT_LBL,(CONST_STRPTR)MSG_WRITESUPPORT_LBL_STR}, + {MSG_PROJECT_ABOUT,(CONST_STRPTR)MSG_PROJECT_ABOUT_STR}, + {MSG_PROJECT_HIDE,(CONST_STRPTR)MSG_PROJECT_HIDE_STR}, + {MSG_PROJECT_ICONIFY,(CONST_STRPTR)MSG_PROJECT_ICONIFY_STR}, + {MSG_PROJECT_SNAPSHOT,(CONST_STRPTR)MSG_PROJECT_SNAPSHOT_STR}, + {MSG_PROJECT_QUIT,(CONST_STRPTR)MSG_PROJECT_QUIT_STR}, + {MSG_SETTINGS_MENU,(CONST_STRPTR)MSG_SETTINGS_MENU_STR}, + {MSG_SETTINGS_CHANGETEMPDIR,(CONST_STRPTR)MSG_SETTINGS_CHANGETEMPDIR_STR}, + {MSG_SETTINGS_SAVE,(CONST_STRPTR)MSG_SETTINGS_SAVE_STR}, + {MSG_SETTINGS_PLUGINS,(CONST_STRPTR)MSG_SETTINGS_PLUGINS_STR}, + {MSG_PROJECT_CLOSE,(CONST_STRPTR)MSG_PROJECT_CLOSE_STR}, + {MSG_OK_GAD,(CONST_STRPTR)MSG_OK_GAD_STR}, + {MSG_ABOUT_REQ,(CONST_STRPTR)MSG_ABOUT_REQ_STR}, + {MSG_ERROR,(CONST_STRPTR)MSG_ERROR_STR}, + {MSG_NOAISS_REQ,(CONST_STRPTR)MSG_NOAISS_REQ_STR}, + {MSG_OLDAISS_REQ,(CONST_STRPTR)MSG_OLDAISS_REQ_STR}, + {MSG_IMAGENOTFOUND_REQ,(CONST_STRPTR)MSG_IMAGENOTFOUND_REQ_STR}, + {MSG_CANCEL_GAD,(CONST_STRPTR)MSG_CANCEL_GAD_STR}, + {MSG_SAVE_GAD,(CONST_STRPTR)MSG_SAVE_GAD_STR}, + {MSG_USE_GAD,(CONST_STRPTR)MSG_USE_GAD_STR}, + {MSG_INSERT_GAD,(CONST_STRPTR)MSG_INSERT_GAD_STR}, + {MSG_EJECT_GAD,(CONST_STRPTR)MSG_EJECT_GAD_STR}, + {MSG_WRITEPROTECT_GAD,(CONST_STRPTR)MSG_WRITEPROTECT_GAD_STR}, + {MSG_REFRESH_GAD,(CONST_STRPTR)MSG_REFRESH_GAD_STR}, + {MSG_PLUGINS_WND,(CONST_STRPTR)MSG_PLUGINS_WND_STR}, + {MSG_MAIN_WND,(CONST_STRPTR)MSG_MAIN_WND_STR}, + {MSG_ABOUT_WND,(CONST_STRPTR)MSG_ABOUT_WND_STR}, + {MSG_ERROR_WND,(CONST_STRPTR)MSG_ERROR_WND_STR}, + {MSG_SETDEVICETYPE_GAD,(CONST_STRPTR)MSG_SETDEVICETYPE_GAD_STR}, + {MSG_SETDEVICETYPE_WND,(CONST_STRPTR)MSG_SETDEVICETYPE_WND_STR}, + {MSG_DEVICETYPE_GAD,(CONST_STRPTR)MSG_DEVICETYPE_GAD_STR}, + {MSG_DEVICETYPE_DIRECT_ACCESS,(CONST_STRPTR)MSG_DEVICETYPE_DIRECT_ACCESS_STR}, + {MSG_DEVICETYPE_CDROM,(CONST_STRPTR)MSG_DEVICETYPE_CDROM_STR}, + {MSG_DEVICETYPE_OPTICAL_DISK,(CONST_STRPTR)MSG_DEVICETYPE_OPTICAL_DISK_STR}, + {MSG_REMOVABLE_GAD,(CONST_STRPTR)MSG_REMOVABLE_GAD_STR}, + {MSG_REQUIRED_REQ,(CONST_STRPTR)MSG_REQUIRED_REQ_STR}, + {MSG_REQUIREDVERSION_REQ,(CONST_STRPTR)MSG_REQUIREDVERSION_REQ_STR}, }; -#endif +#endif /* CATCOMP_ARRAY */ + + +/****************************************************************************/ + #ifdef CATCOMP_BLOCK STATIC CONST UBYTE CatCompBlock[] = { - "\x00\x00\x00\x00\x00\x06" - MSG_UNIT_LBL_STR "\x00\x00" - "\x00\x00\x00\x01\x00\x08" - MSG_DEVICE_LBL_STR "\x00\x00" - "\x00\x00\x00\x02\x00\x0C" - MSG_FILENAME_LBL_STR "\x00\x00" - "\x00\x00\x00\x03\x00\x04" - MSG_WRITEPROTECT_LBL_STR "\x00\x00" - "\x00\x00\x00\x04\x00\x10" - MSG_NO_DISK_STR "\x00" - "\x00\x00\x00\x05\x00\x22" - MSG_APPDESCRIPTION_STR "\x00\x00" - "\x00\x00\x00\x32\x00\x04" - MSG_PRIORITY_LBL_STR "\x00" - "\x00\x00\x00\x33\x00\x08" - MSG_PLUGIN_LBL_STR "\x00\x00" - "\x00\x00\x00\x34\x00\x0C" - MSG_PLUGIN_GAD_STR "\x00\x00" - "\x00\x00\x00\x35\x00\x08" - MSG_AUTO_LBL_STR "\x00\x00" - "\x00\x00\x00\x36\x00\x02" - MSG_WRITESUPPORT_LBL_STR "\x00" - "\x00\x00\x00\x64\x00\x0A" - MSG_PROJECT_ABOUT_STR "\x00\x00" - "\x00\x00\x00\x65\x00\x06" - MSG_PROJECT_HIDE_STR "\x00\x00" - "\x00\x00\x00\x66\x00\x08" - MSG_PROJECT_ICONIFY_STR "\x00" - "\x00\x00\x00\x67\x00\x0A" - MSG_PROJECT_SNAPSHOT_STR "\x00\x00" - "\x00\x00\x00\x68\x00\x06" - MSG_PROJECT_QUIT_STR "\x00\x00" - "\x00\x00\x00\x69\x00\x0A" - MSG_SETTINGS_MENU_STR "\x00\x00" - "\x00\x00\x00\x6A\x00\x1A" - MSG_SETTINGS_CHANGETEMPDIR_STR "\x00\x00" - "\x00\x00\x00\x6B\x00\x0E" - MSG_SETTINGS_SAVE_STR "\x00" - "\x00\x00\x00\x6C\x00\x0C" - MSG_SETTINGS_PLUGINS_STR "\x00\x00" - "\x00\x00\x00\x6D\x00\x06" - MSG_PROJECT_CLOSE_STR "\x00" - "\x00\x00\x00\xC8\x00\x04" - MSG_OK_GAD_STR "\x00" - "\x00\x00\x00\xC9\x00\x80" - MSG_ABOUT_REQ_STR "\x00" - "\x00\x00\x00\xCA\x00\x06" - MSG_ERROR_STR "\x00" - "\x00\x00\x00\xCB\x00\x60" - MSG_NOAISS_REQ_STR "\x00" - "\x00\x00\x00\xCC\x00\x6A" - MSG_OLDAISS_REQ_STR "\x00" - "\x00\x00\x00\xCD\x00\x1C" - MSG_IMAGENOTFOUND_REQ_STR "\x00\x00" - "\x00\x00\x00\xCE\x00\x08" - MSG_CANCEL_GAD_STR "\x00" - "\x00\x00\x00\xCF\x00\x06" - MSG_SAVE_GAD_STR "\x00" - "\x00\x00\x00\xD0\x00\x06" - MSG_USE_GAD_STR "\x00\x00" - "\x00\x00\x01\x2C\x00\x08" - MSG_INSERT_GAD_STR "\x00\x00" - "\x00\x00\x01\x2D\x00\x06" - MSG_EJECT_GAD_STR "\x00" - "\x00\x00\x01\x2E\x00\x0E" - MSG_WRITEPROTECT_GAD_STR "\x00" - "\x00\x00\x01\x2F\x00\x08" - MSG_REFRESH_GAD_STR "\x00" - "\x00\x00\x01\x30\x00\x08" - MSG_PLUGINS_WND_STR "\x00" - "\x00\x00\x01\x31\x00\x14" - MSG_MAIN_WND_STR "\x00\x00" - "\x00\x00\x01\x32\x00\x0C" - MSG_ABOUT_WND_STR "\x00\x00" - "\x00\x00\x01\x33\x00\x0C" - MSG_ERROR_WND_STR "\x00\x00" - "\x00\x00\x01\x34\x00\x10" - MSG_SETDEVICETYPE_GAD_STR "\x00" - "\x00\x00\x01\x35\x00\x18" - MSG_SETDEVICETYPE_WND_STR "\x00" - "\x00\x00\x01\x36\x00\x0C" - MSG_DEVICETYPE_GAD_STR "\x00" - "\x00\x00\x01\x37\x00\x20" - MSG_DEVICETYPE_DIRECT_ACCESS_STR "\x00" - "\x00\x00\x01\x38\x00\x08" - MSG_DEVICETYPE_CDROM_STR "\x00\x00" - "\x00\x00\x01\x39\x00\x0E" - MSG_DEVICETYPE_OPTICAL_DISK_STR "\x00\x00" - "\x00\x00\x01\x3A\x00\x0C" - MSG_REMOVABLE_GAD_STR "\x00\x00" - "\x00\x00\x01\x3B\x00\x0C" - MSG_REQUIRED_REQ_STR "\x00" - "\x00\x00\x01\x3C\x00\x1A" - MSG_REQUIREDVERSION_REQ_STR "\x00" + "\x00\x00\x00\x00\x00\x06" + MSG_UNIT_LBL_STR "\x00\x00" + "\x00\x00\x00\x01\x00\x08" + MSG_DEVICE_LBL_STR "\x00\x00" + "\x00\x00\x00\x02\x00\x0C" + MSG_FILENAME_LBL_STR "\x00\x00" + "\x00\x00\x00\x03\x00\x04" + MSG_WRITEPROTECT_LBL_STR "\x00\x00" + "\x00\x00\x00\x04\x00\x10" + MSG_NO_DISK_STR "\x00" + "\x00\x00\x00\x05\x00\x22" + MSG_APPDESCRIPTION_STR "\x00\x00" + "\x00\x00\x00\x32\x00\x04" + MSG_PRIORITY_LBL_STR "\x00" + "\x00\x00\x00\x33\x00\x08" + MSG_PLUGIN_LBL_STR "\x00\x00" + "\x00\x00\x00\x34\x00\x0C" + MSG_PLUGIN_GAD_STR "\x00\x00" + "\x00\x00\x00\x35\x00\x08" + MSG_AUTO_LBL_STR "\x00\x00" + "\x00\x00\x00\x36\x00\x02" + MSG_WRITESUPPORT_LBL_STR "\x00" + "\x00\x00\x00\x64\x00\x0A" + MSG_PROJECT_ABOUT_STR "\x00\x00" + "\x00\x00\x00\x65\x00\x06" + MSG_PROJECT_HIDE_STR "\x00\x00" + "\x00\x00\x00\x66\x00\x08" + MSG_PROJECT_ICONIFY_STR "\x00" + "\x00\x00\x00\x67\x00\x0A" + MSG_PROJECT_SNAPSHOT_STR "\x00\x00" + "\x00\x00\x00\x68\x00\x06" + MSG_PROJECT_QUIT_STR "\x00\x00" + "\x00\x00\x00\x69\x00\x0A" + MSG_SETTINGS_MENU_STR "\x00\x00" + "\x00\x00\x00\x6A\x00\x1A" + MSG_SETTINGS_CHANGETEMPDIR_STR "\x00\x00" + "\x00\x00\x00\x6B\x00\x0E" + MSG_SETTINGS_SAVE_STR "\x00" + "\x00\x00\x00\x6C\x00\x0C" + MSG_SETTINGS_PLUGINS_STR "\x00\x00" + "\x00\x00\x00\x6D\x00\x06" + MSG_PROJECT_CLOSE_STR "\x00" + "\x00\x00\x00\xC8\x00\x04" + MSG_OK_GAD_STR "\x00" + "\x00\x00\x00\xC9\x00\x80" + MSG_ABOUT_REQ_STR "\x00" + "\x00\x00\x00\xCA\x00\x06" + MSG_ERROR_STR "\x00" + "\x00\x00\x00\xCB\x00\x60" + MSG_NOAISS_REQ_STR "\x00" + "\x00\x00\x00\xCC\x00\x6A" + MSG_OLDAISS_REQ_STR "\x00" + "\x00\x00\x00\xCD\x00\x1C" + MSG_IMAGENOTFOUND_REQ_STR "\x00\x00" + "\x00\x00\x00\xCE\x00\x08" + MSG_CANCEL_GAD_STR "\x00" + "\x00\x00\x00\xCF\x00\x06" + MSG_SAVE_GAD_STR "\x00" + "\x00\x00\x00\xD0\x00\x06" + MSG_USE_GAD_STR "\x00\x00" + "\x00\x00\x01\x2C\x00\x08" + MSG_INSERT_GAD_STR "\x00\x00" + "\x00\x00\x01\x2D\x00\x06" + MSG_EJECT_GAD_STR "\x00" + "\x00\x00\x01\x2E\x00\x0E" + MSG_WRITEPROTECT_GAD_STR "\x00" + "\x00\x00\x01\x2F\x00\x08" + MSG_REFRESH_GAD_STR "\x00" + "\x00\x00\x01\x30\x00\x08" + MSG_PLUGINS_WND_STR "\x00" + "\x00\x00\x01\x31\x00\x14" + MSG_MAIN_WND_STR "\x00\x00" + "\x00\x00\x01\x32\x00\x0C" + MSG_ABOUT_WND_STR "\x00\x00" + "\x00\x00\x01\x33\x00\x0C" + MSG_ERROR_WND_STR "\x00\x00" + "\x00\x00\x01\x34\x00\x10" + MSG_SETDEVICETYPE_GAD_STR "\x00" + "\x00\x00\x01\x35\x00\x18" + MSG_SETDEVICETYPE_WND_STR "\x00" + "\x00\x00\x01\x36\x00\x0C" + MSG_DEVICETYPE_GAD_STR "\x00" + "\x00\x00\x01\x37\x00\x20" + MSG_DEVICETYPE_DIRECT_ACCESS_STR "\x00" + "\x00\x00\x01\x38\x00\x08" + MSG_DEVICETYPE_CDROM_STR "\x00\x00" + "\x00\x00\x01\x39\x00\x0E" + MSG_DEVICETYPE_OPTICAL_DISK_STR "\x00\x00" + "\x00\x00\x01\x3A\x00\x0C" + MSG_REMOVABLE_GAD_STR "\x00\x00" + "\x00\x00\x01\x3B\x00\x0C" + MSG_REQUIRED_REQ_STR "\x00" + "\x00\x00\x01\x3C\x00\x1A" + MSG_REQUIREDVERSION_REQ_STR "\x00" }; -#endif +#endif /* CATCOMP_BLOCK */ -#endif + +/****************************************************************************/ + + + +#endif /* LOCALE_H */ diff --git a/workbench/devs/diskimage/sfd/amissl_lib.sfd b/workbench/devs/diskimage/sfd/amissl_lib.sfd old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/sfd/amisslmaster_lib.sfd b/workbench/devs/diskimage/sfd/amisslmaster_lib.sfd old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/sfd/screennotify_lib.sfd b/workbench/devs/diskimage/sfd/screennotify_lib.sfd old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/support/amigaos/allocvecpooled.s b/workbench/devs/diskimage/support/amigaos/allocvecpooled.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/support/amigaos/asprintfpooled.s b/workbench/devs/diskimage/support/amigaos/asprintfpooled.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/support/m68k/swab2.s b/workbench/devs/diskimage/support/m68k/swab2.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/z_library/stub_m68k.s b/workbench/devs/diskimage/z_library/stub_m68k.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/z_library/stub_x86.s b/workbench/devs/diskimage/z_library/stub_x86.s old mode 100755 new mode 100644 diff --git a/workbench/devs/diskimage/zune_gui/catalogs/deutsch.ct b/workbench/devs/diskimage/zune_gui/catalogs/deutsch.ct old mode 100755 new mode 100644 -- 2.11.4.GIT