[PATCH 2/3] Eliminate the need for the DEBUG_STAT preprocessor macro.

2015-12-30 Thread jay
From: James Youngman * configure.ac: We no longer need to #define DEBUG_STAT with --enable-debug, since the relevant debug messages are controlled instead with find's command-line option -D stat. * find/defs.h (enum DebugOption): bitmask values are now expressed as 1 << N instead of decimal value

[PATCH 1/3] Remove the --enable-id-cache configure option.

2015-12-30 Thread jay
From: James Youngman * configure.ac: Remove the --enable-id-cache option. This option became a no-op in findutils-4.5.15. Before that it did something but the code was buggy. See https://savannah.gnu.org/bugs/?45062 for details. * NEWS: State that this configure option is removed. --- NEWS

[PATCH 3/3] Retire configure --enable-debug in favour of find -D ...

2015-12-30 Thread jay
From: James Youngman * find/defs.h (enum DebugOption): add DebugTime. * find/util.c (debugassoc): -D time sets the DebugTime debug flag. * find/oldfind.c (main): print the value of options.cur_day_start when "-D time" is in effect (instead of when DEBUG is #defined). * find/ftsfind.c (main): Like

Created branch rel-4-6-fixes for findutils 4.6.x

2015-12-30 Thread James Youngman
The master branch in the git repository continues to be the development branch, and hence that now carries the version number 4.7.x. Code changes for the current stable release series (4.6.x) will occur on the branch rel-4-6-fixes. James.

Kinyarwanda translation retired from findutils

2015-12-30 Thread James Youngman
I just applied the attached patches. For some time now, this translation has had 0 out of the possible 283 messages actually translated, so the po file has no current value. If any findutils are once again translated this translation can be reinstated. James. From 4290cf1f05b9a07d186449381f76d5c

[PATCH 0/3] doc: imp[rove README-hacking

2015-12-30 Thread Bernhard Voelker
Hi *, with James' approval, I pushed the attached changes to 'README-hacking': * [PATCH 1/3] doc: fix typos in README-hacking * [PATCH 2/3] doc: mention copyright assignment check prior to 'git push' * [PATCH 3/3] doc: mention 'make syntax-check' in README-hacking Have a nice day, Berny >From 50