0c85406f52replaced multiple lines of "rm" commands with a single "rm" line in the clean target. on some rm lines the argument was empty which caused the NetBSD rm command to complain...
cpg
2000-07-03 21:03:41 +00:00
3e416337b2Fixed translation table for GEOS
cuz
2000-06-30 19:45:13 +00:00
51308b1f6bFix available memory for C64
cuz
2000-06-26 06:33:17 +00:00
fd7399e82fadded Atari entry in Systems chapter
cpg
2000-06-25 23:10:49 +00:00
ac3ebc0989adapted CfgAtari for maximum memory
cpg
2000-06-25 23:08:44 +00:00
158714acf9Working on .MID
cuz
2000-06-25 17:48:28 +00:00
0ebf91be52Check for duplicate files in an argument list and print a warning
cuz
2000-06-25 14:08:36 +00:00
a992dd05a0Fixed a bug
cuz
2000-06-25 13:17:26 +00:00
7b32de4b95added deb.c (simple program to enter the debugger)
cpg
2000-06-25 02:20:13 +00:00
6b002da603Removed the strexpr module and placed the implementation of the .STRING builtin function into the NextTok function. Added the .CONCAT function.
cuz
2000-06-23 20:49:47 +00:00
8b971f7c73Created a gcc makefile for grc
cuz
2000-06-22 21:02:43 +00:00
53485bc321First import of resource compiler by Maciej
cuz
2000-06-22 21:00:33 +00:00
6fb18bf469Update for new version
cuz
2000-06-22 12:45:31 +00:00
5453c45d8fAdd the atari target
cuz
2000-06-22 12:42:37 +00:00
826c11450dUpdate for new version
cuz
2000-06-22 12:31:09 +00:00
d10b3a90c9Update for new features
cuz
2000-06-22 12:22:18 +00:00
a13e897291Update for new features
cuz
2000-06-22 12:06:30 +00:00
553063a498Fixed usage text
cuz
2000-06-22 11:45:01 +00:00
120cdab4aaBumped the version number
cuz
2000-06-22 11:39:13 +00:00
7bd93e9e82New long option: --debug
cuz
2000-06-22 11:38:57 +00:00
3065378c20Update for next release
cuz
2000-06-22 11:34:25 +00:00
9e83b00152Rewrote parsing of locals. Removed non working code for register variables.
cuz
2000-06-22 11:28:39 +00:00
ea43c68b9bChanged usage information text
cuz
2000-06-22 11:13:38 +00:00
29f57b3196GTIA color defines; added c64 compatibility color defines
cpg
2000-06-22 00:50:05 +00:00
7198329ce3setcolor, getcolor and setcolor_low functions
cpg
2000-06-22 00:42:26 +00:00
564eed1a2dsetcolor.o: new object file
cpg
2000-06-22 00:39:59 +00:00
04ee693c00Fixed a bug
cuz
2000-06-21 21:02:44 +00:00
e27fafbea3set MAX_INC_NESTING to 20
cpg
2000-06-21 00:10:12 +00:00
dff9bae70aFixed a bug
cuz
2000-06-20 06:53:01 +00:00
ea2f5c1309Fixed a bug
cuz
2000-06-19 06:14:44 +00:00
c31008c78aRemove io.*, some cleanup
cuz
2000-06-15 19:03:01 +00:00
a66cf46549Fixed a bug
cuz
2000-06-15 18:06:18 +00:00
7329d4acb3New long option --static-locals
cuz
2000-06-14 21:20:45 +00:00
c59aa8ffdfFixed makefile to use new paths
cuz
2000-06-14 21:14:47 +00:00
4b1abd7cc9Better error messages when opening include files
cuz
2000-06-14 21:07:58 +00:00
aa8737733fUse the xmalloc module from the common directory. Rewrote the include file management, keeping a list of all include files and cleaning up the code while going.
cuz
2000-06-14 21:01:37 +00:00
623c1e6ffcModule now in common dir
cuz
2000-06-14 10:03:34 +00:00
6976b75308Remove unneeded includes
cuz
2000-06-14 10:03:26 +00:00
1b25672550Initialize command line to make ProgName valid
cuz
2000-06-14 10:02:48 +00:00
cf71093fe9Code now in common dir
cuz
2000-06-14 10:02:05 +00:00
c2b19b5e00Use stuff from the common dir
cuz
2000-06-14 10:01:36 +00:00
ecdce2cd16Fix problematic code. Use more stuff from the shared modules.
cuz
2000-06-14 10:00:55 +00:00
2767f66146Place shared modules into the common dir
cuz
2000-06-14 09:57:42 +00:00
6a482b59faMove stuff into the common directory
cuz
2000-06-14 09:38:07 +00:00
1081c1dcddMore common subroutines
cuz
2000-06-14 09:32:22 +00:00
114bc5a370Some basic support for the 65C02 CPU. Use the command line module from common/ and support long options. Rename the include module to incpath (as in the assembler).
cuz
2000-06-14 08:18:19 +00:00
f1feae3a97Rename a function
cuz
2000-06-14 07:48:27 +00:00
b9ce81c7e3Fixed an error
cuz
2000-06-14 07:35:00 +00:00
93be370fa4Use new cmdline module
cuz
2000-06-14 07:22:25 +00:00
94cee5c9b2New module for command line parsing
cuz
2000-06-14 07:09:10 +00:00
9cc25f13b6Added support for old style (K&R) function declarations. Several renames for better readibility. Removed separate struct and enum symbol tables in favour of one tag table. Check for some more error conditions or dubious constructs.
cuz
2000-06-12 18:31:40 +00:00
04dee08f58Minor changes for MSC compatibility
cuz
2000-06-12 12:32:39 +00:00
8f1688015bRemoved a duplicate line
cuz
2000-06-12 09:29:13 +00:00
3b63322f99stupid: put local vars of newfd function into .bss instead of .data
cpg
2000-06-12 00:16:21 +00:00
731534dec7describes the files in this directory
cpg
2000-06-11 23:56:41 +00:00
4c5bd4bf32test program for cprintf()
cpg
2000-06-11 23:56:09 +00:00
22a7951bdeadded file I/O test program
cpg
2000-06-11 23:36:16 +00:00
af33f993e1allocate local vars in .data, don't use the stack (we don't need to be reentrant here :-)
cpg
2000-06-11 23:21:30 +00:00
269ae9606dFixed a typo
cuz
2000-06-11 16:49:00 +00:00
4219ffcb6aFix minor function handling stuff
cuz
2000-06-10 16:33:25 +00:00
e932798eadAdd knowledge about a few more runtime functions
cuz
2000-06-10 16:32:54 +00:00
699a7cbf3fRemove functions that do no longer exist
cuz
2000-06-10 16:32:37 +00:00
2e532d9ccdExplicitly clear reserved storage with $00.
cuz
2000-06-10 16:32:12 +00:00
c8193d6364Remove/rename more code
cuz
2000-06-10 16:13:50 +00:00
78b07cc6f4Renamed module, part of code no longer needed
cuz
2000-06-10 16:11:27 +00:00
61ca3a4abeRoutines no longer used
cuz
2000-06-10 16:06:05 +00:00