From owner-svn-src-all@freebsd.org Wed Aug 12 01:45:03 2015 Return-Path: Delivered-To: svn-src-all@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 5633699E8BC; Wed, 12 Aug 2015 01:45:03 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (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 179F57CC; Wed, 12 Aug 2015 01:45:03 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykay144 with SMTP id y144so2651313yka.3; Tue, 11 Aug 2015 18:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zy2xff5a+3CZEMNtYlzxsN+Q3W32jTeuluy+Znit7QI=; b=Vg5cVUsn3iLRk42WhqTESfZymPCZA6NBQD45+fEy0QqXzTvFtKCYleftKrQLznl9Z7 siiCryj0xiwIMTuFkkPXTPPWjuu+DecBqEDiBd+kS1+ifN7FXZKIcElmtJixZk2Dgtxs lqqpWuEl3or7XjFv2GVI2A+CB2CAZfrCQHoAchcEZcX0EKY5NKWIRhyyrd+gLYUz71j1 vWZWd4TJJV9a6ChFEGMLEAjejMu4CvRRr/s9EK5hmmeYzGf9YN/XzX+Vli3ArlmHcRVo +O+WFWR+G3E/DRGTBqk3WnlWJOqk217AQYx5PVuidXHEVm2p6TzQIvL6D6IJf0BsSP7V 7BqA== MIME-Version: 1.0 X-Received: by 10.13.244.195 with SMTP id d186mr31546100ywf.73.1439343902098; Tue, 11 Aug 2015 18:45:02 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.79.2 with HTTP; Tue, 11 Aug 2015 18:45:02 -0700 (PDT) In-Reply-To: <201508112159.t7BLxa6U057950@repo.freebsd.org> References: <201508112159.t7BLxa6U057950@repo.freebsd.org> Date: Tue, 11 Aug 2015 18:45:02 -0700 X-Google-Sender-Auth: mrvu0ye8DXdyE3k__RUxvf96r6Q Message-ID: Subject: Re: svn commit: r286649 - in head: contrib/netbsd-tests/lib/libc/locale lib/libc/tests/locale From: Craig Rodrigues To: Jilles Tjoelker Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 01:45:03 -0000 On Tue, Aug 11, 2015 at 2:59 PM, Jilles Tjoelker wrote: > Author: jilles > Date: Tue Aug 11 21:59:36 2015 > New Revision: 286649 > URL: https://svnweb.freebsd.org/changeset/base/286649 > > Log: > Fix and re-enable UTF-8 tests. > > Modified: > head/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c > head/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c > head/lib/libc/tests/locale/Makefile > > Thanks for fixing this. What is the procedure that FreeBSD developers need to follow to push this kind of change upstream to NetBSD? -- Craig