summaryrefslogtreecommitdiff
path: root/Known_bugs
diff options
context:
space:
mode:
Diffstat (limited to 'Known_bugs')
-rw-r--r--Known_bugs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Known_bugs b/Known_bugs
new file mode 100644
index 0000000..b5c6180
--- /dev/null
+++ b/Known_bugs
@@ -0,0 +1,14 @@
+Here are some known bugs that I plan to fix soon.
+
++ Patname ought to ask for a log message for the symbolic number.
+
++ A unit name is always wanted by Configure. Hence in a unit d_waitpid, if
+you write:
+
+ @if WAITPID || d_waitpid
+ .....
+ @end
+
+then the <....> part of the code will always be loaded even if no shell
+script references d_waitpid or C code references WAITPID.
+