From owner-svn-src-all@FreeBSD.ORG Sun May 26 08:25:27 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DD912B0; Sun, 26 May 2013 08:25:27 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-vc0-f171.google.com (mail-vc0-f171.google.com [209.85.220.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE19E17; Sun, 26 May 2013 08:25:26 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id m17so4059478vca.16 for ; Sun, 26 May 2013 01:25:19 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GQQ27jolNAcWW3cB266oOnWa7/58CONd9dDhOWBRhwM=; b=GLG4XHsYOt0t2cK4KX91FlpbKPks6sqB6ADbUnUi3ehHGAMy+Z81o0rldVs6xPvElp HunGDSl5oncb+R7/OViJnnMVJ9R1fYmcsGGT7noz5KGHpU/tKSpnhFYp5QmGbYxW8dmd 9omaDG0sl337GJthFX36d/Uwo1XDIpmnGFH1bK03SAEnKETaol/Be9cRsUCmfHCBLU9P +mTb3O4UioqteA236dwwqkRAgXYwNBS8W+lIkz7lewiipOcafjKynF1SDQRjxHqZY+3B WWrupxKY4KA5yoTxHNTxH/NxFaZEGySf3QZhxKB6A770JU7MZp44MZ3cdpcnONa2J/Ci UCuA== MIME-Version: 1.0 X-Received: by 10.220.223.202 with SMTP id il10mr12735700vcb.4.1369556719517; Sun, 26 May 2013 01:25:19 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.72.7 with HTTP; Sun, 26 May 2013 01:25:19 -0700 (PDT) In-Reply-To: <20130525195659.GB26980@stack.nl> References: <201305211959.r4LJxbLx034714@svn.freebsd.org> <20130521220003.GB58299@stack.nl> <20130525195659.GB26980@stack.nl> Date: Sun, 26 May 2013 10:25:19 +0200 X-Google-Sender-Auth: MpTAdsO2_8018T3bDoO_5JFvyCs Message-ID: Subject: Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale From: Ed Schouten To: Jilles Tjoelker Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, gabor@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 26 May 2013 08:25:27 -0000 Hi Jilles, 2013/5/25 Jilles Tjoelker : > It seems better to implement c16rtomb_l() and mbrtoc16_l() in the same > way, rather than duplicating the UTF-16 coding and passing a pointer to > a mbstate_t which actually has only 120 bytes of storage rather than the > required 128 bytes. Done! Could you please take another look? http://80386.nl/pub/uchar-iconv.txt (refresh!) Thanks, -- Ed Schouten