From owner-svn-src-all@freebsd.org Fri Jun 8 22:59:12 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C43B6FDCE2E for ; Fri, 8 Jun 2018 22:59:12 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-x22d.google.com (mail-yw0-x22d.google.com [IPv6:2607:f8b0:4002:c05::22d]) (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 515AF76476 for ; Fri, 8 Jun 2018 22:59:12 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw0-x22d.google.com with SMTP id b125-v6so4631910ywe.1 for ; Fri, 08 Jun 2018 15:59:12 -0700 (PDT) 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; bh=F9XC8BB5SCTXytYK7Wz3mFes/LTBPbeA71bvpajG+BA=; b=Z4F2DZOrbbpaRBPZPnPGo9fEWPKwZTCcWcKoZwvm98/bP4kqZJuGY5Cy31kz9C/MAW OxrZ5r/mrzTHF8g9VzktKZK9dgDGt4Gc4hlTBF500YA3xP1gans8o2amc4TxJ2Dkibxp NqGdRwuLldQy4KxGSg0nL4Y+KGcJrr76kUehA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=F9XC8BB5SCTXytYK7Wz3mFes/LTBPbeA71bvpajG+BA=; b=DGi9YEf0/jxWKdRv6EYXfxva67izButeCl/FfJrIM4qcZjsIgK6rvQJeK7+wTEjQNP z4A/vZxJIA6e0+BO/CRHrvyNzyq4rSXP4TgPAdXjtlT2nojh8aPE5qw0wRpm66LPkqWm Jy1UXNLugchbvGZCyqkqf1E8XaHov/bWZKgINuINpb9m4paNu1eP6bEQh0BS82ODoz/b 7CRwfCrqdKd0LqlSeL7e/GvDCG7ZbengcYA8WInN6s9HpTLsonNlWO/CiTzK5+WNW8ub EJCtSxy+YYrZkqTiWYE6+VzpQy+xhpvH1j9MjSZR0uF0JFDXrfqQjUQJNkybjGFvwpHI SsiA== X-Gm-Message-State: APt69E1i9LbFkw9XpntCfVdRTjasEdwILA/GpdnwRdSxjiTgW6kwosR4 WxH/kYYk0Tt0FTPAQCwAe4wLTY532g22IQp/CGjuAg== X-Google-Smtp-Source: ADUXVKK23emKB3yTYOqOhOvHS7ykDbcIbaT6zDLz2j9omYrpB6XkGETPa3IUOFP5inkkGDOwFfFkJOH3sqk3a8lyDyE= X-Received: by 2002:a81:2c56:: with SMTP id s83-v6mr4703817yws.387.1528498751488; Fri, 08 Jun 2018 15:59:11 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:ef50:0:0:0:0:0 with HTTP; Fri, 8 Jun 2018 15:58:40 -0700 (PDT) In-Reply-To: <201806071836.w57IaCQw090029@repo.freebsd.org> References: <201806071836.w57IaCQw090029@repo.freebsd.org> From: Eitan Adler Date: Fri, 8 Jun 2018 15:58:40 -0700 Message-ID: Subject: Re: svn commit: r334807 - head/usr.bin/grep To: Kyle Evans Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 08 Jun 2018 22:59:12 -0000 On 7 June 2018 at 11:36, Kyle Evans wrote: > Author: kevans > Date: Thu Jun 7 18:36:12 2018 > New Revision: 334807 > URL: https://svnweb.freebsd.org/changeset/base/334807 > > Log: > bsdgrep(1): whoops, garbage collect the now write-only variable Picking a random email to respond to: thanks for your work on grep! It's nice to have someone working on it :) -- Eitan Adler