From owner-freebsd-current@freebsd.org Mon Nov 2 10:22:29 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C576A23EC8 for ; Mon, 2 Nov 2015 10:22:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 49B5E1AA1 for ; Mon, 2 Nov 2015 10:22:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 48C53A23EC6; Mon, 2 Nov 2015 10:22:29 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48709A23EC5 for ; Mon, 2 Nov 2015 10:22:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 196D01A9F; Mon, 2 Nov 2015 10:22:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so21173703pab.0; Mon, 02 Nov 2015 02:22:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=fvTuM5VnTAjy+/g6DJ8q/+qNGaKzYYbpnjcRsgsp55c=; b=C1/TOVNU5kbruOBpSSn+xAHLtUP+X4RYot4HLvEgoq13B1sc0KQMu29F3vQ/17suWN 0/t5rjyXpwuY+iPQ/8uXUXbt+c2925GFW8DoFI43MpgwN9tTUE90l2dIpgpNKQKmFNsO Mo7mLtaABejYKLjneUbbvdPs9wGeevT/316Q/+146ENOX5LVBKeynnqLaS61+o6mr+6G vwJt/MQM/008jdwyD/rl0vAH0G4yBkWaeTdo9cVVDdU7XkVr3ipvmqT8QwXuWPPaODHr lJZHFYFpzX2u8OyHT3ZQpSPJDuSBcdeimlnmnsBXdqgwEKxuz1sXHTwh/v/5TH+1u3FY sffw== X-Received: by 10.68.161.133 with SMTP id xs5mr26584709pbb.13.1446459748726; Mon, 02 Nov 2015 02:22:28 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id lo9sm23203189pab.19.2015.11.02.02.22.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Nov 2015 02:22:28 -0800 (PST) Content-Type: text/plain; charset=cp932 Mime-Version: 1.0 (1.0) Subject: Re: [CFT] Unicode collation string and reworked locale definitions From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <20151102101706.GC19972@ivaldir.etoilebsd.net> Date: Mon, 2 Nov 2015 02:22:27 -0800 Cc: David Chisnall , current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20151013222306.GE55137@ivaldir.etoilebsd.net> <20151101213026.GC89277@ivaldir.etoilebsd.net> <73EBAFEF-F6D5-423E-9E23-E2B1E115FEF9@FreeBSD.org> <20151102101706.GC19972@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 10:22:29 -0000 > On Nov 2, 2015, at 02:17, Baptiste Daroussin wrote: >=20 >> On Mon, Nov 02, 2015 at 10:04:11AM +0000, David Chisnall wrote: >>> On 1 Nov 2015, at 21:30, Baptiste Daroussin wrote: >>>=20 >>> All issues reported has been fixed, except if more issues are reported, t= his >>> will be merged into head next saturday: November 7th >>=20 >> That=81fs really excellent news! Thanks for doing this. Are there any g= ood potential sources for the regex stuff? I think std::regex in libc++ sup= ports multibyte character sets, but is very full of templates and not very e= asy to translate into C. > For te regex tools, it will be another step. I was planning to incorporate= > libtre + apple's patches like dragonfly did, it would need a lot of tests,= but > from my current testing performances are better than our current implement= ation. > And it makes libc's regrex passing way more entries in the AT&T regex test= suite >=20 > If anyone else want to work on bringing in that I would be very glad as I h= ave > already too much things in my plate :) I was about to say... The regex tests on FreeBSD in tools/regression/lib/lib= c are quite broken ;(.. (Bug 191354). I'd like to fix/salvage those test cas= es if at all possible -- this might be a good motivator for that. Thanks, -NGie=