1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 2bb2d97ab0 Fixed and improved the code for compares. Before, compares of chars to a
constant where sometimes passed down to the code generator in a way that
caused wrong code to be generated.

This change may go into 2.13 after some testing.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4743 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-07-11 16:11:45 +00:00
asminc Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
doc Added getopt. The implementation is based on a public domain source, 2010-07-10 11:28:02 +00:00
include This is part of adding getopt() lately but wasn't checked in together with the 2010-07-10 20:49:06 +00:00
libsrc Added getopt. The implementation is based on a public domain source, 2010-07-10 11:28:02 +00:00
make Makefile patch contributed by Greg King: 2009-12-02 15:21:22 +00:00
packages New install script from Stefan Haubenthal that (among other things) sets 2010-06-03 12:02:26 +00:00
samples Added explicit tgi_clear() after tgi_init() now that this isn't done by tgi_init() anymore. 2010-01-26 20:12:35 +00:00
src Fixed and improved the code for compares. Before, compares of chars to a 2010-07-11 16:11:45 +00:00
testcode Added getopt. The implementation is based on a public domain source, 2010-07-10 11:28:02 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00