From owner-svn-src-projects@freebsd.org Wed Aug 12 19:09:54 2015 Return-Path: Delivered-To: svn-src-projects@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 B5D859A0474 for ; Wed, 12 Aug 2015 19:09:54 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 4C6EE1445; Wed, 12 Aug 2015 19:09:54 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicne3 with SMTP id ne3so112454036wic.0; Wed, 12 Aug 2015 12:09:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=i8k9KIW9NXwEoOGQbMYLLkgeUuJG/++sBghHMuEHbjs=; b=NMlcJkvliZ0lQMuGmzZcW1I6IuOZCiTraHz3Kh/BOlD6TLBBebvBQFBBRZx+V9pwyj QAS3qtpCG5N+nnaGpxubq8JoEx8vB5URQESGj1S0rMqhmEtGFe8dvjTn78P9ODopVDfi DKTLEeecsmEskr6hxLg8vDCfh0zsnRy+k8nfFw7FpVO+5b+CGJpznQHENPzvGwaRcbGa kyhwzYXDAhx8fSjHS5Ul/+Ev5NdGnsLvgdiplWBNo33/SVgUG0nV2N4KMpGo0vcUWFwg e6W5ogmkguzhQrYNXW7a+pWEVHbhjJRHGXy/f6qquONy+WeUBSTKWBZmate/nwgbEV+n /IaA== X-Received: by 10.194.22.226 with SMTP id h2mr60173134wjf.50.1439406592346; Wed, 12 Aug 2015 12:09:52 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id gt10sm9641281wib.20.2015.08.12.12.09.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Aug 2015 12:09:51 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 12 Aug 2015 21:09:49 +0200 From: Baptiste Daroussin To: Davide Italiano Cc: "src-committers@freebsd.org" , svn-src-projects@freebsd.org Subject: Re: svn commit: r286484 - projects/collation/usr.bin/localedef Message-ID: <20150812190949.GD51754@ivaldir.etoilebsd.net> References: <201508082257.t78MvIT1000841@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C+ts3FVlLX8+P6JN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 19:09:54 -0000 --C+ts3FVlLX8+P6JN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 12, 2015 at 01:22:17PM -0400, Davide Italiano wrote: > On Sat, Aug 8, 2015 at 6:57 PM, Baptiste Daroussin wro= te: > > Author: bapt > > Date: Sat Aug 8 22:57:17 2015 > > New Revision: 286484 > > URL: https://svnweb.freebsd.org/changeset/base/286484 > > > > Log: > > Convert localedef(1) from avl to RB trees > > > > Modified: > > projects/collation/usr.bin/localedef/Makefile > > projects/collation/usr.bin/localedef/charmap.c > > projects/collation/usr.bin/localedef/collate.c > > projects/collation/usr.bin/localedef/ctype.c > > > > > > +#define RB_NUMNODES(type, name, head, cnt) do { \ > > + type *t; \ > > + cnt =3D 0; \ > > + RB_FOREACH(t, name, head) { \ > > + cnt++; \ > > + } \ > > +} while (0); > > + >=20 > Can you commit this one to HEAD && move it to the right header? >=20 > Thanks, >=20 https://reviews.freebsd.org/D3371 Best regards, Bapt --C+ts3FVlLX8+P6JN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlXLmf0ACgkQ8kTtMUmk6Ew4tQCbBVLmRCU+sJVWU9WcZz7NeGdZ 2gMAoIsXtYPFb5Rk+Fiv3LfcjkdOSFhx =jxEQ -----END PGP SIGNATURE----- --C+ts3FVlLX8+P6JN--