From 7185f416ea4eb2719b232f33e67e2eb03fe275d5 Mon Sep 17 00:00:00 2001 From: jtb Date: Sun, 29 Apr 2001 15:15:16 +0000 Subject: Change to SHA1 checksum. The distfile contains a fix without a corresponding increase in version number. From the XCircuit homepage: Note that the March 28, 2001 version corrects a bug due to dubious C syntax causing segmentation violations when xcircuit was compiled without the debug option. C Trivia question: What does "x[a] = x[--a]" do? Answer A: "x[a] = x[a - 1]; a--" Answer B: "a--; x[a] = x[a]" Answer C: either A or B, depending on your OS, compiler version, and/or debug or optimizer switch. --- cad/xcircuit/distinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cad/xcircuit') diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index c294a1ffb3d..836cb8ac3c4 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 10:30:28 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/29 15:15:16 jtb Exp $ -MD5 (xcircuit-2.2.0.tar.gz) = 12ce1ff6e585f08a72844df0b805d9fb +SHA1 (xcircuit-2.2.0.tar.gz) = 8c7b04b4247486dd7de4ba3f1bcc33b21684024f +Size (xcircuit-2.2.0.tar.gz) = 483533 bytes SHA1 (patch-aa) = ed0f98c1540a0ec079801675ae4964cde0102dc2 SHA1 (patch-ab) = 40bf15d3609ddd6b457556690f26de5882372d5c -- cgit v1.2.3