From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24199 invoked by alias); 13 Jun 2014 13:05:07 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 24145 invoked by uid 55); 13 Jun 2014 13:05:04 -0000 From: "neleai at seznam dot cz" To: glibc-bugs@sourceware.org Subject: [Bug libc/15973] glibc should provide strnspn() and strncspn() Date: Fri, 13 Jun 2014 13:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: neleai at seznam dot cz X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00617.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15973 --- Comment #6 from Ondrej Bilka --- On Fri, Jun 13, 2014 at 12:48:04PM +0000, fweimer at redhat dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=15973 > > Florian Weimer changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |fweimer at redhat dot com > > --- Comment #5 from Florian Weimer --- > The existing strspn function isn't even such a great model for an API. In most > cases, it would be beneficial to pre-compile the pattern. I don't think it > makes sense to add more interfaces with the same issue. > You could do caching on-line but it is not on my priority list. -- You are receiving this mail because: You are on the CC list for the bug.