findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] Re: [PATCH 00/19] Back-port non-risky changes from 4


From: James Youngman
Subject: [Findutils-patches] Re: [PATCH 00/19] Back-port non-risky changes from 4.5.x to 4.4.x
Date: Mon, 20 Apr 2009 23:54:55 +0100

On Fri, Apr 10, 2009 at 11:52 PM, James Youngman <address@hidden> wrote:
> Back-port non-risky changes from 4.5.x to 4.4.x.  The only changes with
> functional impact are bug fixes.
>
> James Youngman (14):
>  Applied doc patch from Stepan Kasal (backport)
>  Fix Savannah bug 22662 (nanoseconds wrongly appended after PM for
>    find -printf %AX)
>  Fix bugs in bugfix for #22662
>  Fixed Savannah bug #23663, crash in some locales for find -printf
>    '%AX'
>  Fix bug #23996 (integer overflow when parsing "-used 3").
>  Moved bugfixes in the NEWS file out of "Documentation Enhancements"
>    into "Bug Fixes".
>  Fix Savannah bug #24283, find-4.5.2 -printf %TY causes NULL pointer
>    dereference
>  Typo fix from Jim Meyering <address@hidden>
>  Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS.
>  Provide more detailed help on how to work with the git sources.
>  Ignore 'compile'
>  Change suffix for non-release versions from -CVS to -git.
>  clean tool-versions.txt for 'make distclean'
>  Remove unused Debian files; the Debian package doesn't use them.
>
> Jim Meyering (4):
>  fix a typo in a comment
>  find: avoid using undefined statbuf
>  find: avoid warning about unused local, remove unnecessary include.
>  Really apply Jim's earlier patch.
>
> Thien-Thi Nguyen (1):
>  find: Fix -regexptype parse specification bug: declare as POSOPT.
>
>  ChangeLog            |  111 +++++++++++++-
>  Makefile.am          |   15 ++-
>  NEWS                 |   34 +++--
>  README-CVS           |   52 -------
>  README-hacking       |  213 ++++++++++++++++++++++++++
>  build-aux/.gitignore |    1 +
>  configure.ac         |    2 +-
>  debian.rules         |  142 ------------------
>  debian/.cvsignore    |    2 -
>  debian/.gitignore    |    2 -
>  debian/README.debian |   21 ---
>  debian/changelog     |  341 ------------------------------------------
>  debian/conffiles     |    2 -
>  debian/control       |   15 --
>  debian/copyright     |   36 -----
>  debian/cron.find     |   12 --
>  debian/doc-base      |   10 --
>  debian/postinst      |   24 ---
>  debian/preinst       |   30 ----
>  debian/prerm         |   14 --
>  debian/rules         |  106 -------------
>  debian/substvars     |    1 -
>  debian/updatedb.conf |   11 --
>  doc/find.texi        |   17 ++-
>  find/ftsfind.c       |    4 +-
>  find/parser.c        |  360 ++++++++++++++++++++++----------------------
>  find/pred.c          |  405 
> ++++++++++++++++++++++++++++++++++----------------
>  lib/dircallback.c    |    7 +-
>  locate/Makefile.am   |    5 +-
>  locate/updatedb.sh   |    2 +-
>  30 files changed, 830 insertions(+), 1167 deletions(-)
>  delete mode 100644 README-CVS
>  create mode 100644 README-hacking
>  delete mode 100755 debian.rules
>  delete mode 100644 debian/.cvsignore
>  delete mode 100644 debian/.gitignore
>  delete mode 100644 debian/README.debian
>  delete mode 100644 debian/TODO
>  delete mode 100644 debian/changelog
>  delete mode 100644 debian/conffiles
>  delete mode 100644 debian/control
>  delete mode 100644 debian/copyright
>  delete mode 100644 debian/cron.find
>  delete mode 100644 debian/doc-base
>  delete mode 100755 debian/postinst
>  delete mode 100755 debian/preinst
>  delete mode 100755 debian/prerm
>  delete mode 100755 debian/rules
>  delete mode 100644 debian/substvars
>  delete mode 100644 debian/updatedb.conf
>
>

Applied and pushed.

James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]