X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=33485f842228258dec8422826c166ba2c4ee7000;hp=8da51112f312ad74ef636fd4aec3d0a2e9d92ef5;hb=51c505fd1a7488d62088d5268ae1f8a5bc885b19;hpb=f6d142edd29a2d1d726efceb3121f9f9b6dd5b9a diff --git a/ChangeLog b/ChangeLog index 8da5111..33485f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +2008-05-22 Peter Maydell + + * 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.