1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz bc2fb18752 Removed the mapping function called previously by the errno macro. It will be
replaced by a mapping in the functions itself.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4685 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-06-03 20:03:52 +00:00
asminc The C16 is not really a separate machine, but identical to the Plus/4, so 2010-03-06 15:17:08 +00:00
doc Adjusted Makefile and remarks to the recent cc65 improvements. 2010-06-03 16:47:15 +00:00
include Removed the mapping function called previously by the errno macro. It will be 2010-06-03 20:03:52 +00:00
libsrc Align rootdir() return value rather with POSIX functions than with DIO functions. 2010-06-02 07:03:54 +00:00
make
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 Added relative include path handling: The path of an input file is now pushed 2010-05-30 13:31:09 +00:00
testcode Added support for several machines. 2010-01-08 23:37:25 +00:00
util