Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-29 | Change to SHA1 checksum. The distfile contains a fix without a corresponding | jtb | 1 | -2/+3 | |
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. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -0/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo |