summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-07-27 12:57:45 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-07-27 12:58:12 -0700
commit0b93877fc4bdcd84b78805e5917e4ab94684b9bc (patch)
treecdf33f481c7bc22e4344e5994fe66b91ce87db70 /ChangeLog
parent1990797800153088f32029877f503f3157aad9ed (diff)
downloadgnulib-0b93877fc4bdcd84b78805e5917e4ab94684b9bc.tar.gz
dfa-tests: port to MSVC
Problem reported by Gisle Vanem in: https://lists.gnu.org/r/bug-gnulib/2020-07/msg00159.html Also, remove an unnecessary dependency on getprogname. * modules/dfa-tests (Depends-on): Remove getprogname. * tests/test-dfa-match-aux.c: Do not include getprogname.h. (exit_status): New static var. (dfawarn): Set it instead of exiting. Do not declare as _Noreturn, to pacify MSVC. (main): Return exit_status.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63138b822a..d3297232fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2020-07-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ dfa-tests: port to MSVC
+ Problem reported by Gisle Vanem in:
+ https://lists.gnu.org/r/bug-gnulib/2020-07/msg00159.html
+ Also, remove an unnecessary dependency on getprogname.
+ * modules/dfa-tests (Depends-on): Remove getprogname.
+ * tests/test-dfa-match-aux.c: Do not include getprogname.h.
+ (exit_status): New static var.
+ (dfawarn): Set it instead of exiting.
+ Do not declare as _Noreturn, to pacify MSVC.
+ (main): Return exit_status.
+
2020-07-26 Paul Eggert <eggert@cs.ucla.edu>
argz: pacify MSVC