1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/src/ca65
uz 9c267dab89 The terminating zero was missing in several places where a string buffer was
copied to CurTok.SVal.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5030 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-30 21:56:27 +00:00
..
macpack Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +00:00
make Patch to correct the linkorder in the make files to make the --as-needed 2010-11-07 11:34:51 +00:00
anonname.c
anonname.h
asserts.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
asserts.h Add .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +00:00
condasm.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
condasm.h
dbginfo.c Fix forgotten stuff from last change. 2011-01-27 22:23:01 +00:00
dbginfo.h Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +00:00
ea65.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
ea65.h
ea.h
easw16.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
easw16.h
enum.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
enum.h
error.c Changed text of notification. 2011-01-29 20:30:38 +00:00
error.h Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
expr.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
expr.h Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +00:00
feature.c
feature.h
filetab.c Save a few bytes when writing file list entries to the object file. 2011-01-27 16:40:48 +00:00
filetab.h Added dependency file generation to the assembler. This includes two new 2010-05-01 11:59:55 +00:00
fragment.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
fragment.h Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +00:00
global.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
global.h The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
incpath.c Restructured search path handling. 2010-05-09 10:54:15 +00:00
incpath.h Restructured search path handling. 2010-05-09 10:54:15 +00:00
instr.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
instr.h
istack.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
istack.h
lineinfo.c Pass type of line info through the object files. 2011-01-29 22:16:03 +00:00
lineinfo.h Pass type of line info through the object files. 2011-01-29 22:16:03 +00:00
listing.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
listing.h
macpack.c Avoid spurious subsequent errors if an include file wasn't found. 2009-01-18 15:07:55 +00:00
macpack.h Avoid spurious subsequent errors if an include file wasn't found. 2009-01-18 15:07:55 +00:00
macro.c Pass type of line info through the object files. 2011-01-29 22:16:03 +00:00
macro.h
main.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
nexttok.c The terminating zero was missing in several places where a string buffer was 2011-05-30 21:56:27 +00:00
nexttok.h Renamed the Token enumeration to token_t. 2011-01-16 14:51:13 +00:00
objcode.c
objcode.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objfile.c
objfile.h
options.c
options.h
pseudo.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
pseudo.h Implemented new .PUSHCPU and .POPCPU commands. 2010-04-18 18:47:16 +00:00
repeat.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
repeat.h
scanner.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
scanner.h Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
segment.c Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +00:00
segment.h
segrange.c
segrange.h
sizeof.c
sizeof.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.c
spool.h
struct.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
struct.h
studyexpr.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
studyexpr.h
symbol.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
symbol.h Make .DEF, .REF and friends also work with cheap local symbols. 2010-07-26 17:28:34 +00:00
symentry.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
symentry.h Convert imports, exports and debug symbols to use and write line infos instead 2011-01-25 16:27:17 +00:00
symtab.c Convert imports, exports and debug symbols to use and write line infos instead 2011-01-25 16:27:17 +00:00
symtab.h Maintain some additional information for scopes. Write a dummy scope section 2010-08-17 16:58:41 +00:00
token.c Mark tokens with the file position from where they're read. Restore this 2011-01-20 20:54:30 +00:00
token.h Mark tokens with the file position from where they're read. Restore this 2011-01-20 20:54:30 +00:00
toklist.c Create separate line infos for macros and .repeat statements and other token 2011-01-29 20:24:44 +00:00
toklist.h Create separate line infos for macros and .repeat statements and other token 2011-01-29 20:24:44 +00:00
ulabel.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
ulabel.h