[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