summaryrefslogtreecommitdiff
path: root/libc/stdio1/BUGS
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /libc/stdio1/BUGS
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
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.