Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2001 18:15:17
Module Name: pkgsrc
Committed By: jtb
Date: Sun Apr 29 15:15:17 UTC 2001
Modified Files:
pkgsrc/cad/xcircuit: distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/cad/xcircuit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.