--- ChangeLog | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 51b6405..2dbec2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,7 +65,7 @@ 2009-02-21 James Youngman <[email protected]> Update gnulib version. - * import-gnulib.config (gnulib_version): Update from + * import-gnulib.config (gnulib_version): Update from d4b129b8e5f8a8d1198020fd6fc79310d305936c to df70a4bf4a1e84171918db09b639ae1a14c2a9b2. This pulls in the following relevant changes: @@ -103,7 +103,7 @@ find: avoid warning about unused local, remove unnecessary include. * find/pred.c (scan_for_digit_differences): Remove declaration of - unused local, "ok". + unused local, "ok". (do_time_format): Remove decl of "done"; replace sole use with a constant, "true". Initialize "i" and "n". * lib/dircallback.c: Don't include unistd.h. Not needed. @@ -116,7 +116,7 @@ 2008-12-26 Jim Meyering <[email protected]> find: avoid using undefined statbuf - * /ftsfind.c (consider_visiting): Use local variable, mode, + * /ftsfind.c (consider_visiting): Use local variable, mode, rather than possibly undefined statbuf.st_mode. 2008-12-23 James Youngman <[email protected]> @@ -134,7 +134,7 @@ fatal error message instead of returning false, because the error message that results from a return of false is "invalid argument", which is misleading in this case. Similarly for a missing or an - empty argument. + empty argument. 2008-12-01 James Youngman <[email protected]> @@ -190,7 +190,7 @@ * find/parser.c (parse_newerXY): Issue a fatal error message if there is no following argument. * find/testsuite/find.gnu/sv-bug-24169.exp: Test case for this - bug. + bug. * find/testsuite/Makefile.am (EXTRA_DIST_EXP): Also distribute this new test file. * NEWS: Mention this change. @@ -231,7 +231,7 @@ 2008-06-19 Per Starbäck <[email protected]> (tiny change) * doc/find.texi (Unusual characters in filenames): Directory - separator is the slash, not the backslash. + separator is the slash, not the backslash. 2008-06-19 James Youngman <[email protected]> @@ -243,7 +243,7 @@ * doc/find.texi (Cleaning Up): Move the note about -depth up. 2008-06-19 James Youngman <[email protected]> - + * po/lt.po: New Lithuanian translation. * NEWS: Mention this change. * configure.ac: Add "lt" to ALL_LINGUAS. @@ -251,12 +251,12 @@ 2008-05-28 James Youngman <[email protected]> Bugfix to the code that was previously supposed to fix bug #22662 - in 4.5.0. + in 4.5.0. * find/pred.c (scan_for_digit_differences): Remember that wesaw the first differing digit and also get the order of the - subtractionoperands right. + subtractionoperands right. (do_time_format): Off by one error on checking for a nondigit - after the sequence of changed digits. + after the sequence of changed digits. * NEWS: Mention this change. 2008-05-18 James Youngman <[email protected]> -- 1.5.6.5 _______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
