Mercurial > hg > octave-nkf > gnulib-hg
comparison NEWS @ 16385:a9e289a3a38d
streq: Rename macro.
* lib/streq.h (STREQ_OPT): Renamed from STREQ.
* NEWS: Mention the change.
* lib/mbrtowc.c (mbrtowc): Update.
* lib/uniwidth/cjk.h (is_cjk_encoding): Update.
* lib/wcwidth.c (wcwidth): Update.
Suggested by Akim Demaille and Jim Meyering.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 24 Feb 2012 12:33:07 +0100 |
parents | a712776b11ce |
children | 9c0df43d88f4 |
comparison
equal
deleted
inserted
replaced
16384:dde8c368829d | 16385:a9e289a3a38d |
---|---|
18 | 18 |
19 User visible incompatible changes | 19 User visible incompatible changes |
20 --------------------------------- | 20 --------------------------------- |
21 | 21 |
22 Date Modules Changes | 22 Date Modules Changes |
23 | |
24 2012-02-24 streq This module no longer provides the STREQ macro. | |
25 Use STREQ_OPT instead. | |
23 | 26 |
24 2012-01-10 ignore-value This module no longer provides the ignore_ptr | 27 2012-01-10 ignore-value This module no longer provides the ignore_ptr |
25 function. It was deprecated a year ago, but existed | 28 function. It was deprecated a year ago, but existed |
26 so briefly before then that it never came into use. | 29 so briefly before then that it never came into use. |
27 Now, the ignore_value function does its job. | 30 Now, the ignore_value function does its job. |