1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/src/common
Spiro Trikaliotis 727b3288d6 Remove .exe from file output
Whenever a tool like ld65 wants to output its name into a log file, it
uses the name of command-line parameter 0. However, this parameter also
includes the .exe suffix if it is on Windows.

This patch removes the .exe suffix, so that the output is clean and
consistent across platforms.

This fixes #1990.
2023-02-17 17:22:55 +01:00
..
abend.c
abend.h
addrsize.c
addrsize.h
alignment.c
alignment.h
assertion.c
assertion.h
attrib.h Updated ATTR_UNUSED() for clang 2022-11-06 11:27:08 +00:00
bitops.c
bitops.h
cddefs.h
chartype.c
chartype.h
check.c
check.h
cmdline.c Remove .exe from file output 2023-02-17 17:22:55 +01:00
cmdline.h
coll.c
coll.h
cpu.c 6502DTV is not a superset of 6502X more 2020-11-19 22:02:07 +01:00
cpu.h
debugflag.c remove dangling spaces 2022-04-17 16:07:09 +02:00
debugflag.h remove dangling spaces 2022-04-17 16:07:09 +02:00
exprdefs.c
exprdefs.h
fileid.c
fileid.h
filepos.c remove dangling spaces 2022-04-17 16:07:09 +02:00
filepos.h
filestat.c
filestat.h
filetime.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filetime.h
filetype.c
filetype.h
fname.c
fname.h
fp.c Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
fp.h Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
fragdefs.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
gentype.c
gentype.h
hashfunc.c
hashfunc.h
hashtab.c
hashtab.h
hlldbgsym.h
inline.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
intptrstack.c
intptrstack.h
intstack.c
intstack.h
libdefs.h
lidefs.h
matchpat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
matchpat.h
mmodel.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
mmodel.h
objdefs.h
optdefs.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
print.c
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 Adjust comments 2022-05-05 14:24:02 +02:00
searchpath.h rename AddSubSearchPathFromWinBin to AddSubSearchPathFromBin 2022-04-28 18:35:05 +00:00
segdefs.h
segnames.c Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
segnames.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
shift.c
shift.h
strbuf.c
strbuf.h
strpool.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strpool.h
strstack.c remove dangling spaces 2022-04-17 16:07:09 +02:00
strstack.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
strutil.c remove dangling spaces 2022-04-17 16:07:09 +02:00
strutil.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symdefs.h
target.c Add KIM-1 Support 2022-06-04 13:00:48 -07:00
target.h Add documentation, make capitalization uniform 2022-09-19 19:56:57 +02:00
tgttrans.c
tgttrans.h
va_copy.h remove dangling spaces 2022-04-17 16:07:09 +02:00
version.c Fixed a multi-line comment. 2022-05-18 05:09:48 -04:00
version.h
xmalloc.c Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
xmalloc.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
xsprintf.c support the msvc specific I64 specifier in our sprintf 2022-11-28 06:26:14 +01:00
xsprintf.h remove dangling spaces 2022-04-17 16:07:09 +02:00