X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=e08e6783d785eaa71a5a73a5e3f64d6495c5c243;hb=4eaed47f91c9de0b520ea41188be3fedae4b99ca;hp=999e7437c144b940e637ce1748ab09466857c491;hpb=07f336c16bdb2316c0e32debb3c7ed2e5a89e49a;p=mmh diff --git a/ChangeLog b/ChangeLog index 999e743..e08e678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +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. + +2008-05-18 David Levine + + * sbr/addrsbr.c: removed "err" from conditional, because gcc + correctly warned that it would always evaluate as true. It's + the address of a static array. + 2008-05-16 Oliver Kiddle * sbr/Makefile.in, config/Makefile.in: Don't use $< in target rules