From: Jim Meyering Date: Tue, 13 Mar 2001 15:57:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23974b07849fd961227500704a1cb6c1647ea66c;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 85cb150992..f034fa4b24 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-03-13 Jim Meyering + + * 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 * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).