From is@sac.sfbay.sun.com Wed Aug 11 17:57:59 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o7C0vxfH029931
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 11 Aug 2010 17:57:59 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o7C0vwqT005453;
	Wed, 11 Aug 2010 19:57:59 -0500 (CDT)
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 <0L700051FLCM6600@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 11 Aug 2010 17:57:58 -0700 (PDT)
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 <0L70004GKLCL21C0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 11 Aug 2010 17:57:57 -0700 (PDT)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [10.5.240.67])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4)
 with ESMTP id o7C0vvfU022594; Wed, 11 Aug 2010 17:57:57 -0700 (PDT)
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 o7C0vuuK029926; Wed,
 11 Aug 2010 17:57:56 -0700 (PDT)
Received: (from is@localhost)	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit)
 id o7C0vurZ029922; Wed, 11 Aug 2010 17:57:56 -0700 (PDT)
Date: Wed, 11 Aug 2010 17:57:56 -0700 (PDT)
From: Ienup Sung <is@sac.sfbay.sun.com>
Subject: fnmatch(3C) enhancement [PSARC/2010/318 FastTrack timeout 08/18/2010]
To: PSARC-ext@sun.com
Cc: i18n-discuss@opensolaris.org
Message-id: <201008120057.o7C0vurZ029922@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 1453


Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
This information is Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1. Introduction
    1.1. Project/Component Working Name:
	 fnmatch(3C) enhancement
    1.2. Name of Document Author/Supplier:
	 Author:  Ienup Sung
    1.3  Date of This Document:
	11 August, 2010
4. Technical Description

OVERVIEW

This case extends fnmatch(3C) to have the support for FNM_CASEFOLD,
FNM_FILE_NAME, FNM_IGNORECASE, and FNM_LEADING_DIR flags as specified in [2].

This is to be more compatible with other platforms such as Linux distros
and BSD variants including MacOS X and FreeBSD.


INTERFACE STABILITY AND RELEASE BINDING

This project imports no notable interfaces. This project exports:

    Interface             Stability     Note
    ---------             ---------     ----
    fnmatch(3C)           Committed     [2]

This project asks for Micro/Patch release binding.


REFERENCES

[1] Related CR:
	6975289 fnmatch library function should support case insensitive
		filename matching.
[2] Updated man page in flat text with change bars indicating the changed
    portions and also corresponding diff file at the materials directory of
    the case:
        fnmatch.3c
        fnmatch.3c.diff

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		G11N
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


