1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +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 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
check.h
cmdline.c Remove .exe from file output 2023-02-17 17:22:55 +01:00
cmdline.h
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 6502DTV is not a superset of 6502X more 2020-11-19 22:02:07 +01:00
cpu.h 6502DTV is not a superset of 6502X more 2020-11-19 22:02:07 +01:00
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 move EXPR_NEARADDR to end of enum list to avoid invalidation of existing object binaries? 2019-05-11 12:32:44 +02:00
exprdefs.h move EXPR_NEARADDR to end of enum list to avoid invalidation of existing object binaries? 2019-05-11 12:32:44 +02:00
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
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 Add IntPtrStack 2017-05-01 21:08:04 +03:00
intptrstack.h remove TABs 2019-02-05 23:27:52 +01:00
intstack.c
intstack.h
libdefs.h
lidefs.h
matchpat.c
matchpat.h
mmodel.c
mmodel.h
objdefs.h
optdefs.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
print.c
print.h
scopedefs.h
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
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
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 mc: Formatting, remove stray lines 2021-04-18 20:39:05 +02:00
tgttrans.h Implemented charmap stack 2021-04-18 20:39:05 +02:00
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