summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-12-18 00:38:37 +0100
committerBruno Haible <bruno@clisp.org>2016-12-18 00:41:01 +0100
commitf9c744dbd9527cc69be7f4f4ff712dd13b0ebedf (patch)
tree2ad9d51e6422f27e29acfcdabb41f3bb5969cb14 /NEWS
parent15bde6cfc0288f14d7a3140b22c56edbe954a89d (diff)
downloadgnulib-f9c744dbd9527cc69be7f4f4ff712dd13b0ebedf.tar.gz
getlogin, getlogin_r: Fix link errors on MSVC.
* m4/getlogin.m4 (gl_LIB_GETLOGIN): New macro. * modules/getlogin (configure.ac): Require gl_LIB_GETLOGIN. (Link): New section. * modules/getlogin_r (Files): Add m4/getlogin.m4. (configure.ac): Require gl_LIB_GETLOGIN. (Link): New section. * NEWS: Mention the new link requirements. * modules/getlogin-tests (test_getlogin_LDADD): New variable. * modules/getlogin_r-tests (test_getlogin_r_LDADD): New variable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fbbf6f2ce7..3db6085055 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,9 @@ User visible incompatible changes
Date Modules Changes
+2016-12-17 getlogin The link requirements of these modules are changed
+ getlogin_r from empty to $(LIB_GETLOGIN).
+
2016-12-13 dfa Remove DFA_CASE_FOLD flag. Now based on RE_ICASE.
2016-11-17 unistr/u32-strmblen The function u32_strmblen can now return -1.