pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/puzzles
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 10 06:08:13 UTC 2014
Modified Files:
pkgsrc/games/puzzles: Makefile distinfo
Log Message:
Update to 10223:
Improve connectedness-error highlighting in Range.
The previous approach of scanning the grid by depth-first search was
fine for deciding whether it was connected, but not so good for
pointing out where the mistake was in the grid. Replaced that code
with a dsf-based version, which identifies all connected components so
that an easy followup pass can highlight all but the largest as
erroneous.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/games/puzzles/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/puzzles/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index