X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=2e7678ecec27c010d9a475e02df057fe23efdcdf;hb=8d3e26681c4341c76fe9a28371a75061678e7df2;hp=8da51112f312ad74ef636fd4aec3d0a2e9d92ef5;hpb=f6d142edd29a2d1d726efceb3121f9f9b6dd5b9a;p=mmh diff --git a/ChangeLog b/ChangeLog index 8da5111..2e7678e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ +2008-06-02 Peter Maydell + + * 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 + + * 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 + 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 + * sbr/utils.c (mh_xrealloc): don't assume realloc() can + handle NULL pointers; some non-POSIX realloc()s can't. + * sbr/dtimep.lex: add some table size declarations for the benefit of elderly lexes with small defaults.