cvs commit: hugs98/src connect.h hugs.c input.c server.c type.c

sof 2002/09/29 21:44:33 PDT Modified files: src connect.h hugs.c input.c server.c type.c Log: Tidy up how the Prelude is initially loaded. By separating the processing of options and scripts on the command-line in hugs.c:initialize(), the Prelude implementation may now be divvied up quite freely across N modules (not that I advocate doing so, but no good reason the internals shouldn't permit such an organisation.) Revision Changes Path 1.47 +3 -3 hugs98/src/connect.h 1.93 +78 -48 hugs98/src/hugs.c 1.52 +3 -3 hugs98/src/input.c 1.21 +18 -19 hugs98/src/server.c 1.53 +4 -4 hugs98/src/type.c

On Sun, Sep 29, 2002 at 09:44:33PM -0700, Sigbjorn Finne wrote:
sof 2002/09/29 21:44:33 PDT
Modified files: src connect.h hugs.c input.c server.c type.c Log: Tidy up how the Prelude is initially loaded. By separating the processing of options and scripts on the command-line in hugs.c:initialize(), the Prelude implementation may now be divvied up quite freely across N modules (not that I advocate doing so, but no good reason the internals shouldn't permit such an organisation.)
Glad to see the cleanup (but I'm not going to rush to take advantage of it). It seems to have make runhugs and ffihugs noisier, though.

On Mon, Sep 30, 2002 at 10:34:25AM -0700, Sigbjorn Finne wrote:
"Ross Paterson"
writes: It seems to have make runhugs and ffihugs noisier, though.
Off-hand, I can't see how that may have been brought about (and they're pretty quiet on stdout/stderr here) - what's a good test?
Um, I can't reproduce it now.

On Mon, Sep 30, 2002 at 10:34:25AM -0700, Sigbjorn Finne wrote:
"Ross Paterson"
writes: It seems to have make runhugs and ffihugs noisier, though.
Off-hand, I can't see how that may have been brought about (and they're pretty quiet on stdout/stderr here) - what's a good test?
OK, it's happening again, after I started afresh: if you do make install, ffihugs prints out the files it's reading. It used to assume +q. Same with runhugs.
participants (3)
-
Ross Paterson
-
Sigbjorn Finne
-
Sigbjorn Finne