From petede@sac.sfbay.sun.com Thu Feb 14 10:07:51 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1EI7oGd018100
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 14 Feb 2008 10:07:50 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m1EI7RQw023051;
	Thu, 14 Feb 2008 18:07:49 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JW80082FQCX2W00@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 14 Feb 2008 10:07:45 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JW8003XEQCWWJ20@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 14 Feb 2008 10:07:44 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m1EI7i7o037735; Thu, 14 Feb 2008 10:07:44 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1EI0CCw016853; Thu,
 14 Feb 2008 10:00:12 -0800 (PST)
Received: (from petede@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m1EI0CFq016849; Thu,
 14 Feb 2008 10:00:12 -0800 (PST)
Date: Thu, 14 Feb 2008 10:00:12 -0800 (PST)
From: Peter Dennis <petede@sac.sfbay.sun.com>
Subject: integration of diffstat [PSARC/2008/114 FastTrack timeout 02/21/2008]
To: PSARC-ext@sun.com
Message-id: <200802141800.m1EI0CFq016849@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 3390

I'm sponsoring this fast track for  Philippe Jung.

The requested release binding is Minor.

A man page is included in the case's materials

Thanks
pete

Proposal:

	Integrate diffstat into Solaris.

Detail:

        diffstat reads the output of diff and displays a histogram
        of the insertions, deletions, and modifications per-file.
        It is useful for reviewing large, complex patch files.
        It reads from one or more input files which contain output
        from diff, producing a  histogram of the total lines changed
        for each file referenced.  If the input filename ends with
	.bz2, .Z or .gz, diffstat will read the uncompressed data
        via a pipe from the corresponding program.

	The current version of diffstat is 1.45 at the time of this
	case.

	Example output:

diffstat diff-file.txt
 Makefile.master                           |    9 +
 cmd/mdb/tools/scripts/mkmodules.sh        |   13 -
 tools/Makefile                            |   11 +
 tools/Makefile.tools                      |   14 +-
 tools/README.tools                        |   26 +--
 tools/SUNWonbld/Makefile                  |    9 -
 tools/SUNWonbld/pkginfo.tmpl              |   10 -
 tools/SUNWonbld/postinstall               |   48 +++----
 tools/SUNWonbld/preremove                 |   23 +--
 tools/SUNWonbld/prototype_com             |  204 +++++++++++++++---------------
 tools/SUNWonbld/prototype_i386            |   54 +++----
 tools/SUNWonbld/prototype_sparc           |   58 ++++----
 tools/abi/audit/abi_audit.c               |   31 ++--
 tools/abi/scripts/intf_check.1            |   15 +-
 tools/abi/scripts/intf_check.pl           |   11 -
 tools/codereview/codereview.1             |   18 +-
 tools/depcheck/Makefile                   |   22 +--
 tools/env/developer.sh                    |    6 
 tools/env/gatekeeper.sh                   |    4 
 tools/env/opensolaris.sh                  |    6 
 tools/gk/login.sh                         |    8 -
 tools/lintdump/Makefile                   |    6 
 tools/opensolaris/README.opensolaris.tmpl |    2 
 tools/protocmp/exception_list.h           |   18 +-
 tools/scripts/bldenv.sh                   |   44 +++---
 tools/scripts/build_cscope.sh             |   17 +-
 tools/scripts/build_osnet.sh              |    9 -
 tools/scripts/checkpaths.sh               |    4 
 tools/scripts/cstyle.1                    |   11 -
 tools/scripts/makebfu.sh                  |    8 -
 tools/scripts/nightly.1                   |    6 
 tools/scripts/nightly.sh                  |   49 ++++---
 tools/scripts/onblddrop.sh                |    4 
 tools/scripts/webrev.sh                   |    6 
 tools/scripts/ws.1                        |   14 --
 tools/scripts/ws.sh                       |   15 +-
 tools/scripts/wsdiff.1                    |    4 
 tools/scripts/wsdiff.py                   |    8 -
 tools/scripts/xref.mk                     |    6 
 39 files changed, 435 insertions(+), 396 deletions(-)

Exported Interfaces

	SUNWdiffstat		Uncommitted		Package name
	/usr/bin/diffstat	Committed		Executable location
	diffstat		Uncommitted		Commandline syntax
	diffstat output		-			Not an Interface

Imported Interfaces

	diff		output of diff

References

[1] http://invisible-island.net/diffstat - home page. 
    Author of diffstat: Thomas E. Dickey.

[2] 6655775 diffstat 1.45 to be included into SFW consolidation

From Peter.Dennis@sun.com Thu Feb 14 10:19:11 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1EIJAq6020008
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 14 Feb 2008 10:19:11 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m1EIJ6ft028022
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 14 Feb 2008 18:19:10 GMT
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JW80090FQVXPW00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 14 Feb 2008 10:19:09 -0800 (PST)
Received: from gmp-eb-mail-1.sun.com ([192.18.6.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JW8003WFQVV87C0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 14 Feb 2008 10:19:08 -0800 (PST)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10])
	by gmp-eb-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m1EIJ7F9016419	for
 <PSARC-ext@sun.com>; Thu, 14 Feb 2008 18:19:07 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JW800501QS0IJ00@fe-emea-10.sun.com>
 (original mail from Peter.Dennis@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 14 Feb 2008 18:19:07 +0000 (GMT)
Received: from [192.168.1.231] ([86.163.162.114])
 by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0JW800HJVQVUMO40@fe-emea-10.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 14 Feb 2008 18:19:07 +0000 (GMT)
Date: Thu, 14 Feb 2008 18:15:32 +0000
From: Peter Dennis <Peter.Dennis@sun.com>
Subject: integration of diffstat [PSARC/2008/114 FastTrack timeout 02/21/2008]
Sender: Peter.Dennis@sun.com
To: PSARC-ext@sun.com
Cc: Philippe.Jung@sun.com
Message-id: <47B48544.2040703@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 3591

I'm sponsoring this fast track for  Philippe Jung.

The requested release binding is Minor.

A man page is included in the case's materials.

Thanks
pete


Proposal:

         Integrate diffstat into Solaris.

Detail:

         diffstat reads the output of diff and displays a histogram
         of the insertions, deletions, and modifications per-file.
         It is useful for reviewing large, complex patch files.
         It reads from one or more input files which contain output
         from diff, producing a  histogram of the total lines changed
         for each file referenced.  If the input filename ends with
         .bz2, .Z or .gz, diffstat will read the uncompressed data
         via a pipe from the corresponding program.

         The current version of diffstat is 1.45 at the time of this
         case.

         Example output:

diffstat diff-file.txt
  Makefile.master                           |    9 +
  cmd/mdb/tools/scripts/mkmodules.sh        |   13 -
  tools/Makefile                            |   11 +
  tools/Makefile.tools                      |   14 +-
  tools/README.tools                        |   26 +--
  tools/SUNWonbld/Makefile                  |    9 -
  tools/SUNWonbld/pkginfo.tmpl              |   10 -
  tools/SUNWonbld/postinstall               |   48 +++----
  tools/SUNWonbld/preremove                 |   23 +--
  tools/SUNWonbld/prototype_com             |  204 
+++++++++++++++---------------
  tools/SUNWonbld/prototype_i386            |   54 +++----
  tools/SUNWonbld/prototype_sparc           |   58 ++++----
  tools/abi/audit/abi_audit.c               |   31 ++--
  tools/abi/scripts/intf_check.1            |   15 +-
  tools/abi/scripts/intf_check.pl           |   11 -
  tools/codereview/codereview.1             |   18 +-
  tools/depcheck/Makefile                   |   22 +--
  tools/env/developer.sh                    |    6
  tools/env/gatekeeper.sh                   |    4
  tools/env/opensolaris.sh                  |    6
  tools/gk/login.sh                         |    8 -
  tools/lintdump/Makefile                   |    6
  tools/opensolaris/README.opensolaris.tmpl |    2
  tools/protocmp/exception_list.h           |   18 +-
  tools/scripts/bldenv.sh                   |   44 +++---
  tools/scripts/build_cscope.sh             |   17 +-
  tools/scripts/build_osnet.sh              |    9 -
  tools/scripts/checkpaths.sh               |    4
  tools/scripts/cstyle.1                    |   11 -
  tools/scripts/makebfu.sh                  |    8 -
  tools/scripts/nightly.1                   |    6
  tools/scripts/nightly.sh                  |   49 ++++---
  tools/scripts/onblddrop.sh                |    4
  tools/scripts/webrev.sh                   |    6
  tools/scripts/ws.1                        |   14 --
  tools/scripts/ws.sh                       |   15 +-
  tools/scripts/wsdiff.1                    |    4
  tools/scripts/wsdiff.py                   |    8 -
  tools/scripts/xref.mk                     |    6
  39 files changed, 435 insertions(+), 396 deletions(-)

Exported Interfaces

         SUNWdiffstat       Uncommitted             Package name
         /usr/bin/diffstat  Committed               Executable location
         diffstat           Uncommitted             Commandline syntax
         diffstat output    -                       Not an Interface

Imported Interfaces

         diff            output of diff

References

[1] http://invisible-island.net/diffstat - home page.
     Author of diffstat: Thomas E. Dickey.

[2] 6655775 diffstat 1.45 to be included into SFW consolidation

From Peter.Dennis@sun.com Thu Feb 21 04:44:37 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1LCiaNO008172
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 21 Feb 2008 04:44:36 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m1LCiXP3028776
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 21 Feb 2008 04:44:36 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JWL0010ZA2AQW00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 21 Feb 2008 05:44:34 -0700 (MST)
Received: from gmp-eb-mail-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JWL00KTDA28E5D0@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 21 Feb 2008 05:44:33 -0700 (MST)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10])
	by gmp-eb-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m1LCiW3v000407	for
 <psarc-ext@sun.com>; Thu, 21 Feb 2008 12:44:32 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JWL00H019N6JR00@fe-emea-10.sun.com>
 (original mail from Peter.Dennis@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 21 Feb 2008 12:44:32 +0000 (GMT)
Received: from [129.156.173.66] by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JWL00EBDA1PK140@fe-emea-10.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 21 Feb 2008 12:44:14 +0000 (GMT)
Date: Thu, 21 Feb 2008 12:43:29 +0000
From: Peter Dennis - Sustaining Engineer <Peter.Dennis@sun.com>
Subject: Re: integration of diffstat [PSARC/2008/114 FastTrack timeout
 02/21/2008]
Sender: Peter.Dennis@sun.com
To: psarc-ext@sun.com
Cc: Philippe Jung <Philippe.Jung@sun.com>
Message-id: <47BD71F1.4070100@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
User-Agent: Thunderbird 2.0.0.4 (X11/20070828)
Status: RO
Content-Length: 78

This case was approved during PSARC's open business 20-Feb-2008.

Thanks
Pete

