summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-02-08 17:38:03 +0900
committerDaiki Ueno <ueno@gnu.org>2015-02-08 17:41:00 +0900
commitffe64673c36168b0e62224429a4870427f2c68c4 (patch)
tree97689b5c0771ed645bee068e28de8fd7cd9bfb5b /ChangeLog
parent1c6a3cf4ce203dd9235a9ce26437079c61b56091 (diff)
downloadgnulib-ffe64673c36168b0e62224429a4870427f2c68c4.tar.gz
uniname/unimame-tests: don't link with -lunistring
* modules/uniname/uniname-tests (Makefile.am): Don't link against $(LIBUNISTRING). Document the rationale why we need to conditionalize the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd73197acc..4b5092dd0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-08 Daiki Ueno <ueno@gnu.org>
+
+ uniname/unimame-tests: don't link with -lunistring
+ * modules/uniname/uniname-tests (Makefile.am): Don't link against
+ $(LIBUNISTRING). Document the rationale why we need to
+ conditionalize the test.
+
2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
fstrcmp: don't assume strlen < INT_MAX