X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d9c0d17aa110ec0e5db5f0928fead5a1ff60a9e2..716349e83109bed140c59beb70b546d968c7da67:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ed475917..785aeca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-06-02 Peter Maydell + + * h/mh.h, h/prototypes.h, sbr/done.c, uip/inc.c, + uip/mhbuild.c, uip/mhlist.c, uip/mhn.c, uip/mhshow.c, + uip/mhstore.c, uip/mhtest.c, uip/packf.c, uip/pick.c, + uip/rcvdist.c, uip/rcvstore.c, uip/sendsbr.c: when + building on gcc, use the noreturn attribute on various + functions (should improve code and avoid some spurious + 'uninitialized variable' warnings). + +2008-06-01 Peter Maydell + + * docs/README.developers: update the bits about doing a + release announcement, now I've actually done one. + 2008-05-22 Peter Maydell * uip/scansbr.c: don't use MB_CUR_MAX if we aren't compiled