From owner-svn-src-all@FreeBSD.ORG Wed Jun 27 06:49:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F73F10657B0 for ; Wed, 27 Jun 2012 06:49:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA6848FC1A for ; Wed, 27 Jun 2012 06:49:16 +0000 (UTC) Received: by obbun3 with SMTP id un3so1327506obb.13 for ; Tue, 26 Jun 2012 23:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Lce6Z3of1cGFWMyBLO0RpgeRFv1u87j2jt0rauX4r5s=; b=g0qjzHEZWcohYfVy8VZGH1p7r5nJJfrx14zHiar/DfhmbwBn2hn0bv3cuJKUmyubUQ glw7UWEzh1wqtuMUXAz28LzBlU7dRwBxL9r+Is92BXVRTnMrYRcbaC5vlnaMdOgEVID5 7a7K+V06DgBWKnmdW4LCy3/6BhvwExLYlS5yA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=Lce6Z3of1cGFWMyBLO0RpgeRFv1u87j2jt0rauX4r5s=; b=JSF8euh0xhB9+qt42QNXiUElHO+yGk3uMHvM/BZB5S5j+cYnInnxanBDDk+1GpjQlY 0qlC1Wqaucaypw39RnD03lJKPyCNWFaRpEse7TcPBj1NPX0fDYX6M9WH1HTOlRcD5zeR j0ajiMsX+hFHzVXBFr6/pOBW2HWqv33WjpHvn2kK1Jjaw+5awNgMP195Idc+RXVLMfaO 4xvJOd2vVDFcyd5BheSbmym9w0t9kwrkEW1qUAu1tzA21fL3bJdbxyfRuc1TbKt7w9g9 cOXJ4rZcQHwOBpnSbnbAiHW2Aq+T2GBFp7e1OXtyeEeuwMARDiAnMiBw9vGTelsra60k rkGw== Received: by 10.60.14.68 with SMTP id n4mr19106345oec.24.1340779756360; Tue, 26 Jun 2012 23:49:16 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.182.125.70 with HTTP; Tue, 26 Jun 2012 23:48:46 -0700 (PDT) In-Reply-To: <201206270550.q5R5oFnE084849@svn.freebsd.org> References: <201206270550.q5R5oFnE084849@svn.freebsd.org> From: Eitan Adler Date: Tue, 26 Jun 2012 23:48:46 -0700 X-Google-Sender-Auth: UuHzNpcJg39S6z6aYSfVbUe32OE Message-ID: To: Gabor Kovesdan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm64wkNkH3ODiTF2BMj+afw2H5au2D0FAtqdOc9HWhrQY/j1+amtDzFu/UgfEdKUn5zrLlE Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r237628 - head/usr.bin/sort X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 27 Jun 2012 06:49:17 -0000 On 26 June 2012 22:50, Gabor Kovesdan wrote: > Author: gabor > Date: Wed Jun 27 05:50:15 2012 > New Revision: 237628 > URL: http://svn.freebsd.org/changeset/base/237628 > > Log: > =C2=A0- Disable threaded sort by default Curious, why? > =C2=A0- Fix typo in the NLS support --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams