
30 Sep
2002
30 Sep
'02
12:44 a.m.
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