cvs commit: hugs98/src machdep.c options.h.in hugs98/docs hugs.1.in hugs98/docs/users_guide running.sgml

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Thu, 3 Jul 2003 07:08:18 -0700


ross        2003/07/03 07:08:18 PDT

  Modified files:
    src                  machdep.c options.h.in 
    docs                 hugs.1.in 
    docs/users_guide     running.sgml 
  Log:
  Interpret a path entry of the form /path/to/dir/* as meaning all the
  immediate subdirectories of /path/to/dir (except those starting with dots).
  This simplifies the management of locally installed library packages.
  
  This replaces the recursive search feature (which was disabled anyway).
  It seems that was only recursive on Unix, and recursive behaviour is
  incompatible with hierarchical modules.
  
  Only the POSIX version is tested.
  
  Revision  Changes    Path
  1.90      +85 -93    hugs98/src/machdep.c
  1.14      +2 -7      hugs98/src/options.h.in
  1.15      +3 -0      hugs98/docs/hugs.1.in
  1.10      +3 -0      hugs98/docs/users_guide/running.sgml