Mercurial > hg > octave-kai > gnulib-hg
diff lib/ChangeLog @ 4852:7f909e1de364
New module 'xsize'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 04 Nov 2003 12:06:16 +0000 |
parents | 80786047b412 |
children | 21b00e0426f7 |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-11-04 Bruno Haible <bruno@clisp.org> + + * xsize.h: New file. + * linebreak.c: Include xsize.h. + (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc() + argument for overflow. + Suggested by Paul Eggert. + 2003-10-31 Bruno Haible <bruno@clisp.org> * wait-process.c (wait_process): Use waitid with WNOWAIT if available,