1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00
cc65/src/ca65
uz 9f7fc6f4c8 Added C like /* */ comments.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3888 b7a2c559-68d2-44c3-8de9-860c34a00d81
2008-08-19 21:26:23 +00:00
..
macpack Added HuC6280 CPU 2005-09-01 19:57:17 +00:00
make Move more stuff from scanner.c into the new module token.c. 2007-08-28 21:14:21 +00:00
anonname.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
anonname.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
asserts.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
asserts.h Improve the assertion check 2005-04-20 09:17:04 +00:00
condasm.c Fixed a problem with conditional assembly. The assembler did not check if end 2004-03-21 11:03:08 +00:00
condasm.h Allow conditional directives within .STRUCT7:UNION and .ENUM 2003-11-17 18:49:50 +00:00
dbginfo.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
dbginfo.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
ea.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
ea65.c Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
ea65.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
easw16.c Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
easw16.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
enum.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
enum.h Added enums 2003-11-14 09:03:32 +00:00
error.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
error.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
expr.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
expr.h Emit warnings for symbols that were used suboptimal because of forward 2006-04-09 10:56:23 +00:00
feature.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
feature.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
filetab.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
filetab.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
fragment.c Move the segment handling stuff from objcode to a separate module 2003-10-21 20:34:56 +00:00
fragment.h Changed freeing symbol relations, cosmetic changes 2003-11-04 19:02:11 +00:00
global.c New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +00:00
global.h New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +00:00
incpath.c Use the new searchpath common module 2003-05-29 09:10:18 +00:00
incpath.h Use the new searchpath common module 2003-05-29 09:10:18 +00:00
instr.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
instr.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
istack.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
istack.h Fix macro output in the listing 2000-07-09 13:19:25 +00:00
lineinfo.c Use __attribute ((unused)) instead of -Wno-unused-parameter 2001-09-30 22:19:39 +00:00
lineinfo.h Use a collections for the line info and sort them by file/line. 2001-05-23 22:02:19 +00:00
listing.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
listing.h Restructuring the object file format 2003-06-03 22:19:46 +00:00
macpack.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
macpack.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
macro.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
macro.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
main.c More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
nexttok.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
nexttok.h Move more stuff from scanner.c into the new module token.c. 2007-08-28 21:14:21 +00:00
objcode.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objcode.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objfile.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objfile.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
options.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
options.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
pseudo.c Fixed an error in .out 2008-06-29 20:13:37 +00:00
pseudo.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
repeat.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
repeat.h Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
scanner.c Added C like /* */ comments. 2008-08-19 21:26:23 +00:00
scanner.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
segment.c New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +00:00
segment.h New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +00:00
segrange.c Make .sizeof work with code scopes. First support for segment ranges. 2003-12-06 14:29:16 +00:00
segrange.h Fixed a typo 2003-12-22 20:56:31 +00:00
sizeof.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
sizeof.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.h Fixed another problem with the macros. 2008-03-31 21:23:10 +00:00
struct.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
struct.h Added enums 2003-11-14 09:03:32 +00:00
studyexpr.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
studyexpr.h Much extended StudyExpr 2003-11-23 21:39:30 +00:00
symbol.c More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
symbol.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symentry.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symentry.h More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
symtab.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symtab.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
token.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
token.h Move more stuff from scanner.c into the new module token.c. 2007-08-28 21:14:21 +00:00
toklist.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
toklist.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
ulabel.c Fixed problems with unnamed labels 2004-07-17 22:14:30 +00:00
ulabel.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00