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, 0 insertions, 15 deletions
diff --git a/libc/stdio1/BUGS b/libc/stdio1/BUGS
deleted file mode 100644
index 0e8e0db..0000000
--- a/libc/stdio1/BUGS
+++ /dev/null
@@ -1,15 +0,0 @@
-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.