Date: Wed, 12 Aug 2015 21:09:49 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Davide Italiano <davide@freebsd.org> Cc: "src-committers@freebsd.org" <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> In-Reply-To: <CACYV=-GnOpPddd-x_J0yW4g4QFsdcEVXaVc9CER9JD7iObGzAg@mail.gmail.com> References: <201508082257.t78MvIT1000841@repo.freebsd.org> <CACYV=-GnOpPddd-x_J0yW4g4QFsdcEVXaVc9CER9JD7iObGzAg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <bapt@freebsd.org> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150812190949.GD51754>