summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-20 16:23:36 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-20 16:23:36 +0000
commite98795401da0febfa538f0dd7d8e4b215f426514 (patch)
treecf6baefce8f02986e95d565e41a30ca9a98accdf
parent27a8dc04a55d28f95bee708079de5a6b009e4149 (diff)
Kill this file. Don't need it.
-Erik
-rw-r--r--BUGS16
1 files changed, 0 insertions, 16 deletions
diff --git a/BUGS b/BUGS
deleted file mode 100644
index 8d0f1ce03..000000000
--- a/BUGS
+++ /dev/null
@@ -1,16 +0,0 @@
-*) libcrypt fails a number of the crypt tests in test/crypt
-*) locale support if currently _very_ incomplete
-*) No support for wide char (i.e. everything in wchar.h,
- everything in wctype.h)
-*) uClibc timezone support is mostly stubbed out
-*) gdb friendly libpthread debug support is not implemented
-*) Not all architectures support shared libraries
-*) Not all functions have been fully audited for thread-safety
-*) stpncpy() flunks test 3,5 and 7 on powerpc.
-*) The syscall() function is missing
-
-
-Will Not Fix
----------------
-*) wordexp is not implemented. Nobody uses it, and it is huge.
-