]> git.sur5r.net Git - cc65/log
cc65
24 years agoWatcom/NT fixes
cuz [Thu, 8 Jun 2000 20:32:44 +0000 (20:32 +0000)]
Watcom/NT fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@37 b7a2c559-68d2-44c3-8de9-860c34a00d81

24 years agoSome work on function stuff.
cuz [Thu, 8 Jun 2000 20:27:05 +0000 (20:27 +0000)]
Some work on function stuff.
Use xsprintf from the common directory.
Use hashstr from the common directory.

git-svn-id: svn://svn.cc65.org/cc65/trunk@36 b7a2c559-68d2-44c3-8de9-860c34a00d81

24 years agoRemove paragraph about limitations that do no longer exist
cuz [Thu, 8 Jun 2000 18:51:37 +0000 (18:51 +0000)]
Remove paragraph about limitations that do no longer exist

git-svn-id: svn://svn.cc65.org/cc65/trunk@35 b7a2c559-68d2-44c3-8de9-860c34a00d81

24 years agoRemove some comments about limitations that do no longer exist, resp. add
cuz [Thu, 8 Jun 2000 18:45:51 +0000 (18:45 +0000)]
Remove some comments about limitations that do no longer exist, resp. add
new stuff where needed.

git-svn-id: svn://svn.cc65.org/cc65/trunk@34 b7a2c559-68d2-44c3-8de9-860c34a00d81

24 years agoiscntrl was not mentioned in the Makefile and therefor not built.
cuz [Thu, 8 Jun 2000 18:35:04 +0000 (18:35 +0000)]
iscntrl was not mentioned in the Makefile and therefor not built.
Change the isxxx functions to correctly handle values outside of character
range.

git-svn-id: svn://svn.cc65.org/cc65/trunk@33 b7a2c559-68d2-44c3-8de9-860c34a00d81

24 years agoUse xsprintf in common library
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

24 years agoAdd #define for MSC
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

24 years agoFixed cr/lf handling
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

24 years agoadded joytest.c - readjoy test program
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

24 years agodon't import newline
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

24 years agofixed it and saved 1 byte
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

24 years agoadapted for atari
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

24 years agoApply FreeBSD patch (adds comment to Makefile)
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

24 years agoAdded a more generic way to push sources that deliver a token stream
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

24 years ago?
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

24 years ago*** empty log message ***
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

24 years agoAbort on string overflow
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

24 years agoAdded xsprint to the watcom makefile
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

24 years agoAdded portability sprintf function
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

24 years agofirst working version (with filenames at least, devices not tested yet)
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

24 years agoinitialze stdin/stdout/stderr correctly
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

24 years agodon't use INVFLG but our own variable to indicate revers - the
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

24 years agoFixed a bug
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

24 years agoChange the implementation of Add() so it won't modify it's argument.
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

24 years agoAdded long options. Added --asm-include-dir to set the include path for
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

24 years agoAdded functions to remember a set of include search paths and to search
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

24 years agofixed a typo
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

24 years agofirst hack at newfd function: compiles but doesn't work yet
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

24 years agoadded support for fd indirection
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

24 years agoThis commit was generated by cvs2svn to compensate for changes in r2,
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

24 years agoStandard project directories initialized by cvs2svn.
(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