# HG changeset patch # User cslag # Date 1459900954 -7200 # Node ID 8439d9e57d08a641af703f6b297e44ce354b90c3 # Parent 67961454902b8e9ed4161fad49c9ac157acdef4b - ToDo update diff -r 67961454902b -r 8439d9e57d08 ToDo --- 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,