]> git.sur5r.net Git - cc65/blobdiff - doc/library.sgml
Updates for the CBM510
[cc65] / doc / library.sgml
index c3a6a65ce000e1c703308f8fc767f93f04f4bd20..b284480db62f8303bc34834f4486876ff2a82419 100644 (file)
@@ -77,19 +77,13 @@ Functions that are limited in any way:
   supported).
 
 
-  <item>The va_... family of macros
-
-  The macros do not work completely as defined by the standard. Since cc65 has
-  the wrong calling order, the (non-standard) va_fix macro must be used to
-  access fixed parameters in functions with a variable parameter size. See
-  newvers.txt for a discussion of the problem.
-
   <item>strcspn/strpbrk/strspn
 
   These functions have a length limitation of 256 for the second string
   argument. Since this string gives a character set, and there are only 256
   distinct characters, this shouldn't be a problem.
 
+
   <item>getenv
 
   Since there is no such thing as an environment on all supported systems, the
@@ -171,7 +165,7 @@ and keyboard I/O. The functions will write directly to the screen or poll the
 keyboard directly with no more help from the operating system than needed.
 This has some disadvantages, but on the other side it's fast and reasonably
 portable. conio implementations exist for the following targets:
-
+                   
   <itemize>
   <item>atari
   <item>c64
@@ -198,12 +192,13 @@ symbol <tt/__JOYSTICK__/ on systems that have a joystick.
 
 <sect>Using a mouse - <tt/mouse.h/<p>
 
-Some target machines support a mouse. Mouse support is currently in beta and
-available for the following targets:
+Some target machines support a mouse. Mouse support is currently available for
+the following targets:
 
   <itemize>
   <item>atari
   <item>c64
+  <item>c128
   </itemize>
 
 The available functions are declared in <tt/mouse.h/ To help writing portable
@@ -223,7 +218,7 @@ name="uz@cc65.org">).
 <sect>Copyright<p>
 
 This C runtime library implementation for the cc65 compiler is (C)
-Copyright 1998-1999 Ullrich von Bassewitz. For usage of the binaries
+Copyright 1998-2001 Ullrich von Bassewitz. For usage of the binaries
 and/or sources the following conditions do apply:
 
 This software is provided 'as-is', without any expressed or implied