summaryrefslogtreecommitdiff
path: root/libc/stdio1/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio1/BUGS')
-rw-r--r--libc/stdio1/BUGS15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/stdio1/BUGS b/libc/stdio1/BUGS
new file mode 100644
index 0000000..0e8e0db
--- /dev/null
+++ b/libc/stdio1/BUGS
@@ -0,0 +1,15 @@
+Error checking is known to be wanting. However the author just wants to
+get it working right now.
+
+fread() and fwrite() are not supported. open(), read(), write(), and close()
+work very well for binary data.
+
+fopen() is the only way to open a file. None of the temp stuff is supported,
+and frepon() is unsupported.
+
+GNU extensions are unsupported.
+
+Some printf specifications may not work. Read the code for details of what
+IS supported.
+
+Other than that, this should be a perfectly normal stdio lib when it's finished.