If we're compiling with gcc, mark adios() as never returning (better code
[mmh] / ChangeLog
index a3eff81..2e7678e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-06-02  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * h/prototypes.h: mark adios() as not returning, so gcc
+       can make a better job of avoiding spurious "uninitialized
+       variable" warnings.
+
+2008-06-01  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * docs/README.developers: update the bits about doing a
+       release announcement, now I've actually done one.
+
+2008-05-22  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * uip/scansbr.c: don't use MB_CUR_MAX if we aren't compiled
+       with multibyte support.
+
+       * uip/whatnowsbr.c: factor out common code for writing ls
+       shell command, and make it do more sensible buffer length
+       checks. Also avoid relying on the return value of sprintf(),
+       as some old systems don't return number of characters written.
+
 2008-05-21  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
        * sbr/utils.c (mh_xrealloc): don't assume realloc() can