Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 07:34:58 +0000 (UTC)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/find extern.h find.c find.h function.c
Message-ID:  <200605210734.k4L7YxG9054715@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2006-05-21 07:34:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/find         extern.h find.c find.h function.c 
  Log:
  MFC: extern.h: 1.23, find.c: 1.18, find.h: 1.19, function.c: 1.56
  
    date: 2006/05/14 20:23:00;  author: krion;  state: Exp;  lines: +1 -4
    The last execution of -exec {} + is not done if the -exec primary is
    not on the top-level -and sequence, e.g. inside of ! or -or.
  
    Create a separate linked list of all active -exec {} + primaries and
    do the last execution for all at termination.
  
    PR:             bin/79263
    Submitted by:   Jilles Tjoelker <jilles@stack.nl>
  
  Revision  Changes    Path
  1.22.8.1  +1 -0      src/usr.bin/find/extern.h
  1.17.8.1  +1 -4      src/usr.bin/find/find.c
  1.17.8.2  +2 -0      src/usr.bin/find/find.h
  1.53.2.2  +17 -0     src/usr.bin/find/function.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605210734.k4L7YxG9054715>