summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-05-04 11:21:56 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-05-04 12:24:02 +0000
commit0d2c0bfbe284d715abc0885796436f1bf8e790db (patch)
treef21e4f885a77f5e88130401b0ed7f4a8641d0655 /ChangeLog
parent04c4853ab9cedc5d14bf7f08936ee4e26878f395 (diff)
Check for existence of GNU-style basename()
If it doesn't exist, add an implementation to libgnu.a and config.h. Change-Id: Ice0356030dd666d61f8a582ad09a74c843b19add Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29013e85..aa0759ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,10 @@
* .gitignore: Add fillfile and peel_type tests.
+2017-04-21 Ulf Hermann <ulf.hermann@qt.io>
+
+ * configure.ac: Add check for GNU-style basename.
+
2017-02-15 Ulf Hermann <ulf.hermann@qt.io>
* configure.ac: Add check for mempcpy.