Messages by Thread
-
-
[Findutils-patches] xattr and capability support
KillBoy PowerHed
-
[Findutils-patches] 'find' code structure issues
Dale R. Worley
-
[Findutils-patches] Proposed extension to 'find'
Dale R. Worley
-
[Findutils-patches] [PATCH 1/4] Locate the Python and faketime binaries
James Youngman
-
[Findutils-patches] [PATCH 1/2] Fix inadequte quoting in AC_ARG_ENABLE usage.
James Youngman
-
[Findutils-patches] Documentation fix
Richard Hartmann
-
[Findutils-patches] Is the latest release a stable one?
Timothée Ravier
-
Re: [Findutils-patches] [PATCH 1/3] Remove test-coverage output files for "make clean".
James Youngman
-
[Findutils-patches] [PATCH] updatedb: add further entries to PRUNEFS defaults
Bernhard Voelker
-
[Findutils-patches] [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10
Bernhard Voelker
-
Re: [Findutils-patches] [PATCH] fts: reduce two or more trailing spaces to just one, usually
Eric Blake
-
[Findutils-patches] [PATCH] fix comment/changelog typos
Jim Meyering
-
[Findutils-patches] find.texi: uk and other consistency
Karl Berry
-
[Findutils-patches] [PATCH 2/4] Reduce memory consumption of oldfind on large directories.
James Youngman
-
[Findutils-patches] [PATCH 3/4] Remove no-longer-used files savedir.[ch].
James Youngman
-
[Findutils-patches] [PATCH 1/4] Reduce memory consumption of fts.
James Youngman
-
[Findutils-patches] [PATCH 4/4] Describe recent memory savings on very large directories.
James Youngman
-
[Findutils-patches] [PATCH 1/9] File system type names should be untranslated strings.
James Youngman
-
[Findutils-patches] [PATCH 1/7] Clarify variable naming in insert_fprintf.
James Youngman
-
Re: [Findutils-patches] [PATCH 2/2] Fix further compiler warnings.
Eric Blake
-
Re: [Findutils-patches] [PATCH 1/2] Eliminate some compiler warnings.
Eric Blake
-
Re: [Findutils-patches] [PATCH 1/2] Enable more syntax checks, eliminate useless C preprocessor parentheses
Eric Blake
-
Re: [Findutils-patches] [PATCH] Adopt the new gnulib module stat-size. * lib/listfile.c: Include "stat-size.h". Delete the DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE macros which are now in stat-size.h. * gnulib: Update to latest. * import-gnulib.config (modules):
James Youngman
-
Re: [Findutils-patches] [PATCH 1/3] Fixes for empty-lines-at-EOF syntax check.
Eric Blake
-
Re: [Findutils-patches] [PATCH] Warn about lack of birth time information only when it's true.
James Youngman
-
Re: [Findutils-patches] [PATCH] Take the last matching entry in /etc/mtab, not the first.
James Youngman
-
Re: [Findutils-patches] [PATCH] Manage gnulib as a git submodule.
James Youngman
-
Re: [Findutils-patches] [PATCH] Don't assume that "echo" lives in /bin.
James Youngman
-
[Findutils-patches] Change request proposal for a new Find functionality
Michel Lanne
-
[Findutils-patches] [PATCH] This change adds a sleep between invocations of cmd.
Ed Neville
-
[Findutils-patches] Re: [PATCH] Fix Savannah bug #30777.
Eric Blake
-
[Findutils-patches] new predicate
Konrad Eisele
-
[Findutils-patches] Re: backport of patches for upstream bugs #19593 and #27563
James Youngman
-
[Findutils-patches] [PATCH] Remove redundant declarations.
James Youngman
-
[Findutils-patches] [PATCH] Remove support for compilers lacking prototypes.
James Youngman
-
[Findutils-patches] [PATCH] Split exec-related code into a new file, exec.c
James Youngman
-
[Findutils-patches] [PATCH] Remove obsolete module strpbrk.
James Youngman
-
[Findutils-patches] Re: [PATCH 2/3] Fix false positives for syntax check sc_prohibit_test_minus_ao.
Eric Blake
-
[Findutils-patches] Re: [PATCH 2/4] Exec predicates now store which directory they want to run in.
Eric Blake
-
[Findutils-patches] Re: [PATCH 1/4] Add a test which checks $CWD for find -execdir {} + and ... {} ;
Eric Blake
-
[Findutils-patches] [PATCH] Implement xargs --process-slot-var.
James Youngman
-
[Findutils-patches] [PATCH 1/2] Fix Savannah bug 27563 (-L breaks -execdir).
James Youngman
-
[Findutils-patches] [PATCH] Make sure we don't open a file on a standard fd (that is, 0/1/2).
James Youngman
-
[Findutils-patches] Re: Possible bug in find/parser.c
James Youngman
-
[Findutils-patches] [PATCH 1/5] Adopt the use of the gnulib module d-type.
James Youngman
-
[Findutils-patches] Bugfix for Savannah bug #29460
James Youngman
-
[Findutils-patches] [PATCH] Fix Savannah bug 29460, -printf %Y fails in $CWD-dependent way
James Youngman
-
[Findutils-patches] [PATCH] Depend on gnulib modules appropriate to features we already use.
James Youngman
-
[Findutils-patches] [PATCH] Use the getopt-gnu module, not the obsolete getopt module.
James Youngman
-
[Findutils-patches] Re: assertion failures of findutils 4.5.7
James Youngman
-
[Findutils-patches] [PATCH] Use set_program_name in regexprops.
James Youngman
-
[Findutils-patches] [PATCH] Update the maintenance manual.
James Youngman
-
[Findutils-patches] [PATCH] Delete unused file lib/strspn.c
James Youngman
-
[Findutils-patches] [PATCH 1/3] Support extendbuf buffers larger than SIZE_MAX/2.
James Youngman
-
[Findutils-patches] [PATCH] Don't return int to represent a boolean value.
James Youngman
-
[Findutils-patches] [PATCH] Make use of gnulib's areadlinkat.
James Youngman
-
[Findutils-patches] [PATCH 4/4] Add NEWS file entry too.
James Youngman
-
[Findutils-patches] Fix bug #27213: avoid failed assertions for non-executable directories
James Youngman
-
[Findutils-patches] [PATCH 01/19] Mark some missed error messages for translation.
James Youngman
-
[Findutils-patches] [PATCH] Update copyright years
James Youngman
-
[Findutils-patches] [PATCH] Assume C89 (or C99) C headers. Assume working <ctype.h>.
James Youngman
-
[Findutils-patches] Re: [PATCH] Coding style fixes: space after function names.
Eric Blake
-
[Findutils-patches] [PATCH] Optimise -fstype NOTUSED to -false at -O2.
James Youngman
-
[Findutils-patches] [PATCH] Apply bugfixes and suggestions from Eric's comments.
James Youngman
-
[Findutils-patches] [PATCH] Fix file descriptor leaks.
James Youngman
-
[Findutils-patches] [PATCH] save-cwd: don't leak a file descriptor when the caller execs.
James Youngman