]>
git.sur5r.net Git - cc65/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
cuz [Thu, 8 Jun 2000 18:18:40 +0000 (18:18 +0000)]
Use xsprintf in common library
git-svn-id: svn://svn.cc65.org/cc65/trunk@32
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 8 Jun 2000 18:18:20 +0000 (18:18 +0000)]
Add #define for MSC
git-svn-id: svn://svn.cc65.org/cc65/trunk@31
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 8 Jun 2000 18:02:13 +0000 (18:02 +0000)]
Fixed cr/lf handling
git-svn-id: svn://svn.cc65.org/cc65/trunk@30
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 7 Jun 2000 22:35:44 +0000 (22:35 +0000)]
added joytest.c - readjoy test program
git-svn-id: svn://svn.cc65.org/cc65/trunk@29
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 7 Jun 2000 22:32:12 +0000 (22:32 +0000)]
don't import newline
git-svn-id: svn://svn.cc65.org/cc65/trunk@28
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 7 Jun 2000 22:10:45 +0000 (22:10 +0000)]
fixed it and saved 1 byte
git-svn-id: svn://svn.cc65.org/cc65/trunk@27
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Wed, 7 Jun 2000 21:22:30 +0000 (21:22 +0000)]
adapted for atari
git-svn-id: svn://svn.cc65.org/cc65/trunk@26
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 6 Jun 2000 17:45:06 +0000 (17:45 +0000)]
Apply FreeBSD patch (adds comment to Makefile)
git-svn-id: svn://svn.cc65.org/cc65/trunk@25
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Sat, 3 Jun 2000 11:15:11 +0000 (11:15 +0000)]
Added a more generic way to push sources that deliver a token stream
independent of the actual input from the file. Change macro handling
to use the new input stack.
Fixed an error in FreeIf: If an unexpected .ENDIF was reached, the
assembler started an endless loop printing error messages.
git-svn-id: svn://svn.cc65.org/cc65/trunk@24
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Fri, 2 Jun 2000 02:33:28 +0000 (02:33 +0000)]
?
git-svn-id: svn://svn.cc65.org/cc65/trunk@23
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
izydorst [Fri, 2 Jun 2000 02:13:19 +0000 (02:13 +0000)]
*** empty log message ***
git-svn-id: svn://svn.cc65.org/cc65/trunk@22
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 1 Jun 2000 16:41:28 +0000 (16:41 +0000)]
Abort on string overflow
git-svn-id: svn://svn.cc65.org/cc65/trunk@21
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 1 Jun 2000 16:25:05 +0000 (16:25 +0000)]
Added xsprint to the watcom makefile
git-svn-id: svn://svn.cc65.org/cc65/trunk@20
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Thu, 1 Jun 2000 16:22:30 +0000 (16:22 +0000)]
Added portability sprintf function
git-svn-id: svn://svn.cc65.org/cc65/trunk@19
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Tue, 30 May 2000 22:28:30 +0000 (22:28 +0000)]
first working version (with filenames at least, devices not tested yet)
git-svn-id: svn://svn.cc65.org/cc65/trunk@18
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Tue, 30 May 2000 22:21:40 +0000 (22:21 +0000)]
initialze stdin/stdout/stderr correctly
git-svn-id: svn://svn.cc65.org/cc65/trunk@17
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Tue, 30 May 2000 22:20:01 +0000 (22:20 +0000)]
don't use INVFLG but our own variable to indicate revers - the
INVFLG is changed by the Atari key
git-svn-id: svn://svn.cc65.org/cc65/trunk@16
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 30 May 2000 17:40:38 +0000 (17:40 +0000)]
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@15
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Tue, 30 May 2000 06:31:09 +0000 (06:31 +0000)]
Change the implementation of Add() so it won't modify it's argument.
git-svn-id: svn://svn.cc65.org/cc65/trunk@14
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Mon, 29 May 2000 18:41:25 +0000 (18:41 +0000)]
Added long options. Added --asm-include-dir to set the include path for
the assembler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@13
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cuz [Mon, 29 May 2000 18:40:56 +0000 (18:40 +0000)]
Added functions to remember a set of include search paths and to search
for includes in these directories. Extended the scanner to use the new
functions.
Added several command line switches, including -I (--include-dir) to use
the new include search feature.
git-svn-id: svn://svn.cc65.org/cc65/trunk@12
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Sun, 28 May 2000 21:54:19 +0000 (21:54 +0000)]
fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@11
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Sun, 28 May 2000 21:53:09 +0000 (21:53 +0000)]
first hack at newfd function: compiles but doesn't work yet
git-svn-id: svn://svn.cc65.org/cc65/trunk@10
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
cpg [Sun, 28 May 2000 21:51:06 +0000 (21:51 +0000)]
added support for fd indirection
git-svn-id: svn://svn.cc65.org/cc65/trunk@9
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
uz [Sun, 28 May 2000 13:40:48 +0000 (13:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3
b7a2c559 -68d2-44c3-8de9-
860c34a00d81
(no author) [Sun, 28 May 2000 13:40:48 +0000 (13:40 +0000)]
Standard project directories initialized by cvs2svn.
git-svn-id: svn://svn.cc65.org/cc65/trunk@1
b7a2c559 -68d2-44c3-8de9-
860c34a00d81