summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-14 15:00:41 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:51 +0200
commit741bd98a238c11918aadca01170c3e012f435216 (patch)
treee02044fbd2f14e93be9224eb31c6b94b62ff92f0 /tests/ChangeLog
parent9db2f21d62bd228d353c8d08dc5baa8ccdf136c2 (diff)
downloadexternal_gettext-741bd98a238c11918aadca01170c3e012f435216.zip
external_gettext-741bd98a238c11918aadca01170c3e012f435216.tar.gz
external_gettext-741bd98a238c11918aadca01170c3e012f435216.tar.bz2
Switch from K&R C to ANSI C.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 8050d31..0e3b44a 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,24 @@
+2002-11-13 Bruno Haible <bruno@clisp.org>
+
+ Assume ANSI C.
+ * format-c-3-prg.c (main): Use ANSI C function declarations and
+ preprocessor string concatenation.
+ * format-c-3: Don't test for return code 77.
+ * format-c-4-prg.c (main): Use ANSI C function declarations and
+ preprocessor string concatenation.
+ * format-c-4: Don't test for return code 77.
+ * plural-1-prg.c (main): Use ANSI C function declarations.
+ * setlocale.c (category_to_name, setlocale): Likewise.
+ * tstgettext.c (main, usage, expand_escape): Likewise.
+ * tstngettext.c (main, usage): Likewise.
+ * rpathlx/usex.c (rpathx_value): Likewise.
+ * rpathly/usey.c (rpathy_value): Likewise.
+ * rpathlyx/usey.c (rpathy_value): Likewise.
+ * rpathlz/usez.c (rpathz_value): Likewise.
+ * rpathlzyx/usez.c (rpathz_value): Likewise.
+ * rpathy/rpathy.c (rpathx_value): Likewise.
+ * rpathz/rpathz.c (rpathx_value, rpathy_value): Likewise.
+
2002-11-11 Bruno Haible <bruno@clisp.org>
* tstgettext.c (program_name): Declare as external.