MruFiles WinHugs

Neil Mitchell ndmitchell at gmail.com
Fri Sep 2 09:14:25 EDT 2005


Hi,

This patch changes the MRU (Most Recently Used) behaviour on windows.
Instead of keeping the 10 most recently loaded modules, which includes
dependancies, it only keeps track of those explicitly :load'ed. This
means that the most recently used list does not fill up as fast, and
are those which the users knows about.

It removes the existing MRU hooks, and adds a new one.

After this patch, the only modified file is hugs.c, the main
interpretter loop. Unfortunately its quite substantially modified, and
a bit of a mess. I'll clean it up and submit that one next week.

If anyone has a desparate desire to compile and test WinHugs private
email me for the slightly unpleasant patch, pre-cleanup.

Thanks

Neil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mrufiles.patch
Type: application/octet-stream
Size: 1612 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/cvs-hugs/attachments/20050902/2b9bd7c0/mrufiles-0001.obj


More information about the Cvs-hugs mailing list