# HG changeset patch # User jld # Date 1087997277 0 # Node ID 446d9e7e1db7218b71c83ed055cf7ef5ca5c599e # Parent 6e03b0d7130982fe2c68ec23cab129e381938272 * interp.cxx (locate_subdirs): Avoid use of a trailing period in the file path. This causes problems for Cygwin 1.5.10. [ Bugzilla 1000095 ] diff --git a/host/libcdl/ChangeLog b/host/libcdl/ChangeLog --- a/host/libcdl/ChangeLog +++ b/host/libcdl/ChangeLog @@ -1,3 +1,9 @@ +2004-06-23 John Dallaway + + * interp.cxx (locate_subdirs): Avoid use of a trailing period in + the file path. This causes problems for Cygwin 1.5.10. + [ Bugzilla 1000095 ] + 2003-08-19 Bart Veer * config.cxx (savefile_package_command): @@ -962,6 +968,7 @@ 1999-01-21 Bart Veer