From mouse Thu Apr 9 11:27:39 2009 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents-Montreal.ORG (8.8.8/8.8.8) id LAA28521; Thu, 9 Apr 2009 11:27:39 -0400 (EDT) From: der Mouse Message-Id: <200904091527.LAA28521@Sparkle.Rodents-Montreal.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Thu, 9 Apr 2009 11:24:01 -0400 (EDT) To: mouseware Subject: New moussh moussh updated to 20090319. - Clarify copyright status for jursidctions where a copyright holder cannot explicitly release into the public domain. (I'm told today's Germany is an example.) - Documentation touchups - another sentence here, a typo fix there. - Bugfix for ssh-dss keys whose lengths in bits are not multiples of 8. - Write comments for x.c. - Code cleanups in x.c: #defines->enums and structure rearrangement. - More verbosity in x.c. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML mouse@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse Fri Apr 10 03:00:48 2009 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents-Montreal.ORG (8.8.8/8.8.8) id DAA11781; Fri, 10 Apr 2009 03:00:48 -0400 (EDT) From: der Mouse Message-Id: <200904100700.DAA11781@Sparkle.Rodents-Montreal.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Fri, 10 Apr 2009 02:52:29 -0400 (EDT) To: mouseware Subject: mcsh updated mcsh is now at 2.0.20. New in this version (relative to 2.0.17, the previous version in the FTP area): - Use the malloc_options global to turn on option X for mallocs that support it, to help catch use of uninitialized heap memory. - Fix the hashing function used to speed function lookups; the former version effectively lost all characters except the last, um, 10 or so. (This is an efficiency issue, not a correctness issue.) - Add paranoia checking to function-lookup-by-name operations. They don't happen often for most uses, and I was chasing a bug there. - Fix a blunder when initializing functions, one which didn't mnanifest by coincidence of how the primitives lists happen to be arranged. - Finally fix a bug which would sometimes lose primitives when redefining command-line-editor macros (eg, when reloading my .cshrc). - Fix a potential crasher bug caused by an uninitialized field in a query-replace data structure. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML mouse@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B