X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=12f2f123c44843acb8c517f2d398a0f2d2685445;hp=507c4574b6556a0abec0b53d096b106173c0cdb0;hb=fed3e593e1e99bacd6de13663103e3c1940a9957;hpb=5b62e382c2e894e124ac6640e28397946b775765 diff --git a/ChangeLog b/ChangeLog index 507c457..12f2f12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-05-22 Peter Maydell + + * uip/scansbr.c: don't use MB_CUR_MAX if we aren't compiled + with multibyte support. (Ported from trunk.) + + * 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. + (Ported from trunk.) + 2008-05-21 Peter Maydell * sbr/utils.c (mh_xrealloc): don't assume realloc() can