Mercurial > ecos-v3_0-branch
diff host/libcdl/ChangeLog @ 2592:f4ceaa469de9
* interp.cxx: Ignore file and directory names with a leading period.
| author | jld |
|---|---|
| date | Mon, 10 Nov 2008 12:22:26 +0000 |
| parents | dcf60bb1f255 |
| children | 74dbf4c3f2e1 |
line wrap: on
line diff
--- a/host/libcdl/ChangeLog +++ b/host/libcdl/ChangeLog @@ -27,6 +27,16 @@ 2008-08-14 Bart Veer <bartv@ecoscentri config.cxx, component.cxx, cdlmisc.cxx, cdlcore.hxx, cdl.hxx, build.cxx: fix various compiler warnings. +2008-08-14 John Dallaway <jld@ecoscentric.com> + + * interp.cxx (locate_files): Ignore file names with a leading period + (such as ".cvsignore"). + +2005-11-11 John Dallaway <jld@ecoscentric.com> + + * interp.cxx (locate_subdirs): Ignore directory names with a leading + period (such as ".svn"). + 2004-06-23 John Dallaway <jld@ecoscentric.com> * interp.cxx (locate_subdirs): Avoid use of a trailing period in
