1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-30 01:29:41 +00:00
cc65/src
uz fd679d92d0 Fixed a problem: When a struct or unit was declared with a tag name, it was
possible to use the opposite type with the tag name. That is "struct a" after
declaring "union a" and vice versa.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5980 b7a2c559-68d2-44c3-8de9-860c34a00d81
2013-02-02 22:31:26 +00:00
..
ar65 In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
ca65 The scrcode macros lost the last argument in the recursive call. 2013-01-22 21:28:26 +00:00
ca65html Add new --tabsize option to usage/help output. 2008-11-11 21:23:15 +00:00
cc65 Fixed a problem: When a struct or unit was declared with a tag name, it was 2013-02-02 22:31:26 +00:00
chrcvt Small change in the vector font format. 2011-07-17 17:15:54 +00:00
cl65 Added new cl65 options -Wc and --cc-args. 2012-02-21 20:23:36 +00:00
co65 Fixed an error: The output file shouldn't be opened in binary mode (thefox). 2011-09-04 10:41:43 +00:00
common Removed the unused function TgtTranslateStr. 2012-11-06 20:32:09 +00:00
da65 Support for the Mitsubishi 740 CPU for da65. Written and contributed by 2011-12-31 13:09:55 +00:00
dbginfo Make the type of a C symbol available. 2011-09-01 20:53:42 +00:00
grc65 Use array type declaration to avoid &-operator. 2012-11-07 23:25:37 +00:00
ld65 Since there is now line info with type ASM and a count not equal to zero, the 2012-11-04 12:58:17 +00:00
make Added sp65 to the tools makefiles. 2012-03-10 23:11:42 +00:00
od65 Fixed a C99ism. 2012-06-04 07:48:37 +00:00
sim65 More cleanup. 2012-04-11 12:23:33 +00:00
sp65 Optimize low color packed sprites 2012-12-17 17:48:56 +00:00