1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/src/ca65
cuz a5489728ae Converted all Watcom makefiles to use GNU make
git-svn-id: svn://svn.cc65.org/cc65/trunk@1745 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-12-12 23:19:53 +00:00
..
make Converted all Watcom makefiles to use GNU make 2002-12-12 23:19:53 +00:00
.cvsignore Added the CBM510 as a new target system 2001-09-13 19:49:27 +00:00
condasm.c Added a scope argument to the SymIsDef and SymIsDef functions, so it is 2002-11-22 01:45:00 +00:00
condasm.h Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
dbginfo.c Added line infos 2001-05-23 19:03:40 +00:00
dbginfo.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
ea.c Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
ea.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
error.c New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
error.h New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
expr.c Added the .TIME pseudo function 2002-11-26 13:44:35 +00:00
expr.h Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
feature.c Add new feature "leading_dot_in_identifiers". 2002-02-14 10:05:51 +00:00
feature.h Add new feature "leading_dot_in_identifiers". 2002-02-14 10:05:51 +00:00
filetab.c Working on the condes feature 2000-11-20 15:22:57 +00:00
filetab.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
fragment.c Working on source line information 2001-05-23 08:51:48 +00:00
fragment.h Working on source line information 2001-05-23 08:51:48 +00:00
global.c Add new feature "leading_dot_in_identifiers". 2002-02-14 10:05:51 +00:00
global.h Add new feature "leading_dot_in_identifiers". 2002-02-14 10:05:51 +00:00
incpath.c Better error messages when opening include files 2000-06-14 21:07:58 +00:00
incpath.h Added functions to remember a set of include search paths and to search 2000-05-29 18:40:56 +00:00
instr.c BIT encoding was wrong for the 65SC02 in immidiate addressing mode 2000-08-11 20:15:44 +00:00
instr.h BIT encoding was wrong for the 65SC02 in immidiate addressing mode 2000-08-11 20:15:44 +00:00
istack.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +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 Check for sign problems in compares 2001-09-15 11:51:08 +00:00
listing.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
macpack.c Added a scope argument to the SymIsDef and SymIsDef functions, so it is 2002-11-22 01:45:00 +00:00
macpack.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
macro.c Change the .LOCAL command so that the cheap local symbol prefix is kept. 2002-09-25 21:35:00 +00:00
macro.h Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
main.c New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
nexttok.c Check for sign problems in compares 2001-09-15 11:51:08 +00:00
nexttok.h Added/finished .MID, .LEFT, .RIGHT 2000-07-08 14:01:43 +00:00
objcode.c New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
objcode.h Some Watcom related fixes 2002-12-12 21:53:26 +00:00
objfile.c Enable even more warnings 2001-09-15 11:59:30 +00:00
objfile.h Working on source line information 2001-05-23 08:51:48 +00:00
options.c Working on the condes feature 2000-11-20 15:22:57 +00:00
options.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
pseudo.c Some Watcom related fixes 2002-12-12 21:53:26 +00:00
pseudo.h New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
repeat.c Working on the condes feature 2000-11-20 15:22:57 +00:00
repeat.h Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
scanner.c New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
scanner.h New .PUSHSEG and .POPSEG commands 2002-11-28 17:42:16 +00:00
symentry.h Removed underlines from struct names 2000-11-02 22:11:48 +00:00
symtab.c Added a scope argument to the SymIsDef and SymIsDef functions, so it is 2002-11-22 01:45:00 +00:00
symtab.h Added a scope argument to the SymIsDef and SymIsDef functions, so it is 2002-11-22 01:45:00 +00:00
toklist.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
toklist.h Change the implementation of the file table. It may now grow to an arbitrary 2000-08-02 14:12:36 +00:00
ulabel.c Fixed problem with forward references in unnamed labels 2001-08-30 08:17:06 +00:00
ulabel.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00