summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-03-28 14:59:24 +0100
committerBruno Haible <bruno@clisp.org>2020-03-28 14:59:24 +0100
commit6b5ac8d538ffc395e7efb51cc9b27eb531c19566 (patch)
treea1bd0ec6f572ae699a6399ee302b7e0656583cdd /NEWS
parentd98fe81b8848176d7054eccac5e6352b1eb216b6 (diff)
downloadgnulib-6b5ac8d538ffc395e7efb51cc9b27eb531c19566.tar.gz
dosname: Change IS_RELATIVE_FILE_NAME.
* lib/dosname.h (IS_RELATIVE_FILE_NAME): On native Windows, OS/2, DOS, change the definition so that IS_RELATIVE_FILE_NAME("c:") is false. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ec49f34e2..c9548d5b28 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
Date Modules Changes
+2020-03-28 dosname On native Windows, OS/2, DOS,
+ IS_RELATIVE_FILE_NAME("c:") now returns false.
+
2020-03-28 filename The macro IS_ABSOLUTE_PATH is deprecated. Use
IS_ABSOLUTE_FILE_NAME instead.
The macro IS_PATH_WITH_DIR is deprecated. Use