about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-10-30 13:31:30 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-10-30 13:31:30 +0100
commitdadf23f06c134d09b5930e09bddfdab2c0ca6150 (patch)
treecf6352b9ef8c4e451699addab4e9fd17e1ad4632 /ChangeLog
parentfbcecc08c948a719c79ebd8a545e89670fe19faf (diff)
downloadglibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.tar.gz
glibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.tar.xz
glibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.zip
tst-gnuglob64: New test for glob64 based on tst-gnuglob
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87851c13c8..48357859f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2017-10-30  Florian Weimer  <fweimer@redhat.com>
+
+	* posix/tst-gnuglob-skeleton.c: Renamed from tst-gnuglob.c.
+	Convert to support/test-driver.c.
+	(GLOB_FUNC, GLOB_TYPE, GLOBFREE_FUNC, DIRENT_STRUCT, STAT_STRUCT):
+	New macro parameters.
+	(PRINTF): Remove macro.  Use test_verbose conditionals instead.
+	* posix/tst-gnuglob.c: New file.
+	* posix/tst-gnuglob64.c: Likewise.
+	* posix/Makefile (tests): Add tst-gnuglob64.
+
 2017-10-30  Michal Ostrowski <ostrowski.michal@gmail.com>
 
 	[BZ #19485]