Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in...
commitf4d5e05961de32c0652101662f78ba21f2a9a342
authoroliverschmidt <oliverschmidt>
Wed, 10 Feb 2010 07:43:25 +0000 (10 07:43 +0000)
committeroliverschmidt <oliverschmidt>
Wed, 10 Feb 2010 07:43:25 +0000 (10 07:43 +0000)
tree5a77032175c37a7980c570d722f4ea4368d90225
parent982234170ebe615cc72f3bd99595cf1dc9cd7273
Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in order to maximize the number of available file handles for the webserver. However none of the target machine DOSes allows to open a single file several times diminishing the intended effect very much. One the other hand not being able to "just printf() something" causes trouble over and again - i.e. hello-world seemingly not working...after all a typical case of german over-enigneering ;-)
backyard/platform/apple2enh/lib/log-asm.S [moved from platform/apple2enh/lib/log-asm.S with 97% similarity]
backyard/platform/apple2enh/lib/log.c [moved from platform/apple2enh/lib/log.c with 97% similarity]
cpu/6502/README
platform/apple2enh/Makefile.apple2enh
platform/apple2enh/contiki-conf.h
platform/apple2enh/contiki-main.c
platform/c128/contiki-conf.h
platform/c128/contiki-main.c
platform/c64/contiki-conf.h
platform/c64/contiki-main.c