diff options
-rw-r--r-- | std/fmt/TODO | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/std/fmt/TODO b/std/fmt/TODO index bfc3efdd1..6f54590fb 100644 --- a/std/fmt/TODO +++ b/std/fmt/TODO @@ -1,12 +1,13 @@ * "native" formatting, json, arrays, object/structs, functions ... * %q %U -* Java has a %n flag to print the plattform native newline... in POSIX +* Java has a %n flag to print the platform native newline... in POSIX that means "number of chars printed so far", though. -* use of Writer and Buffer internally in order to make FPrintf, Printf, etc. +* Use of Writer and Buffer internally in order to make fprintf, printf, etc. easier and more elegant. -* see "Discussion" in README + +* See "Discussion" in README -*scanf , pack,unpack, annotated hex -* error handling, consistantly -* probably rewrite, now that I konw how it's done. +* scanf, pack, unpack, annotated hex +* Error Handling, Consistently. +* Probably Rewrite, now that I know how it's done. |