summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-09-08 09:42:41 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-09-08 09:46:43 -0700
commit48cfbe8a9e11681a36b53a1304b3ab554de4b350 (patch)
tree732c275cc7e8d0d71b0dae549548a1f5caab04ed /ChangeLog
parenta4a2d039a9117266ed8cb1977241e7c34b368993 (diff)
downloadgnulib-48cfbe8a9e11681a36b53a1304b3ab554de4b350.tar.gz
string, wchar: port rpl_free decl to Android
* lib/string.in.h, lib/wchar.in.h: (free): When replacing it, declare the unreplaced version too. Problem reported by Lucy Phipps in: https://lists.gnu.org/r/bug-gnulib/2021-09/msg00026.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f73dc5a130..d2dd671c5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-09-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ string, wchar: port rpl_free decl to Android
+ * lib/string.in.h, lib/wchar.in.h:
+ (free): When replacing it, declare the unreplaced version too.
+ Problem reported by Lucy Phipps in:
+ https://lists.gnu.org/r/bug-gnulib/2021-09/msg00026.html
+
2021-09-07 Paul Eggert <eggert@cs.ucla.edu>
string, wchar: avoid some namespace pollution