summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-13 15:57:21 +0000
committerJim Meyering <jim@meyering.net>2001-03-13 15:57:21 +0000
commit1341235a1c8f00ca832654ff0f4599e2998cab76 (patch)
treeffeb19f6bc9b3377d71b3a657e1c4e93ba7096e2 /lib/ChangeLog
parent35e76078e7b584044bf9629448e581d2aec69881 (diff)
downloadcoreutils-1341235a1c8f00ca832654ff0f4599e2998cab76.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 85cb15099..f034fa4b2 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-13 Jim Meyering <meyering@lucent.com>
+
+ * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
+ Don't insert a backslash when concatenating e.g., `C:' and `foo'.
+ From Bruno Haible.
+
2001-03-06 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).