1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-06 01:29:31 +00:00
cc65/src/common
Oliver Schmidt 8e75906737 Switched Apple II output format to AppleSingle.
Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change.

I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.
2018-03-07 23:05:21 +01:00
..
abend.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
abend.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
addrsize.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
addrsize.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
alignment.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
alignment.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
assertion.c Normalized code. 2014-03-04 01:11:19 +01:00
assertion.h Normalized code. 2014-03-04 01:11:19 +01:00
attrib.h Normalized code. 2014-03-04 01:11:19 +01:00
bitops.c Normalized code. 2014-03-04 01:11:19 +01:00
bitops.h Normalized code. 2014-03-04 01:11:19 +01:00
cddefs.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
chartype.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
chartype.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
check.c Normalized code. 2014-03-04 01:11:19 +01:00
check.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
cmdline.c Don't count the NULL (doh!). 2015-08-30 07:55:35 -04:00
cmdline.h Fixed a comparison operator; so that the NULL at the end of argv[] is copied by InitCmdLine(). 2015-08-30 05:16:38 -04:00
coll.c Fixed some code that adjusts an index after a deletion from a collection. 2016-07-02 10:26:33 -04:00
coll.h Fixed some code that adjusts an index after a deletion from a collection. 2016-07-02 10:26:33 -04:00
cpu.c Add 4510 support for C65/C64DX 2016-08-29 10:45:18 +02:00
cpu.h Add 4510 support for C65/C64DX 2016-08-29 10:45:18 +02:00
debugflag.c Normalized code. 2014-03-04 01:11:19 +01:00
debugflag.h Normalized code. 2014-03-04 01:11:19 +01:00
exprdefs.c Normalized code. 2014-03-04 01:11:19 +01:00
exprdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
fileid.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fileid.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filepos.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filepos.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filestat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filestat.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filetime.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filetime.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filetype.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filetype.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fname.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fname.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fp.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fp.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
gentype.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gentype.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
hashfunc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
hashfunc.h Normalized code. 2014-03-04 01:11:19 +01:00
hashtab.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
hashtab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
hlldbgsym.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
inline.h Normalized code. 2014-03-04 01:11:19 +01:00
intptrstack.c Add IntPtrStack 2017-05-01 21:08:04 +03:00
intptrstack.h Add IntPtrStack 2017-05-01 21:08:04 +03:00
intstack.c Normalized code. 2014-03-04 01:11:19 +01:00
intstack.h Normalized code. 2014-03-04 01:11:19 +01:00
inttypes.h Changed the type of a compiler variable that holds either integers or pointers. 2018-01-09 05:34:16 -05:00
libdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
lidefs.h Normalized code. 2014-03-04 01:11:19 +01:00
matchpat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
matchpat.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
mmodel.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
mmodel.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
objdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
optdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
print.c Normalized code. 2014-03-04 01:11:19 +01:00
print.h Normalized code. 2014-03-04 01:11:19 +01:00
scopedefs.h Normalized code. 2014-03-04 01:11:19 +01:00
searchpath.c Added --print-target-path option. 2016-06-03 11:08:53 +02:00
searchpath.h Added --print-target-path option. 2016-06-03 11:08:53 +02:00
segdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
segnames.c Normalized code. 2014-03-04 01:11:19 +01:00
segnames.h Normalized code. 2014-03-04 01:11:19 +01:00
shift.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
shift.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strbuf.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strbuf.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strpool.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strpool.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strstack.c Normalized code. 2014-03-04 01:11:19 +01:00
strstack.h Normalized code. 2014-03-04 01:11:19 +01:00
strutil.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strutil.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symdefs.h Normalized code. 2014-03-04 01:11:19 +01:00
target.c Merge remote-tracking branch 'upstream/master' into something_to_pull2 2017-02-13 21:38:38 +01:00
target.h Merge remote-tracking branch 'upstream/master' into something_to_pull2 2017-02-13 21:38:38 +01:00
tgttrans.c Allowed character code zero to be remapped with other character codes. 2016-06-11 06:43:19 -04:00
tgttrans.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
va_copy.h Normalized code. 2014-03-04 01:11:19 +01:00
version.c Switched Apple II output format to AppleSingle. 2018-03-07 23:05:21 +01:00
version.h Normalized code. 2014-03-04 01:11:19 +01:00
xmalloc.c Normalized code. 2014-03-04 01:11:19 +01:00
xmalloc.h Normalized code. 2014-03-04 01:11:19 +01:00
xsprintf.c Added missing "break;" statements to a "switch" statement. 2017-12-18 17:09:06 -05:00
xsprintf.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00