From owner-soc-status@FreeBSD.ORG Tue Aug 21 14:31:01 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE91B106564A for ; Tue, 21 Aug 2012 14:31:01 +0000 (UTC) (envelope-from jesse.hagewood@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id 71DD18FC0C for ; Tue, 21 Aug 2012 14:31:01 +0000 (UTC) Received: by wibhr14 with SMTP id hr14so3805681wib.13 for ; Tue, 21 Aug 2012 07:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=YLsCMqX5J0b5+s0vLPxespowZVC6+edB9xMxRo85jJo=; b=it58YdfxtK7tkL0GwkOTWQdO6Kh79X1DI/7cMkJ7Fxw/W7zP12oXgqiIWrhgNENkSe AZMHGwR3xz632RXdpx4MpAqwIRlwph8hX6vljr0rrUIzuMWhQkopKmsl8wmXJSCT4e2K dOV54eycF7oFkClP+/conEOR0P08IdiaOMR2XP/Ge/wbh3Xj3oPgux/tkMvPrFsklXzB Pzbs82iLM8+K2yRfB5a9iXXPfLUWXcWDKFH1UzEzCV+CXfrCKsXjqr6yZ8kqn34iRpQy 1ilINALQrpGm7PsOyJds7nG9ELRpBzY0LVvqK3bxM4h83EcDlGIyQStRt2jZ2/nNAkGl fy8w== MIME-Version: 1.0 Received: by 10.216.180.67 with SMTP id i45mr8229078wem.44.1345559460360; Tue, 21 Aug 2012 07:31:00 -0700 (PDT) Received: by 10.227.130.88 with HTTP; Tue, 21 Aug 2012 07:31:00 -0700 (PDT) Date: Tue, 21 Aug 2012 10:31:00 -0400 Message-ID: From: Jesse Hagewood To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Subject: Improving BSD licensed text processing tools X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 14:31:02 -0000 Last week, I was able to finish .gz support in sdiff and diff. zsdiff, but zdiff is outputting the diffs differently than the existing zdiff. Dag-Erling pointed out in an email yesterday the problems with my decompression, and how it should be properly implemented. Even though SoC is finished, this is still something I'd really like to see finished. I also wrote man files for zdiff and zsdiff, but Dag-Erling suggested that using symlinks to the diff and sdiff man pages would be a better idea. I've also completed my final evaluation for Google. Finally, thank you all for giving me the chance to participate in SoC. My project this summer has been a great learning experience.