Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7eaf5f45 | 2004-12-08 22:00:50 | * lib/Automake/FileUtils.pm (dir_has_case_matching_file, reset_dir_cache): New functions. * automake.in (handle_dist, require_file_internal): Use them, so that CHANGELOG is not confused with ChangeLog on case-insensitive case-preserving file systems. * tests/hfs.test: New file. * tests/Makefile.am (TESTS): Add hfs.test. | ||
| b02c8bff | 2003-09-12 08:37:57 | * lib/Automake/FileUtils.pm (&update_file): s/cannot not/cannot/g. Reported by Gary Vaughan. (&find_file): Walk the @include in forward order. | ||
| 9293885d | 2003-09-09 12:27:28 | * lib/Automake/FileUtils.pm (&update_file): Be sure not to leave trailing files. | ||
| 38fc65e9 | 2003-08-20 17:28:05 | * lib/Automake/FileUtils.pm: More perldoc. (&up_to_date_p): New. | ||
| 4152bd4a | 2003-07-09 22:09:28 | * aclocal.in: Use Automake::FileUtils. (parse_arguments, scan_configure, scan_m4_files): Never call "die" to print an error message. Use print and exit. * automake.in: Use Automake::FileUtils. * lib/Automake/General.pm ($debug, $help, $tmp, $verbose, $version, &debug, &getopt, &mktmpdir, &verbose): Remove. (END): Do not massage Perl's exit code. Do not clean any temporary directory. (find_file, mtime, update_file, xsystem, contents): Move to ... * lib/Automake/FileUtils.pm: ... this new file. Adjust to report errors using Channels. (handle_exec_errors, xqx): New functions, from Autoconf. * lib/Automake/Makefile.am (dist_perllib_DATA): Add FileUtils.pm. |