X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3a82aa4a31b810bc583a0ed45f503489d42e4f3e;hb=da67f77e5a66799deac35ae8d9c538f9222bc8af;hp=1c2fc9ddc0b32fc725f204ad857b0f0afff9e84c;hpb=23f854c962a161cc8ed982b23183600df376e818;p=mmh diff --git a/ChangeLog b/ChangeLog index 1c2fc9d..3a82aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-01-16 Oliver Kiddle + + * uip/scansbr.c: multiply buffer size by MB_CUR_MAX so multi-byte + chars fit + +2006-01-14 Josh Bressers + + * sbr/fmt_scan.c: Turn the PUTSF macro into a function capable of + handling multi column characters. + +2006-01-07 Josh Bressers + + * Remove sbr/strerror.c -- strerror(3) is defined in C89. + +2006-01-06 Josh Bressers + + * patch #3968: Move the add() function from its own file (add.c) and + into utils.c. There was also a duplicate add() function in mf.c which + has been removed. + 2006-01-02 Josh Bressers * Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.