cc65/src/common
cuz 097a01094e Added a method to write variable sized unsigned values. Use this method for
all sorts of things in the object files. This does not only make the object
files smaller, but does also remove several limits (strings may be longer
than 255 bytes, several counters no longer have 8 or 16 bit limits).


git-svn-id: svn://svn.cc65.org/cc65/trunk@260 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-08-02 13:23:06 +00:00
..
make Move the check module to common/ 2000-08-01 15:01:21 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
check.c Move the check module to common/ 2000-08-01 15:01:21 +00:00
check.h Move the check module to common/ 2000-08-01 15:01:21 +00:00
cmdline.c More common subroutines 2000-06-14 09:32:22 +00:00
cmdline.h More common subroutines 2000-06-14 09:32:22 +00:00
exprdefs.c Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
exprdefs.h Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
filepos.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
libdefs.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
objdefs.h Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
optdefs.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +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
symdefs.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
version.h Bumped the version number 2000-07-27 18:48:27 +00:00
xmalloc.c More common subroutines 2000-06-14 09:32:22 +00:00
xmalloc.h More common subroutines 2000-06-14 09:32:22 +00:00
xsprintf.c Add #define for MSC 2000-06-08 18:18:20 +00:00
xsprintf.h More attribute use 2000-07-27 21:07:01 +00:00