Received: by mail.netbsd.org (Postfix, from userid 605) id C1BE814A362; Tue, 25 Feb 2014 08:54:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D15D114A35C for ; Tue, 25 Feb 2014 08:54:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lgwPsiNggBLR for ; Tue, 25 Feb 2014 08:54:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0CA2714A2EC for ; Tue, 25 Feb 2014 08:54:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CCB8496; Tue, 25 Feb 2014 08:54:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 25 Feb 2014 08:54:43 +0000 From: "Alistair G. Crooks" Subject: CVS commit: othersrc/external/bsd/transit To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140225085443.CCB8496@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Alistair G. Crooks" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: othersrc Committed By: agc Date: Tue Feb 25 08:54:43 UTC 2014 Modified Files: othersrc/external/bsd/transit/bin: Makefile othersrc/external/bsd/transit/dist: main.c transit.c Added Files: othersrc/external/bsd/transit/bin: 13.expected 14.expected 15.expected Log Message: Add the ability to convert back to JSON in transit(1) - so, if desired, JSON could be transported safely via the transit protocol. Small fix for dictionary parsing. Add more tests. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/transit/bin/13.expected \ othersrc/external/bsd/transit/bin/14.expected \ othersrc/external/bsd/transit/bin/15.expected cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/transit/bin/Makefile cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/transit/dist/main.c \ othersrc/external/bsd/transit/dist/transit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.