1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-20 05:29:39 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz b6276e75f3 Fixed a problem with debug symbol ids. Invalid ids were written to the file
because of a wrong check.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5430 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-31 20:44:27 +00:00
asminc Declaration of tgi_settextdir() added. 2011-07-31 22:17:21 +00:00
doc Update from Stefan Haubenthal. 2012-01-24 20:43:10 +00:00
include Fixed irq handler return value. 2012-01-21 22:34:48 +00:00
libsrc The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort. 2012-01-30 21:19:09 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Add missing Debian build-dependancy on "texinfo". 2012-01-18 21:34:33 +00:00
samples Added a sample demonstrating how to create a VLIR overlay program. 2012-01-03 21:55:34 +00:00
src Fixed a problem with debug symbol ids. Invalid ids were written to the file 2012-01-31 20:44:27 +00:00
targetutil Added a makefile to build the utility. 2012-01-24 20:41:57 +00:00
testcode Adjusted resource file to recent syntax changes. 2012-01-04 15:24:18 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00