cvs commit: hugs98/src script.c hugs.c opts.c

Ross Paterson ross at galois.com
Fri Sep 2 09:56:09 EDT 2005


ross        2005/09/02 06:56:09 PDT

  Modified files:
    src                  script.c hugs.c opts.c 
  Log:
  from Neil Mitchell: 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.
  
  Revision  Changes    Path
  1.15      +0 -1      hugs98/src/script.c
  1.139     +7 -3      hugs98/src/hugs.c
  1.22      +0 -5      hugs98/src/opts.c


More information about the Cvs-hugs mailing list