changeset 85:8439d9e57d08

- ToDo update
author cslag
date Wed, 06 Apr 2016 02:02:34 +0200
parents 67961454902b
children 0c8535820000
files ToDo
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ToDo	Wed Apr 06 00:21:51 2016 +0200
+++ b/ToDo	Wed Apr 06 02:02:34 2016 +0200
@@ -5,7 +5,6 @@
       same goes for functions setting the mode. think about how to make this safer - currently
       we have a higher flexibility and we need to potentially clean up from the mode we are in,
       however, this is open to misuse
-- !!! dcGetError flags get set, but not unset after successful calls
 - check all vararg calling conv implementations if they promote correctly
   (e.g. float to double); we used to not care as it was the user's job to
   think of that, but we allow users to use ArgFloat, etc. on "..." now,