cvs commit: hugs98/src hugs.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Mon, 21 Oct 2002 06:30:43 -0700


sof         2002/10/21 06:30:43 PDT

  Modified files:
    src                  hugs.c 
  Log:
  Change the behaviour of "-P" (i.e., -P without a path string);
  it now resets the search path to HUGSPATH/HUGSPATH2 (dep. on
  +/-N setting) instead of being a NOP.
  
  The intention is to make it easier to switch between old and
  new library setups, esp. so under Win32 where the
  save-to-Registry setup may cause a user to save a
  'N' toggle-specific search path. This makes switching to another
  library base harder than it needs to be.
  
  Revision  Changes    Path
  1.102     +17 -5     hugs98/src/hugs.c