aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-06 14:08:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-06 14:08:14 +0300
commit50d91293b73ed7b9b50e1928ccf87a1f5281da1f (patch)
tree2db5c450951acc4b8042f381ddc93be6bc519fd6 /test/ChangeLog
parent4f7ec39c9d7a02b1ef483a78e7596390c049df53 (diff)
downloadegawk-50d91293b73ed7b9b50e1928ccf87a1f5281da1f.tar.gz
egawk-50d91293b73ed7b9b50e1928ccf87a1f5281da1f.tar.bz2
egawk-50d91293b73ed7b9b50e1928ccf87a1f5281da1f.zip
Fix ' flag for %d for MPFR.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e79d3383..007d182b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,8 @@
* Makefile.am (EXTRA_DIST): typeof6, new test.
* typeof6.awk, typeof6.ok: New files.
+ * Makefile.am (EXTRA_DIST): commas, new test.
+ * commas.awk, commas.ok: New files.
2021-08-13 Arnold D. Robbins <arnold@skeeve.com>