cvs commit: hugs98/src hugs.c server.c
Sigbjorn Finne
sof@glass.cse.ogi.edu
Mon, 30 Sep 2002 20:48:58 -0700
sof 2002/09/30 20:48:58 PDT
Modified files:
src hugs.c server.c
Log:
New option/toggle, {+,-}N, which controls what the default
search path will refer to, the 'old' library setup (-N [default]),
or the new hierarchical one (+N). This toggle is only settable
at startup time (i.e., like {+,-}98).
A warning is issued if +N is used, but the user's -P settings
make the hierarchical libs unreachable.
The way this is handled internally isn't all that satisfactory,
(cf. hugs.c:hugsPath_1 comment), but will have to do for now.
Revision Changes Path
1.94 +62 -21 hugs98/src/hugs.c
1.22 +4 -3 hugs98/src/server.c