Re: [PATCH 2/3] Avoid using 'INCLUDES =' in automake templates.

2013-02-03 Thread Bernhard Voelker
On 02/04/2013 12:23 AM, James Youngman wrote: > Applied, thanks. It seems that only the Changelog entry made it into Git, but the change in "import-gnulib.sh" did not: http://git.sv.gnu.org/cgit/findutils.git/commit/?id=e1afb49b Have a nice day, Berny

Re: [PATCH 2/3] Avoid using 'INCLUDES =' in automake templates.

2013-02-03 Thread James Youngman
Applied, thanks.

Re: [PATCH 1/3] Eliminate a misleading message of import-gnulib.sh

2013-02-03 Thread James Youngman
Applied, thanks.

[bug #38239] missing variable initialisation in locate yields to segmentation faults

2013-02-03 Thread James Youngman
Follow-up Comment #2, bug #38239 (project findutils): You can see that patch at http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=4b7c8a448651fe96b72fd1e48fe0003778efe85a ___ Reply to this item at:

[bug #38239] missing variable initialisation in locate yields to segmentation faults

2013-02-03 Thread James Youngman
Update of bug #38239 (project findutils): Severity: 3 - Normal => 4 - Important Status:None => Fixed Assigned to:None => jay

[PATCH 1/3] Eliminate a misleading message of import-gnulib.sh

2013-02-03 Thread Kamil Dudka
... on a fresh repository obtained by 'git clone --recursive'. * import-gnulib.sh (check_old_gnulib_dir_layout): Do not require ./gnulib/.git to be a directory. --- ChangeLog|7 +++ import-gnulib.sh |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog

[PATCH 3/3] Fix compile-time warnings.

2013-02-03 Thread Kamil Dudka
* find/defs.h (struct predicate): Add a missing const modifier. * find/exec.c (launch): Add explicit type-cast. * find/find.c (wd_sanity_check): Suppress a warning in #else branch. (process_dir): Remove an unused variables and statements. * find/pred.c (pred_context): Use const modifier in the prot

[PATCH 2/3] Avoid using 'INCLUDES =' in automake templates.

2013-02-03 Thread Kamil Dudka
* find/Makefile.am: Use AM_CPPFLAGS instead of deprecated INCLUDES. * lib/Makefile.am: Likewise. * locate/Makefile.am: Likewise. * xargs/Makefile.am: Likewise. --- ChangeLog |6 ++ find/Makefile.am |2 +- lib/Makefile.am|2 +- locate/Makefile.am |2 +- xargs/Make

[bug #34976] find: Failed to save working directory in order to [...]: Too many open files

2013-02-03 Thread Bernhard Voelker
Follow-up Comment #6, bug #34976 (project findutils): Patch amended with a test case: http://lists.gnu.org/archive/html/bug-findutils/2013-02/msg00016.html ___ Reply to this item at: ___

please cut up help text of xargs into manageable translatable chunks

2013-02-03 Thread Benno Schulenberg
Hi, In the POT file for findutils-4.5.11 the help text for xargs appeared as one big msgid. Please divide this large text into some twenty separate strings, each encompassing a single paragraph or option. This is much friendlier for translators, especially when in the future something in this h

Re: [bug #34976] find: Failed to save working directory in order to [...]: Too many open files

2013-02-03 Thread Bernhard Voelker
On 01/07/2013 07:27 PM, Bernhard Voelker wrote: > On 01/07/2013 05:20 PM, Aaron Burgemeister wrote: >> > > The following fixes the issue. Unfortunately, the test-suite is not > very comprehensive, so I can't tell 100% if it is free of side effects. > Commen

[bug #38239] missing variable initialisation in locate yields to segmentation faults

2013-02-03 Thread anonymous
URL: Summary: missing variable initialisation in locate yields to segmentation faults Project: findutils Submitted by: None Submitted on: Sun 03 Feb 2013 12:01:55 PM UTC Category: None