Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2010 12:04:29 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/usr.bin Makefile src/tools/regression/usr.bin/apply Makefile regress.00.in regress.00.out regress.01.out regress.01.sh regress.sh regress.t src/usr.bin/apply Makefile apply.c
Message-ID:  <201007301210.o6UCAOCq055759@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-07-30 12:04:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    tools/regression/usr.bin Makefile 
    usr.bin/apply        Makefile apply.c 
  Added files:           (Branch: RELENG_8)
    tools/regression/usr.bin/apply Makefile regress.00.in 
                                   regress.00.out regress.01.out 
                                   regress.01.sh regress.sh 
                                   regress.t 
  Log:
  SVN rev 210642 on 2010-07-30 12:04:29Z by jh
  
  MFC r204761:
  
  - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.
    snprintf(3) doesn't set errno in the tested cases.
  - If the same argument reference (for example %1) was specified more than
    once, the command didn't necessarily fit to the final command buffer. Fix
    this using a dynamic sbuf buffer. Add a few regression tests for the case.
  
  PR:             bin/95079
  
  Revision   Changes    Path
  1.13.2.2   +1 -1      src/tools/regression/usr.bin/Makefile
  1.1.2.2    +4 -0      src/tools/regression/usr.bin/apply/Makefile (new)
  1.1.2.2    +1 -0      src/tools/regression/usr.bin/apply/regress.00.in (new)
  1.1.2.2    +1 -0      src/tools/regression/usr.bin/apply/regress.00.out (new)
  1.1.2.2    +1 -0      src/tools/regression/usr.bin/apply/regress.01.out (new)
  1.1.2.2    +15 -0     src/tools/regression/usr.bin/apply/regress.01.sh (new)
  1.1.2.2    +10 -0     src/tools/regression/usr.bin/apply/regress.sh (new)
  1.1.2.2    +6 -0      src/tools/regression/usr.bin/apply/regress.t (new)
  1.8.36.2   +2 -0      src/usr.bin/apply/Makefile
  1.24.32.2  +32 -35    src/usr.bin/apply/apply.c



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