From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 7 17:35:52 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0AF5B244 for ; Thu, 7 Nov 2013 17:35:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC3072078 for ; Thu, 7 Nov 2013 17:35:51 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so706048qcx.34 for ; Thu, 07 Nov 2013 09:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ODxObwQ6e+vG7HuqB1fnQ/MNcEBE4uNaL50oU3cpsU4=; b=C4CDqkndQv7CT3Dat3UZ+hJMw29NkLQB7LdI+Kml0pEARPIXwKetBgL6FD86ZEHzC3 cTtLFGRCM9hIr/tKeYfI4w6cJfcZy6POw/9DLp8SF8JYETiH517x/sUrjJqn6TmarUWA o054Duru8icKOxtOONyn2B9m/O7XgYV8HTUCE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ODxObwQ6e+vG7HuqB1fnQ/MNcEBE4uNaL50oU3cpsU4=; b=GpfRWLdqf+2Qr8z9I+Pa6TC33dejPGurEjdzPcHtErXPmHyTrqU9sBUzpT9SJPwYUb 90ynQeXfk5jdHKYRMhnjy254fKFiMXRzPM+nV64mDOjzvKP5RdkJEneaix/633zsk8n3 An5hElm4tdaws2cN4kb+A9pFtlRO3sj5JbeZ/GZtSJ9lGP7IhdnAeeDwFR6b1I7aVwTC CT0eR0hryrXziVjeKUV91382WT2+lH5OOcsIAjP1Z4rKEtIqBxRKOoMe9ELUrJI4TPGK XvsngYU6QoT9g9uavbMKEMGsV/1+xEFTVYDVXP5PqqRJY9FKEq4ph1mB5n1/Qi9xn+qr yJpg== X-Gm-Message-State: ALoCoQn2DbidQlAUyx0I5GE2wOYyO4800Qjeo6vZp6Xct/vECIR3CMx7Pxg77/RUE1cITAa3JMRh X-Received: by 10.49.103.161 with SMTP id fx1mr14930011qeb.68.1383845750858; Thu, 07 Nov 2013 09:35:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.63.101 with HTTP; Thu, 7 Nov 2013 09:35:20 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Thu, 7 Nov 2013 12:35:20 -0500 Message-ID: Subject: Re: Adding dehumanize_number to libutil To: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 17:35:52 -0000 On Thu, Nov 7, 2013 at 12:25 PM, Edward Tomasz Napiera=C5=82a wrote: > Dnia 7 lis 2013 o godz. 13:56 Eitan Adler napisa= =C5=82(a): > >> Hi all, >> >> NetBSD and DragonflyBSD have a function dehumanize_number which is the >> inverse of humanize_number. >> >> I'd like to import this function and switch some base utilities to use >> it. Is there any objection? > > What's the difference between this and expand_number(3)? I forgot about / didn't know we had this. Forget the idea then. --=20 Eitan Adler