cvs commit: hugs98/src/bcc32 options.h hugs98/src/djgpp2 options.h hugs98/src/dotnet options.h hugs98/src/epoc options.h hugs98/src/machugs options.h hugs98/src/msc options.h hugs98/src/winhugs options.h hugs98/src/unix configure ...

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 16 Jul 2003 04:06:30 -0700


ross        2003/07/16 04:06:29 PDT

  Modified files:
    src/bcc32            options.h 
    src/djgpp2           options.h 
    src/dotnet           options.h 
    src/epoc             options.h 
    src/machugs          options.h 
    src/msc              options.h 
    src/winhugs          options.h 
    src/unix             configure configure.in 
    src                  machdep.c 
    docs/users_guide     running.sgml 
  Log:
  Make searching of the current directory for modules configurable.
  
  Currently, when resolving module names to file names, Hugs searches the
  current directory before those listed in hugsPath.  With this change,
  only hugsPath is used, but the default setting of hugsPath includes
  the current directory at the start, preserving the current behaviour.
  However this may now be overridden.
  
  Note that this relates only to resolving module names -- file names
  don't use the path.  Also, when a file name is specified, the directory
  containing it is searched first for any modules imported by that file
  (and other modules found in that directory).
  
  Revision  Changes    Path
  1.12      +3 -3      hugs98/src/bcc32/options.h
  1.12      +3 -3      hugs98/src/djgpp2/options.h
  1.3       +3 -3      hugs98/src/dotnet/options.h
  1.10      +3 -3      hugs98/src/epoc/options.h
  1.11      +3 -3      hugs98/src/machugs/options.h
  1.14      +3 -3      hugs98/src/msc/options.h
  1.10      +3 -3      hugs98/src/winhugs/options.h
  1.63      +3 -3      hugs98/src/unix/configure
  1.69      +3 -3      hugs98/src/unix/configure.in
  1.94      +6 -10     hugs98/src/machdep.c
  1.12      +3 -3      hugs98/docs/users_guide/running.sgml