chiark / gitweb /
Portability fixes.
[userv.git] / Changelog
index 8935d9b662824c3e2f6b33f5250d8a167c170015..71a09a4e2640574c2692e612bbe31190e31b0900 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,19 @@
 userv (0.55.2); urgency=low
 
-  * clean targets except realclean don't remove spec.html, spec.ps.
-
- --
+  * Added info about WWW page, mailing lists and bug reporting to README.  
+  
+  * clean targets except realclean don't remove spec.html, spec.ps,
+    lexer.[lc], tokens.h, overview.ps.  New totalclean target for
+    removing configure and config.h.in.
+  
+  * Added <sys/types.h> and <errno.h> to lexer.l.m4.
+  * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
+    in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
+    problems with sizeof and size_t; EPROTO missing workaround.
+  * Note about SIG_IGN and `function declaration isn't a prototype' added
+    to INSTALL file in new PROBLEMS section.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
 
 userv (0.55.1); urgency=low