
13 Mar
2003
13 Mar
'03
12:57 p.m.
sof 2003/03/13 09:57:30 PST Modified files: src evaluator.c hugs.c script.c script.h server.c Log: Have a script stack entry record the module/script that caused it to be added (if any). This piece of info is made use of to give better error messages when the interpreter eventually gets around to attempting to load the module (but fails.) Revision Changes Path 1.4 +2 -2 hugs98/src/evaluator.c 1.124 +3 -3 hugs98/src/hugs.c 1.8 +22 -14 hugs98/src/script.c 1.5 +1 -1 hugs98/src/script.h 1.36 +5 -5 hugs98/src/server.c