Bug:
From joland@gmail.com  Wed Apr  9 01:55:49 2008
Return-Path: <joland@gmail.com>
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on lorax.ldc.upenn.edu
X-Spam-Level: 
X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,SPF_NEUTRAL 
	autolearn=no version=3.1.1
X-Original-To: wjposer@ldc.upenn.edu
Delivered-To: wjposer@ldc.upenn.edu
Received: from alum-2.mit.edu (ALUM-2.MIT.EDU [18.7.21.145])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by lorax.ldc.upenn.edu (Postfix) with ESMTP id AE217B2438
	for <wjposer@ldc.upenn.edu>; Wed,  9 Apr 2008 01:55:49 -0400 (EDT)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178])
	by alum-2.mit.edu (8.13.6/8.12.8) with ESMTP id m395tjS0006421
	for <billposer@alum.mit.edu>; Wed, 9 Apr 2008 01:55:46 -0400 (EDT)
Received: by py-out-1112.google.com with SMTP id j37so2265927pyc.4
        for <billposer@alum.mit.edu>; Tue, 08 Apr 2008 22:55:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        bh=FdxGC4nbKktIX154HFN8w5t+ZRvc6b1FJXBrK15aGBI=;
        b=dha+s2kDuNFZ5+lIrTk3LS+q4IiNO+uk3j438mKpH8Yt3KwKt84Z9yZ+WCQwNiUztHRMIUWsm0WDDsuDMJGgeP/m7Iig7oc13ejVy7LZxGg6tOB5IxOTxfRXU+5WW8FIzk7W2pCNvOdbgsgdMmWDvHW2AXLM5SXrJ62xI1cqm64=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=bgONKeipOFlrAnpkvSBTWeZoCPenF7W6nU6/bQs/7+t7QHnrOUTxsDykbvZUl0VY0HV/sjYWUHEEkVcgJMlIJ8+tXutZIZlbnE2OUAzpoy1Twyb2ziRoUHVFYe6bV75zZSBEFVXUZqvEhNd+m33ahj79VXShieRkwsAbzmoJaaY=
Received: by 10.141.132.8 with SMTP id j8mr601429rvn.167.1207720544926;
        Tue, 08 Apr 2008 22:55:44 -0700 (PDT)
Received: by 10.141.113.16 with HTTP; Tue, 8 Apr 2008 22:55:44 -0700 (PDT)
Message-ID: <36a106a10804082255w63347787i35eb7bc9e5e240d1@mail.gmail.com>
Date: Tue, 8 Apr 2008 22:55:44 -0700
From: "=?UTF-8?Q?Jeppe_=C3=98land?=" <joland@gmail.com>
To: "Bill Poser" <billposer@alum.mit.edu>
Subject: Character range bug in msort 8.43
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Scanned-By: MIMEDefang 2.42
Status: RO

Hi Bill,

One more:

If you run merge with a character range "-e 1,-1" (to sort on the
entire line as a key), it will fail saying:
Invalid character range: 1,-1. Beginning of character range must not follow end.

Regards,
-Jeppe

