1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-20 05:29:39 +00:00
cc65/src/common
cuz e41c0adbb2 New target c16
git-svn-id: svn://svn.cc65.org/cc65/trunk@1563 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-21 21:22:26 +00:00
..
make New pattern matching module matchpat.[ch] 2002-04-08 19:55:12 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
abend.c More common subroutines 2000-06-14 09:32:22 +00:00
abend.h Move the check module to common/ 2000-08-01 15:01:21 +00:00
attrib.h Use gcc function attributes for better error checking 2000-07-27 20:33:33 +00:00
bitops.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
bitops.h Use more gcc attributes 2000-08-19 18:16:54 +00:00
cddefs.h Working on the condes feature 2000-11-20 15:22:57 +00:00
chartype.c Added command line response files 2001-03-09 21:59:23 +00:00
chartype.h Added IsControl 2001-07-29 20:36:19 +00:00
check.c Use inline for better performance 2001-05-16 09:24:42 +00:00
check.h Use :? operator to allow use in expressions 2001-05-16 13:05:06 +00:00
cmdline.c Remove duplicate line feed 2002-04-08 18:42:44 +00:00
cmdline.h Fixed another signedness problem 2001-10-11 14:50:10 +00:00
coll.c Fixed problems with the inline macros 2001-10-11 21:54:25 +00:00
coll.h Fixed problems with the inline macros 2001-10-11 21:54:25 +00:00
exprdefs.c Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
exprdefs.h Debugging the condes support 2000-11-20 22:59:11 +00:00
filepos.c Added InitFilePos method 2000-11-20 19:44:18 +00:00
filepos.h Cosmetic change 2001-05-23 07:10:16 +00:00
fname.c Just renames 2000-06-14 10:03:59 +00:00
fname.h Just renames 2000-06-14 10:03:59 +00:00
hashstr.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
hashstr.h Use more gcc attributes 2000-08-19 18:16:54 +00:00
inline.h Renamed cfeature.h to inline.h 2001-05-16 09:27:35 +00:00
libdefs.h Added line infos 2001-05-23 19:03:40 +00:00
matchpat.c New pattern matching module matchpat.[ch] 2002-04-08 19:55:12 +00:00
matchpat.h New pattern matching module matchpat.[ch] 2002-04-08 19:55:12 +00:00
objdefs.h Added line infos 2001-05-23 19:03:40 +00:00
optdefs.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
print.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
print.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
segdefs.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
strbuf.c Add a user index to class StrBuf 2002-09-29 19:49:55 +00:00
strbuf.h New function SB_Skip 2002-09-29 19:55:38 +00:00
strutil.c New module strutil 2001-04-25 13:50:35 +00:00
strutil.h New module strutil 2001-04-25 13:50:35 +00:00
symdefs.h Add new defines for export usage 2001-09-08 20:51:33 +00:00
target.c New target c16 2002-11-21 21:22:26 +00:00
target.h New target c16 2002-11-21 21:22:26 +00:00
tgttrans.c New target c16 2002-11-21 21:22:26 +00:00
tgttrans.h Allow to set character translations at compile time 2002-02-18 08:20:18 +00:00
version.h Bumped the version number 2002-04-26 11:09:28 +00:00
xmalloc.c Added xrealloc 2001-03-26 21:46:37 +00:00
xmalloc.h Added xrealloc 2001-03-26 21:46:37 +00:00
xsprintf.c Use CHECK instead of assert 2002-03-16 20:45:41 +00:00
xsprintf.h Add an include file 2000-09-24 14:54:15 +00:00