From: Francesco Potortì Date: Sat, 16 Aug 2008 23:59:03 +0000 (+0000) Subject: etags.c: improve collapsing multiple slashes in file names. X-Git-Tag: emacs-pretest-23.0.90~3454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34a23e9431dc495e644c868d4ac488a9ecb06b4d;p=emacs.git etags.c: improve collapsing multiple slashes in file names. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 34e9df8289b..48337e983e9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,10 @@ +2008-08-17 Francesco Potortì + + * etags.c (main): Use canonicalize_filename on tags file name. + (relative_filename): Revert 3.85: do not collapse slashes here. + (absolute_dirname): Remove useless call to canonicalize_filename. + (canonicalize_filename): Collapse multiple slashes here. + 2008-08-07 Dan Nicolaescu * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do