From owner-svn-src-all@FreeBSD.ORG Thu Jul 10 17:13:37 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88F727CB; Thu, 10 Jul 2014 17:13:37 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5D3D2FD7; Thu, 10 Jul 2014 17:13:36 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id w8so520804qac.2 for ; Thu, 10 Jul 2014 10:13:36 -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=7Rg1DgGRpFa0ou4FsBfrkoDv5S8TpmQEw0f944tjOPM=; b=iS0vg/7D6H2OkYJH7aECNQ4/ShSgGdhG0bLzDOm+a6CtkEZnRopIQjRKMbG9MraW3g S0R3ejeVIx0LedIZMo+aXlB7Q/iET9bjaJtpCltiTFUhmQLJkfj8mQGpi55IqDuPy/yt MeDchLpNuRIUGJ+yCGKs6UxSWLrEzSBA/iD1WQyR1fBBOnn1RfU79eP69BnFGmZus0Xr TB0LQicKKFoc4V0BBUQjprzmOQhDF75VvDUrCjIsXHxqUf5RH6+3BDqxR6Gjf9+Qf6ff VzH8upeR5pjtduDmUKlPy45ohWVmxw7wFunkGpSPcqVRa8maNO1ni90yudsNqJOy2QuA qIIQ== MIME-Version: 1.0 X-Received: by 10.229.103.130 with SMTP id k2mr607961qco.1.1405012416012; Thu, 10 Jul 2014 10:13:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Thu, 10 Jul 2014 10:13:35 -0700 (PDT) In-Reply-To: <53BEC65D.10501@freebsd.org> References: <201407101215.s6ACF3v1055260@svn.freebsd.org> <20140710152353.GF1812@ptrcrt.ch> <20140710154213.GG1812@ptrcrt.ch> <20140710155342.GB93051@ivaldir.etoilebsd.net> <53BEC65D.10501@freebsd.org> Date: Thu, 10 Jul 2014 10:13:35 -0700 X-Google-Sender-Auth: hZBug2V78CVQYQwbOrAIvHV1xeM Message-ID: Subject: Re: svn commit: r268491 - head/usr.bin/users From: Adrian Chadd To: Nathan Whitehorn Content-Type: text/plain; charset=UTF-8 Cc: Ed Schouten , Baptiste Daroussin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , Pietro Cerutti , "svn-src-head@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 10 Jul 2014 17:13:37 -0000 ... I think this particular commit highlights our almost complete lack of useful data types in our C libraries. I think it's about time we grew a similar list of basic DSAs. I had to reimplement hash tables, trees and callwheels at work recently. Ugh. -a On 10 July 2014 09:59, Nathan Whitehorn wrote: > > On 07/10/14 08:57, Ed Schouten wrote: >> >> On 10 July 2014 17:53, Baptiste Daroussin wrote: >>> >>> Just make sure not to break mips, powerpc and sparc64 which are still >>> using >>> gcc 4.2 :) >> >> Oomf! Good point. Completely forgot about that. There is indeed one >> C++11-ism in the code, namely the use of auto. Let me fix that. >> > > Some ARM platforms (armeb, for example) also use GCC. > -Nathan >