39478f2703New function ForgetAllSearchPaths
cuz
2003-08-03 11:51:12 +00:00
92dfde6c4eOrder of keywords on the keyword table was wrong
cuz
2003-08-02 10:07:00 +00:00
f7dfcbcc3dFixed a bug
cuz
2003-08-02 09:55:54 +00:00
5686efcb4aRemoved first newline to make file(1) happy
cuz
2003-08-01 21:44:18 +00:00
f08179d6afAdded the near keyword
cuz
2003-08-01 21:38:54 +00:00
8c62f6b417The type "enum x" was not handled correctly in sizeof statements and casts.
cuz
2003-08-01 21:29:42 +00:00
d5b3ff4bcaFixed a bug
cuz
2003-07-26 07:31:15 +00:00
98ef42aeaftmp1 is on zeropage hence correct .importzp
izydorst
2003-07-21 18:03:14 +00:00
d134c72cfdAdded info about the __VIC20__ #define
cuz
2003-07-21 17:18:42 +00:00
cc9263d413Bug: Char arrays with a specified size could not be initialized with literal strings that had the same length as the char array (in this case the zero terminator must be omitted by the compiler).
cuz
2003-07-19 09:12:38 +00:00
fc78f797eeUse the new searchpath common module
cuz
2003-05-29 09:10:18 +00:00
fda9a3b49aMoved most of cc65/incpath to a common searchpath module
cuz
2003-05-28 21:11:47 +00:00
9aa85743baFixed an include file search order problem
cuz
2003-05-27 21:48:05 +00:00
acd09ef19aAdded the system() function
cuz
2003-05-27 18:24:16 +00:00
975eefc7c2Added a dummy system() function
cuz
2003-05-27 18:23:38 +00:00
1ccb54d58dEncode option strings in the string pool
cuz
2003-05-25 21:06:57 +00:00
76e67e2f97Changed the object file and library format. There is now an additional string table in the object file that (currently) holds all identifiers from the import, export and debug info sections. The plan is to put all strings into this table, so we have them in a central place and don't waste memory. Apart from that, the indices are unique, so comparing strings should be a lot easier than before (as soon as the programs take advantage of this fact, which is currently not the case).
cuz
2003-05-25 17:57:50 +00:00
487ded2ce2New mainargs.s from Greg King
cuz
2003-05-25 11:46:21 +00:00
8b279cf126Added info about the new OPTIONAL segment attribute.
cuz
2003-05-22 22:35:20 +00:00
cfb622f738Add the new OPTIONAL attribute to the LOWCODE segment.
cuz
2003-05-22 22:32:33 +00:00
3b3e1bec17Removed the empty LOWCODE segments from the startup files. This is now handled by the OPTIONAL segment attribute in the linker config.
cuz
2003-05-22 22:32:04 +00:00
93d37754fcHandle high 128 chars equal to lower ones
cuz
2003-05-22 22:24:59 +00:00
40609f0a3cAdded an OPTIONAL segment attribute
cuz
2003-05-22 22:20:32 +00:00
741362f830forgotten name change; fixed to return more verbose information instead of boolean true/false
izydorst
2003-05-16 15:26:49 +00:00
be00adb757Add a warning for an address expression that is usually the result of a typo and almost never used in this form.
cuz
2003-05-13 19:10:32 +00:00
43f59de557Redid the last change, because it was bug (A must be saved across the call)
cuz
2003-05-13 10:00:39 +00:00
faea6dd29cRemoved an unused warning
cuz
2003-05-11 22:04:52 +00:00
24ed6e5e3dfix for previous change: the last vlir chains could be blank, do not pad the last real file
izydorst
2003-05-09 19:52:23 +00:00
0a1266e59bAdded the restrict keyword just to have it reserved
cuz
2003-05-07 21:06:42 +00:00
e9484094e4Added more functions
cuz
2003-05-05 18:31:22 +00:00