]> git.sur5r.net Git - cc65/commitdiff
Quite some functions mentioned as "unsupported" are available in the meantime
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 26 Mar 2008 08:39:36 +0000 (08:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 26 Mar 2008 08:39:36 +0000 (08:39 +0000)
(Stefan Haubenthal).

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

doc/library.sgml

index 2860b3a5def6b0ccfb553a5b50dad075707f7c00..b3faf32fc78534a046bf19d65d9770f00315d5e9 100644 (file)
@@ -43,8 +43,6 @@ Functions that are <em/not/ available:
 <itemize>
   <item><tt>tmpfile/tmpnam</tt>
   <p>
-  <item>The <tt/scanf/ family of functions
-  <p>
   <item><tt>system</tt>
   <p>
   <item>All functions that handle floating point numbers in some manner.
@@ -57,7 +55,7 @@ Functions that are <em/not/ available:
   <item>Signals and all related functions (having <tt/SIGSEGV/ would be
   cool:-)
   <p>
-  <item><tt>setbuf/setvbuf/ungetc</tt>
+  <item><tt>setbuf/setvbuf</tt>
 </itemize>
 
 Functions not available on all supported systems:
@@ -166,12 +164,15 @@ portable. conio implementations exist for the following targets:
   <item>apple2
   <item>apple2enh
   <item>atari
+  <item>atmos
   <item>c16 (works also for the c116 with up to 32K memory)
   <item>c64
   <item>c128
   <item>plus4 (or expanded c16/c116)
   <item>cbm510 (40 column video)
   <item>cbm610 (all CBM series-II computers with 80 column video)
+  <item>geos
+  <item>nes
   <item>pet (all CBM PET systems except the 2001)
   <item>vic20
   </itemize>