comparison lib-src/ChangeLog @ 97511:6b795ffc50cd

etags.c: improve collapsing multiple slashes in file names.
author Francesco Potort? <pot@gnu.org>
date Sat, 16 Aug 2008 23:59:03 +0000
parents 0defde3a9c5f
children 931ebb532670
comparison
equal deleted inserted replaced
97510:3fde07bca9fa 97511:6b795ffc50cd
1 2008-08-17 Francesco Potortì <pot@gnu.org>
2
3 * etags.c (main): Use canonicalize_filename on tags file name.
4 (relative_filename): Revert 3.85: do not collapse slashes here.
5 (absolute_dirname): Remove useless call to canonicalize_filename.
6 (canonicalize_filename): Collapse multiple slashes here.
7
1 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu> 8 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2 9
3 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do 10 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do
4 not special case for NS_IMPL_COCOA. 11 not special case for NS_IMPL_COCOA.
5 12