Mercurial > hg > octave-kai > gnulib-hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
4851:992dd0324a2e | 4852:7f909e1de364 |
---|---|
1 2003-11-04 Bruno Haible <bruno@clisp.org> | |
2 | |
3 * xsize.h: New file. | |
4 * linebreak.c: Include xsize.h. | |
5 (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc() | |
6 argument for overflow. | |
7 Suggested by Paul Eggert. | |
8 | |
1 2003-10-31 Bruno Haible <bruno@clisp.org> | 9 2003-10-31 Bruno Haible <bruno@clisp.org> |
2 | 10 |
3 * wait-process.c (wait_process): Use waitid with WNOWAIT if available, | 11 * wait-process.c (wait_process): Use waitid with WNOWAIT if available, |
4 to avoid (extremely rare) race condition. | 12 to avoid (extremely rare) race condition. |
5 Suggested by Paul Eggert. | 13 Suggested by Paul Eggert. |