|
Message-ID: <20111219145041.GA5751@openwall.com> Date: Mon, 19 Dec 2011 18:50:41 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: cmpt_cp.pl On Mon, Dec 19, 2011 at 07:45:14AM -0600, JimF wrote: > It should probably be included in the patch which adds the unicode data files to unused, and also be placed in unused. Since it's our hand-written source code rather than something imported from elsewhere or generated, I think it should stay in the -jumbo tree, but perhaps moved to unused as you say. And if it's placed in unused, this line: open FILE, "unused/UnicodeData.txt" or die $!; should be changed to: open FILE, "UnicodeData.txt" or die $!; The script should also gain a copyright and license statement. Right now, it merely says it's "by magnum / JimF". Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.