about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-25 15:55:08 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-25 15:55:08 -0800
commitfd1f2f1c3de842b84a0ee9667c3172b2169f1b10 (patch)
treed9e0da1dc53d145c341b12c4605ae850930e35d5 /ChangeLog
parentd19df6ac5ace81ca8412f8bf160ae63f44f6f0cf (diff)
downloadglibc-fd1f2f1c3de842b84a0ee9667c3172b2169f1b10.tar.gz
glibc-fd1f2f1c3de842b84a0ee9667c3172b2169f1b10.tar.xz
glibc-fd1f2f1c3de842b84a0ee9667c3172b2169f1b10.zip
Convert tst-iconv5 to use test-skeleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d35a29b926..0f2d1d9c57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2015-02-25  Roland McGrath  <roland@hack.frob.com>
 
+	* iconv/tst-iconv5.c (testcode, number): Make variables static const.
+	(convert): Make function static.
+	(test_unalign): Likewise.  Add const to argument pointee types.
+	(main): Replace with static function do_test.
+	Print "Succeeded." only if RET is zero.
+	(TEST_FUNCTION): New macro.
+	Include test-skeleton.c.
+
 	* iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
 	returns a null pointer.